'static' icon

main
Inga 🏳‍🌈 14 years ago
parent e0552233a4
commit 7f6c33ad35
  1. BIN
      static/images/shortcut.png
  2. 2
      templates/Full/elems/MyHeader.xslt
  3. 4
      templates/Full/elems/UserHeader.xslt

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -53,6 +53,7 @@
</xsl:with-param>
</xsl:call-template>
<xsl:text> | </xsl:text>
<img src="/static/images/shortcut.png" border="0"/>
<xsl:call-template name="headerLink">
<xsl:with-param name="url">/Users/User/<xsl:value-of select="session/user/id"/>/Info/</xsl:with-param>
<xsl:with-param name="text">Ïðîôèëü</xsl:with-param>
@ -60,7 +61,6 @@
<xsl:if test="not(session/sessionKey)">true</xsl:if>
</xsl:with-param>
</xsl:call-template>
<img src="/static/images/external.png" border="0"/>
<xsl:text> | </xsl:text>
<a target="_top">
<xsl:if test="session/sessionKey">

@ -34,6 +34,7 @@
<xsl:with-param name="text">Îïðîñû</xsl:with-param>
</xsl:call-template>
<xsl:text> | </xsl:text>
<img src="/static/images/shortcut.png" border="0"/>
<xsl:call-template name="headerLink">
<xsl:with-param name="url">/My/Conversations/Conversation/<xsl:value-of select="accountId"/>/</xsl:with-param>
<xsl:with-param name="text">Èñòîðèÿ</xsl:with-param>
@ -41,8 +42,8 @@
<xsl:if test="not(accountId)">true</xsl:if>
</xsl:with-param>
</xsl:call-template>
<img src="/static/images/external.png" border="0"/>
<xsl:text> | </xsl:text>
<img src="/static/images/shortcut.png" border="0"/>
<xsl:call-template name="headerLink">
<xsl:with-param name="url">/My/Conversations/PMSend/<xsl:value-of select="accountId"/>/</xsl:with-param>
<xsl:with-param name="text">Íàïèñàòü</xsl:with-param>
@ -50,7 +51,6 @@
<xsl:if test="not(accountId)">true</xsl:if>
</xsl:with-param>
</xsl:call-template>
<img src="/static/images/external.png" border="0"/>
</td>
</tr>
</table>

Loading…
Cancel
Save