Table layout in header

main
Inga 🏳‍🌈 14 years ago
parent dd38b00584
commit a0cbfb9ae1
  1. 203
      templates/Full/elems/Header.xslt

@ -29,106 +29,113 @@
<table width="100%" class="tableborders" cellpadding="3" cellspacing="1"> <table width="100%" class="tableborders" cellpadding="3" cellspacing="1">
<tr> <tr>
<td align="center" class="menubar"> <td align="center" class="menubar">
<xsl:if test="session/sessionKey and (session/indicators/unreadPrivateMessages != '0')"> <table width="100%" border="0">
<a href="/My/Conversations/"> <tr>
<img src="/static/images/newpm.gif" border="0"> <td width="15%">&#160;</td>
<xsl:attribute name="alt"> <td width="70%" align="center">
<xsl:text>Ó âàñ </xsl:text> <xsl:if test="session/sessionKey and (session/indicators/unreadPrivateMessages != '0')">
<xsl:value-of select="session/indicators/unreadPrivateMessages"/> <a href="/My/Conversations/">
<xsl:text> íåïðî÷èòàííûõ ëè÷íûõ ñîîáùåíèé</xsl:text> <img src="/static/images/newpm.gif" border="0">
</xsl:attribute> <xsl:attribute name="alt">
</img> <xsl:text>Ó âàñ </xsl:text>
</a> <xsl:value-of select="session/indicators/unreadPrivateMessages"/>
<xsl:text> | </xsl:text> <xsl:text> íåïðî÷èòàííûõ ëè÷íûõ ñîîáùåíèé</xsl:text>
</xsl:if> </xsl:attribute>
<xsl:call-template name="headerLink"> </img>
<xsl:with-param name="url">/Boards/</xsl:with-param> </a>
<xsl:with-param name="text">Ñïèñîê ôîðóìîâ</xsl:with-param> <xsl:text> | </xsl:text>
</xsl:call-template> </xsl:if>
<xsl:text> | </xsl:text> <xsl:call-template name="headerLink">
<xsl:call-template name="headerLink"> <xsl:with-param name="url">/Boards/</xsl:with-param>
<xsl:with-param name="url">/Upload/</xsl:with-param> <xsl:with-param name="text">Ñïèñîê ôîðóìîâ</xsl:with-param>
<xsl:with-param name="text">Àïëîàä</xsl:with-param> </xsl:call-template>
<xsl:with-param name="isDisabled"> <xsl:text> | </xsl:text>
<xsl:if test="not(session/sessionKey)">true</xsl:if> <xsl:call-template name="headerLink">
</xsl:with-param> <xsl:with-param name="url">/Upload/</xsl:with-param>
</xsl:call-template> <xsl:with-param name="text">Àïëîàä</xsl:with-param>
<xsl:text> | </xsl:text> <xsl:with-param name="isDisabled">
<xsl:call-template name="headerLink"> <xsl:if test="not(session/sessionKey)">true</xsl:if>
<xsl:with-param name="url">/My/</xsl:with-param> </xsl:with-param>
<xsl:with-param name="text">My Home</xsl:with-param> </xsl:call-template>
</xsl:call-template> <xsl:text> | </xsl:text>
<xsl:text> | </xsl:text> <xsl:call-template name="headerLink">
<xsl:call-template name="headerLink"> <xsl:with-param name="url">/My/</xsl:with-param>
<xsl:with-param name="url">/q/faq/</xsl:with-param> <xsl:with-param name="text">My Home</xsl:with-param>
<xsl:with-param name="text">FAQ</xsl:with-param> </xsl:call-template>
</xsl:call-template> <xsl:text> | </xsl:text>
<xsl:text> | </xsl:text> <xsl:call-template name="headerLink">
<xsl:call-template name="headerLink"> <xsl:with-param name="url">/q/faq/</xsl:with-param>
<xsl:with-param name="url">/Users/</xsl:with-param> <xsl:with-param name="text">FAQ</xsl:with-param>
<xsl:with-param name="text">Ïîëüçîâàòåëè</xsl:with-param> </xsl:call-template>
</xsl:call-template> <xsl:text> | </xsl:text>
<span style="float:right"> <xsl:call-template name="headerLink">
<xsl:variable name="isLiteEnabled"> <xsl:with-param name="url">/Users/</xsl:with-param>
<xsl:call-template name="isLiteEnabled"/> <xsl:with-param name="text">Ïîëüçîâàòåëè</xsl:with-param>
</xsl:variable> </xsl:call-template>
<xsl:variable name="isRssEnabled"> </td>
<xsl:call-template name="isRssEnabled"/> <td width="15%" align="right">
</xsl:variable> <xsl:variable name="isLiteEnabled">
<xsl:variable name="prefix"> <xsl:call-template name="isLiteEnabled"/>
<xsl:text>https://</xsl:text> </xsl:variable>
<xsl:value-of select="url/host"/> <xsl:variable name="isRssEnabled">
<xsl:text>:</xsl:text> <xsl:call-template name="isRssEnabled"/>
<xsl:if test="url/port &gt;= 1000"> </xsl:variable>
<xsl:value-of select="floor(url/port div 1000)"/> <xsl:variable name="prefix">
</xsl:if> <xsl:text>https://</xsl:text>
</xsl:variable> <xsl:value-of select="url/host"/>
<a> <xsl:text>:</xsl:text>
<xsl:if test="$isLiteEnabled='true'"> <xsl:if test="url/port &gt;= 1000">
<xsl:attribute name="href"> <xsl:value-of select="floor(url/port div 1000)"/>
<xsl:value-of select="$prefix"/>
<xsl:text>447</xsl:text>
<xsl:value-of select="currentUrl"/>
</xsl:attribute>
</xsl:if>
<img border="0">
<xsl:attribute name="src">
<xsl:text>/static/images/light</xsl:text>
<xsl:if test="not($isLiteEnabled='true')">
<xsl:text>-disabled</xsl:text>
</xsl:if> </xsl:if>
<xsl:text>.png</xsl:text> </xsl:variable>
</xsl:attribute> <a>
</img> <xsl:if test="$isLiteEnabled='true'">
</a> <xsl:attribute name="href">
<a> <xsl:value-of select="$prefix"/>
<xsl:if test="$isRssEnabled='true'"> <xsl:text>447</xsl:text>
<xsl:attribute name="href"> <xsl:value-of select="currentUrl"/>
<xsl:value-of select="$prefix"/> </xsl:attribute>
<xsl:text>449</xsl:text>
<xsl:value-of select="currentUrl"/>
</xsl:attribute>
</xsl:if>
<img border="0">
<xsl:attribute name="src">
<xsl:text>/static/images/rss</xsl:text>
<xsl:if test="not($isRssEnabled='true')">
<xsl:text>-disabled</xsl:text>
</xsl:if> </xsl:if>
<xsl:text>.png</xsl:text> <img border="0">
</xsl:attribute> <xsl:attribute name="src">
</img> <xsl:text>/static/images/light</xsl:text>
</a> <xsl:if test="not($isLiteEnabled='true')">
<xsl:if test="$isRssEnabled='true'"> <xsl:text>-disabled</xsl:text>
<link rel="alternate" type="application/rss+xml" title="RSS"> </xsl:if>
<xsl:attribute name="href"> <xsl:text>.png</xsl:text>
<xsl:value-of select="$prefix"/> </xsl:attribute>
<xsl:text>449</xsl:text> </img>
<xsl:value-of select="currentUrl"/> </a>
</xsl:attribute> <a>
</link> <xsl:if test="$isRssEnabled='true'">
</xsl:if> <xsl:attribute name="href">
</span> <xsl:value-of select="$prefix"/>
<xsl:text>449</xsl:text>
<xsl:value-of select="currentUrl"/>
</xsl:attribute>
</xsl:if>
<img border="0">
<xsl:attribute name="src">
<xsl:text>/static/images/rss</xsl:text>
<xsl:if test="not($isRssEnabled='true')">
<xsl:text>-disabled</xsl:text>
</xsl:if>
<xsl:text>.png</xsl:text>
</xsl:attribute>
</img>
</a>
<xsl:if test="$isRssEnabled='true'">
<link rel="alternate" type="application/rss+xml" title="RSS">
<xsl:attribute name="href">
<xsl:value-of select="$prefix"/>
<xsl:text>449</xsl:text>
<xsl:value-of select="currentUrl"/>
</xsl:attribute>
</link>
</xsl:if>
</td>
</tr>
</table>
</td> </td>
</tr> </tr>
</table> </table>

Loading…
Cancel
Save