User link localized

main
Inga 🏳‍🌈 14 years ago
parent 995734f37f
commit d619ed3649
  1. 5
      templates/Full/Boards.xslt
  2. 5
      templates/Full/UserList.xslt
  3. 5
      templates/Full/UserPosts.xslt
  4. 5
      templates/Full/UserReplies.xslt
  5. 7
      templates/Full/elems/Main.xslt
  6. 7
      templates/Full/elems/PollInfo.xslt
  7. 8
      templates/Full/elems/ThreadInfo.xslt
  8. 1
      templates/Full/elems/UploadInfo.xslt
  9. 5
      templates/Full/elems/UserInfoBar.xslt

@ -26,10 +26,7 @@
<xsl:choose>
<xsl:when test="session/user">
<xsl:text>Âû âîøëè â ôîðóì êàê </xsl:text>
<a>
<xsl:attribute name="href">/User/<xsl:value-of select="session/user/id"/>/</xsl:attribute>
<xsl:value-of select="session/user/name"/>
</a>
<xsl:apply-templates select="session/user" mode="userLink"/>
</xsl:when>
<xsl:otherwise>
<xsl:text>Âû íå âîøëè â ôîðóì</xsl:text>

@ -89,10 +89,7 @@
</xsl:otherwise>
</xsl:choose>
<td>
<a>
<xsl:attribute name="href">/User/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:value-of select="name"/>
</a>
<xsl:apply-templates select="current()" mode="userLink"/>
</td>
<td>
<xsl:text>Пользователь</xsl:text>

@ -22,10 +22,7 @@
<xsl:text>Ďîëüçîâŕňĺëč</xsl:text>
</a>
<xsl:text> &gt;&gt; </xsl:text>
<a>
<xsl:attribute name="href">/User/<xsl:value-of select="user/id"/></xsl:attribute>
<xsl:value-of select="user/name"/>
</a>
<xsl:apply-templates select="user" mode="userLink"/>
<xsl:text> &gt;&gt; </xsl:text>
<xsl:text>Ďîńňű</xsl:text>
</font>

@ -22,10 +22,7 @@
<xsl:text>Ďîëüçîâŕňĺëč</xsl:text>
</a>
<xsl:text> &gt;&gt; </xsl:text>
<a>
<xsl:attribute name="href">/User/<xsl:value-of select="user/id"/></xsl:attribute>
<xsl:value-of select="user/name"/>
</a>
<xsl:apply-templates select="user" mode="userLink"/>
<xsl:text> &gt;&gt; </xsl:text>
<xsl:text>Îňâĺňű</xsl:text>
</font>

@ -154,5 +154,12 @@
</xsl:if>
</xsl:template>
<xsl:template match="user" mode="userLink">
<a class="separate">
<xsl:attribute name="href">/User/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:value-of select="name"/>
</a>
</xsl:template>
</xsl:stylesheet>

@ -158,11 +158,4 @@
</tr>
</xsl:template>
<xsl:template match="user" mode="userLink">
<a class="separate">
<xsl:attribute name="href">/User/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:value-of select="name"/>
</a>
</xsl:template>
</xsl:stylesheet>

@ -53,13 +53,7 @@
</xsl:if>
</td>
<td align="left" nowrap="nowrap">
<a>
<xsl:attribute name="href">/User/<xsl:value-of select="topicstarter/user/id"/>/</xsl:attribute>
<font>
<xsl:attribute name="color">#0000ff</xsl:attribute>
<xsl:value-of select="topicstarter/user/name"/>
</font>
</a>
<xsl:apply-templates select="topicstarter/user" mode="userLink"/>
</td>
<td align="center">
<xsl:value-of select="totalViews"/>

@ -60,5 +60,4 @@
</tr>
</xsl:template>
</xsl:stylesheet>

@ -5,10 +5,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a>
<xsl:attribute name="href">/User/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:value-of select="name"/>
</a>
<xsl:apply-templates select="current()" mode="userLink"/>
</td>
</tr>
<tr>

Loading…
Cancel
Save