An alternative to UBB.threads
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
FLocal/templates/Full/elems/Header.xslt

60 lines
2.2 KiB

<?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:template name="header">
<table border="0" cellpadding="2" cellspacing="0" width="95%" class="tableborders" align="center">
<tr>
<td align="center">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td width="100%" class="topmenu" align="center">
<a href ="/" >Root</a>
<xsl:text> | </xsl:text>
<a href ="http://google.com/" target="_blank">Google</a>
<xsl:text> | </xsl:text>
<a href ="http://yandex.ru/" target="_blank">Yandex</a>
<xsl:text> | </xsl:text>
<a href ="http://mail.ru" target="_blank">Mail.ru</a>
<xsl:text> | </xsl:text>
<a href ="http://www.vedomosti.ru/" target="_blank">Vedomosti</a>
<xsl:text> | </xsl:text>
<a href ="http://www.afisha.ru/" target="_blank">Afisha</a>
<xsl:text> | </xsl:text>
<a href ="http://weather.yandex.ru/27612/" target="_blank">Weather</a>
<xsl:text> | </xsl:text>
<a href ="/sendmail.php" target="_blank">LAN Support</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="95%" align="center" class="tablesurround" cellpadding="1" cellspacing="1">
<tr>
<td>
<table width="100%" class="tableborders" cellpadding="3" cellspacing="1">
<tr>
<td align="center" class="menubar">
<a href="/Boards/" target="_top">Ñïèñîê ôîðóìîâ</a>
<xsl:text> | </xsl:text>
<a target="_top">Ïîèñê</a>
<xsl:text> | </xsl:text>
<!--a target="_top">My Home</a-->
<a href="/Login/" target="_top">Âõîä</a>
<xsl:text> | </xsl:text>
<a target="_top">Êòî â îíëàéíå</a>
<xsl:text> | </xsl:text>
<a target="_top">FAQ</a>
<xsl:text> | </xsl:text>
<a target="_top">Âûõîä</a>
<xsl:text> | </xsl:text>
<a target="_top">Ïîëüçîâàòåëè</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>&#160;&#160;</center>
</xsl:template>
</xsl:stylesheet>