parent
d79da09e63
commit
049a44b21b
@ -1 +1 @@ |
|||||||
908 |
912 |
@ -1,183 +1,5 @@ |
|||||||
<?xml version="1.0" encoding="Windows-1251"?> |
<?xml version="1.0" encoding="Windows-1251"?> |
||||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
<xsl:output method="xml" indent="no" encoding="UCS-2"/> |
<xsl:import href="..\Root.xslt"/> |
||||||
<xsl:template name="specificTitle">Ãëàâíàÿ</xsl:template> |
|
||||||
<xsl:template match="/root"> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<link rel="stylesheet" href="/static/css/coffeehaus.css" type="text/css" /> |
|
||||||
<title><xsl:value-of select="title"/></title> |
|
||||||
<link rel="stylesheet" href="/static/css/decoration.css" /> |
|
||||||
</head> |
|
||||||
<body> |
|
||||||
<center> |
|
||||||
<font size="-2">Âñåãäà ïîëåçíî:</font> |
|
||||||
<br/> |
|
||||||
<a href="http://www.yandex.ru" target="_blank"><img src="/icons/yandex.gif" alt="Yandex"/></a> |
|
||||||
<a href="http://www.google.com" target="_blank"><img src="/icons/google.gif" alt="Google"/></a> |
|
||||||
<a href="http://www.mail.ru" target="_blank"><img src="/icons/mailru.gif" alt="Mail.ru"/></a> |
|
||||||
<a href="http://www.rambler.ru" target="_blank"><img src="/icons/rambler.gif" alt="Rambler"/></a> |
|
||||||
<br/> |
|
||||||
<br/> |
|
||||||
<a href="http://www.msumarket.ru/"><img src="/banners/msumarket-hor.jpg"/></a> |
|
||||||
</center> |
|
||||||
<br/> |
|
||||||
<table WIDTH="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
|
||||||
<tr> |
|
||||||
<td> |
|
||||||
<table cellpadding="1" cellspacing="0" width="100%" class="tableborders" height="100%"> |
|
||||||
<tr class="menubar"> |
|
||||||
<td width="90">Internet >></td> |
|
||||||
<td><a href="https://172.16.0.11/">Èíòåðíåò...</a></td> |
|
||||||
<td align="right"><a><font color="red">Ïðîáëåìû ñ ñåòüþ èëè èíòåðíåòîì?</font></a></td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
|
||||||
<tr> |
|
||||||
<td> |
|
||||||
<xsl:choose> |
|
||||||
<xsl:when test="session/user"> |
|
||||||
<xsl:text>Hello, </xsl:text><xsl:value-of select="session/user/name"/> |
|
||||||
</xsl:when> |
|
||||||
<xsl:otherwise> |
|
||||||
<xsl:text>Hello, Guest</xsl:text> |
|
||||||
</xsl:otherwise> |
|
||||||
</xsl:choose> |
|
||||||
<table cellpadding="1" cellspacing="0" width="100%" class="tableborders" height="100%"> |
|
||||||
<xsl:variable name="prefix"> |
|
||||||
<xsl:text>https://</xsl:text> |
|
||||||
<xsl:value-of select="url/host"/> |
|
||||||
<xsl:text>:</xsl:text> |
|
||||||
<xsl:if test="url/port >= 1000"> |
|
||||||
<xsl:value-of select="floor(url/port div 1000)"/> |
|
||||||
</xsl:if> |
|
||||||
</xsl:variable> |
|
||||||
<tr class="menubar"> |
|
||||||
<td align="left" width="50%" id="decor"> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>443/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Êëàññè÷åñêèé</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>447/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Ëàéò</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>445/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Ñûðîé XML</xsl:text> |
|
||||||
</a> |
|
||||||
</td> |
|
||||||
<td align="right" width="50%"> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>445/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Raw XML</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>447/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Lite</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>443/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Classic</xsl:text> |
|
||||||
</a> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr class="menubar"> |
|
||||||
<td align="left" width="50%"> |
|
||||||
<a href="http://search.snto.ru">Ïîèñê â ñåòè</a> |
|
||||||
</td> |
|
||||||
<td align="right" width="50%"> |
|
||||||
<a href="http://search.snto.ru">Search in network</a> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr class="menubar"> |
|
||||||
<td align="left" width="50%"> |
|
||||||
<a href="http://radio.local:8000">Ðàäèî â ñåòè</a> |
|
||||||
</td> |
|
||||||
<td align="right" width="50%"> |
|
||||||
<a href="http://radio.local:8000">Radio</a> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr class="menubar"> |
|
||||||
<td align="left" width="50%"> |
|
||||||
<a href="http://lib.mexmat.ru/">Ýëåêòðîííàÿ áèáëèîòåêà ìåõìàòà</a> |
|
||||||
</td> |
|
||||||
<td align="right" width="50%"> |
|
||||||
<a href="http://lib.mexmat.ru/">Scientific Library</a> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr class="menubar"> |
|
||||||
<td align="left" width="50%"> |
|
||||||
<a href="http://lair.mexmat.net/wiki/weather">Ïîãîäà</a> |
|
||||||
</td> |
|
||||||
<td align="right" width="50%"> |
|
||||||
<a href="http://lair.mexmat.net/wiki/weather">Weather</a> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr class="menubar"> |
|
||||||
<td align="left" width="50%"> |
|
||||||
<a href="http://lib.v.ru/">Çåðêàëî Áèáëèîòåêè Ìîøêîâà</a> |
|
||||||
</td> |
|
||||||
<td align="right" width="50%"> |
|
||||||
<a href="http://lib.v.ru/">Lib.ru Mirror</a> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr class="menubar"> |
|
||||||
<td align="left" width="50%"> |
|
||||||
<a href="http://search.snto.ru/shownet.pl">Îáçîð ñåòè</a> |
|
||||||
</td> |
|
||||||
<td align="right" width="50%"> |
|
||||||
<a href="http://search.snto.ru/shownet.pl">Browse network</a> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
|
||||||
<tr> |
|
||||||
<td> |
|
||||||
Íàéòè ôàéë â ñåòè: |
|
||||||
<form name="searchform" method="get"> |
|
||||||
<input type="text" name="what" size="25"/> |
|
||||||
<input type="hidden" name="restype" value="all"/> |
|
||||||
</form> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
<center> |
|
||||||
<font size="-2">Ìîæåò ïðèãîäèòüñÿ:</font> |
|
||||||
<br/> |
|
||||||
<a href="http://www.megabook.ru/Megabook2/"><img src="/icons/megabook.gif" alt="Ýíöèêëîïåäèÿ "Êèðèëëà è Ìåôîäèÿ""/></a> |
|
||||||
<a href="http://lingvo.yandex.ru"><img src="/icons/lingvo.gif" alt="Lingvo - ýëåêòðîííûé ñëîâàðü"/></a> |
|
||||||
<a href="http://www.eatlas.ru"><img src="/icons/eatlas.gif" alt="Êàðòû ãîðîäîâ è ñòðàí ìèðà"/></a> |
|
||||||
<a href="http://www.gismeteo.ru"><img src="/icons/gismeteo.gif" alt="Ïîãîäà îò Ôîáîñ"/></a> |
|
||||||
<a href="http://www.afisha.ru"><img src="/icons/afisha.gif" alt="Afisha - Âñå ðàçâëå÷åíèÿ Ìîñêâû"/></a> |
|
||||||
<a href="http://www.translate.ru"><img src="/icons/logo_a.gif" alt="Online ïåðåâîä÷èê"/></a> |
|
||||||
<a href="http://metallibrary.ru/"><img src="/icons/metlib-88x31.gif" alt="Metal Library"/></a> |
|
||||||
<br/> |
|
||||||
<hr width="95%"/> |
|
||||||
<font size="-2">Áåç ðåêëàìû íèêóäà:</font> |
|
||||||
<br/> |
|
||||||
<a href="http://www.cd-studio.ru/index_full.php"><img src="/icons/rabot.gif" alt="Rabot"/></a> |
|
||||||
<br/> |
|
||||||
<a href="http://www.fxmoney.ru/"><img src="/banners/fxmoney.gif" alt="FXMoney"/></a> |
|
||||||
<br/> |
|
||||||
<a href="http://www.zhelezona.ru/"><img src="/user/upload/file10116.png" alt="ZheleZona"/></a> |
|
||||||
<br/> |
|
||||||
<br/> |
|
||||||
<br/> |
|
||||||
</center> |
|
||||||
</body> |
|
||||||
</html> |
|
||||||
</xsl:template> |
|
||||||
|
|
||||||
</xsl:stylesheet> |
</xsl:stylesheet> |
||||||
|
|
||||||
|
@ -1,66 +1,5 @@ |
|||||||
<?xml version="1.0" encoding="Windows-1251"?> |
<?xml version="1.0" encoding="Windows-1251"?> |
||||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
<xsl:output method="xml" indent="no" encoding="UCS-2"/> |
<xsl:import href="..\Root.xslt"/> |
||||||
<xsl:template match="/root"> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<link rel="stylesheet" href="/static/css/coffeehaus.css" type="text/css" /> |
|
||||||
<title><xsl:value-of select="title"/></title> |
|
||||||
</head> |
|
||||||
<body> |
|
||||||
<p> |
|
||||||
<xsl:choose> |
|
||||||
<xsl:when test="session/user"> |
|
||||||
<xsl:text>Hello, </xsl:text><xsl:value-of select="session/user/name"/> |
|
||||||
</xsl:when> |
|
||||||
<xsl:otherwise> |
|
||||||
<xsl:text>Hello, Guest</xsl:text> |
|
||||||
</xsl:otherwise> |
|
||||||
</xsl:choose> |
|
||||||
</p> |
|
||||||
<xsl:variable name="prefix"> |
|
||||||
<xsl:text>https://</xsl:text> |
|
||||||
<xsl:value-of select="url/host"/> |
|
||||||
<xsl:text>:</xsl:text> |
|
||||||
<xsl:if test="url/port >= 1000"> |
|
||||||
<xsl:value-of select="floor(url/port div 1000)"/> |
|
||||||
</xsl:if> |
|
||||||
</xsl:variable> |
|
||||||
<p> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>443/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Êëàññè÷åñêèé</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>447/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Ëàéò</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>445/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Ñûðîé XML</xsl:text> |
|
||||||
</a> |
|
||||||
</p> |
|
||||||
<p> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>445/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Raw XML</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>447/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Lite</xsl:text> |
|
||||||
</a> |
|
||||||
<xsl:text> | </xsl:text> |
|
||||||
<a> |
|
||||||
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>443/Boards/</xsl:attribute> |
|
||||||
<xsl:text>Classic</xsl:text> |
|
||||||
</a> |
|
||||||
</p> |
|
||||||
</body> |
|
||||||
</html> |
|
||||||
</xsl:template> |
|
||||||
|
|
||||||
</xsl:stylesheet> |
</xsl:stylesheet> |
||||||
|
|
||||||
|
@ -0,0 +1,66 @@ |
|||||||
|
<?xml version="1.0" encoding="Windows-1251"?> |
||||||
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<xsl:output method="xml" indent="no" encoding="UCS-2"/> |
||||||
|
<xsl:template name="specificTitle">Ãëàâíàÿ</xsl:template> |
||||||
|
<xsl:template match="/root"> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<link rel="stylesheet" href="/static/css/global.css" type="text/css" /> |
||||||
|
<link rel="stylesheet" type="text/css"> |
||||||
|
<xsl:attribute name="href">/static/css/<xsl:value-of select="skin/name"/>.css</xsl:attribute> |
||||||
|
</link> |
||||||
|
<link rel="shortcut icon" href="/static/favicons/smirk.ico" type="image/x-icon" /> |
||||||
|
<title><xsl:value-of select="title"/></title> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<center> |
||||||
|
<table width="95%" height="95%"> |
||||||
|
<tr> |
||||||
|
<td align="center" valign="middle"> |
||||||
|
<h1> |
||||||
|
<xsl:choose> |
||||||
|
<xsl:when test="session/user"> |
||||||
|
<xsl:text>Hello, </xsl:text><xsl:value-of select="session/user/name"/> |
||||||
|
</xsl:when> |
||||||
|
<xsl:otherwise> |
||||||
|
<xsl:text>Hello, Guest</xsl:text> |
||||||
|
</xsl:otherwise> |
||||||
|
</xsl:choose> |
||||||
|
</h1> |
||||||
|
<xsl:variable name="prefix"> |
||||||
|
<xsl:text>https://</xsl:text> |
||||||
|
<xsl:value-of select="url/host"/> |
||||||
|
<xsl:text>:</xsl:text> |
||||||
|
<xsl:if test="url/port >= 1000"> |
||||||
|
<xsl:value-of select="floor(url/port div 1000)"/> |
||||||
|
</xsl:if> |
||||||
|
</xsl:variable> |
||||||
|
<h2>Âûáåðèòå äèçàéí</h2> |
||||||
|
<h4> |
||||||
|
<a> |
||||||
|
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>443/Boards/</xsl:attribute> |
||||||
|
<xsl:text>Êëàññè÷åñêèé</xsl:text> |
||||||
|
</a> |
||||||
|
</h4> |
||||||
|
<h4> |
||||||
|
<a> |
||||||
|
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>447/Boards/</xsl:attribute> |
||||||
|
<xsl:text>Ëàéò</xsl:text> |
||||||
|
</a> |
||||||
|
</h4> |
||||||
|
<h4> |
||||||
|
<a> |
||||||
|
<xsl:attribute name="href"><xsl:value-of select="$prefix"/>445/Boards/</xsl:attribute> |
||||||
|
<xsl:text>Ñûðîé XML</xsl:text> |
||||||
|
</a> |
||||||
|
</h4> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</center> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
</xsl:template> |
||||||
|
|
||||||
|
</xsl:stylesheet> |
||||||
|
|
Loading…
Reference in new issue