Header moved out from boards template

main
Inga 🏳‍🌈 14 years ago
parent edd100fb0d
commit f1ffc99904
  1. 51
      templates/Full/Boards.xslt
  2. 56
      templates/Full/Header.xslt

@ -1,5 +1,6 @@
<?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:import href="Header.xslt"/>
<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
<xsl:template match="/root">
<html>
@ -10,55 +11,7 @@
<title><xsl:value-of select="title"/></title>
</head>
<body>
<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>
| <a href ="http://google.com/" target="_blank">Google</a>
| <a href ="http://yandex.ru/" target="_blank">Yandex</a>
| <a href ="http://mail.ru" target="_blank">Mail.ru</a>
| <a href ="http://www.vedomosti.ru/" target="_blank">Vedomosti</a>
| <a href ="http://www.afisha.ru/" target="_blank">Afisha</a>
| <a href ="http://weather.yandex.ru/27612/" target="_blank">Weather</a>
| <a href ="/sendmail.php" target="_blank">LAN Support</a>
</td>
</tr>
<tr>
<td width="100%" colspan="3" height="1" class="tableborders">
</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 = "/ubbthreads.php?Cat=" target="_top">Ñïèñîê ôîðóìîâ</a>
|
<a href = "/word-search.php" target="_top">Ïîèñê</a>
|
<a href = "/login.php?Cat=" target="_top">My Home</a>
|
<a href = "/online.php?Cat=" target="_top">Êòî â îíëàéíå</a>
|
<a href = "/faq_russian.php" target="_top">FAQ</a>
|
<a href = "/logout.php?key=8b46d53aaa0096f6695478f81503082c" target="_top">Âûõîä</a>
| <a href="/showmembers.php?Cat=&amp;page=1" target="_top">Ïîëüçîâàòåëè</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>&#160;&#160;</center>
<xsl:call-template name="header"/>
<table width="95%" align="center" class="tablesurround" cellspacing="1" cellpadding="1">
<tr>
<td>

@ -0,0 +1,56 @@
<?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="yes" encoding="UTF-8"/>
<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>
| <a href ="http://google.com/" target="_blank">Google</a>
| <a href ="http://yandex.ru/" target="_blank">Yandex</a>
| <a href ="http://mail.ru" target="_blank">Mail.ru</a>
| <a href ="http://www.vedomosti.ru/" target="_blank">Vedomosti</a>
| <a href ="http://www.afisha.ru/" target="_blank">Afisha</a>
| <a href ="http://weather.yandex.ru/27612/" target="_blank">Weather</a>
| <a href ="/sendmail.php" target="_blank">LAN Support</a>
</td>
</tr>
<tr>
<td width="100%" colspan="3" height="1" class="tableborders">
</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 = "/ubbthreads.php?Cat=" target="_top">Ñïèñîê ôîðóìîâ</a>
|
<a href = "/word-search.php" target="_top">Ïîèñê</a>
|
<a href = "/login.php?Cat=" target="_top">My Home</a>
|
<a href = "/online.php?Cat=" target="_top">Êòî â îíëàéíå</a>
|
<a href = "/faq_russian.php" target="_top">FAQ</a>
|
<a href = "/logout.php?key=8b46d53aaa0096f6695478f81503082c" target="_top">Âûõîä</a>
| <a href="/showmembers.php?Cat=&amp;page=1" target="_top">Ïîëüçîâàòåëè</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>&#160;&#160;</center>
</xsl:template>
</xsl:stylesheet>
Loading…
Cancel
Save