More of woocons

main
Inga 🏳‍🌈 14 years ago
parent aec46f6074
commit e32cf4ace7
  1. 2
      Builder/IISMainHandler/build.txt
  2. BIN
      static/images/woocons/Mail-notread.png
  3. BIN
      static/images/woocons/MailReply.png
  4. BIN
      static/images/woocons/Pictures.png
  5. BIN
      static/images/woocons/compat/garbage-notread.png
  6. 0
      static/images/woocons/compat/garbage-read.png
  7. BIN
      static/images/woocons/compat/normal-notread.png
  8. BIN
      static/images/woocons/compat/normal-read.png
  9. BIN
      static/images/woocons/compat/offtop-notread.png
  10. 0
      static/images/woocons/compat/offtop-read.png
  11. 4
      templates/Modern/elems/ConversationInfo.xslt
  12. 8
      templates/Modern/elems/PMInfo.xslt
  13. 6
      templates/Modern/elems/PostInfo.xslt
  14. 9
      templates/Modern/elems/ThreadInfo.xslt
  15. 2
      templates/Modern/elems/UploadInfo.xslt

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -15,10 +15,10 @@
<img alt="*" hspace="5" style="vertical-align: text-bottom">
<xsl:choose>
<xsl:when test="afterLastRead and afterLastRead&gt;lastMessageId">
<xsl:attribute name="src">/static/images/message-normal-read.gif</xsl:attribute>
<xsl:attribute name="src">/static/images/woocons/Mail.png</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="src">/static/images/message-normal-notread.gif</xsl:attribute>
<xsl:attribute name="src">/static/images/woocons/Mail-notread.gif</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</img>

@ -19,13 +19,13 @@
<tr>
<td align="left" width="65%" valign="top">
<a target="_blank" class="separate">
<img border="0" alt="" style="vertical-align: text-bottom">
<img border="0" alt="" style="vertical-align: text-bottom" width="16" height="16">
<xsl:choose>
<xsl:when test="isRead='false'">
<xsl:attribute name="src">/static/images/message-normal-notread.gif</xsl:attribute>
<xsl:attribute name="src">/static/images/woocons/Mail-notread.png</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="src">/static/images/message-normal-read.gif</xsl:attribute>
<xsl:attribute name="src">/static/images/woocons/Mail.png</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</img>
@ -47,7 +47,7 @@
<a>
<xsl:attribute name="href">/My/Conversations/PMReply/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:apply-templates select="postDate/date" mode="navigationImageFor">
<xsl:with-param name="src">woocons/Mail.png</xsl:with-param>
<xsl:with-param name="src">woocons/MailReply.png</xsl:with-param>
<xsl:with-param name="alt">Îòâåò</xsl:with-param>
</xsl:apply-templates>
</a>

@ -71,13 +71,13 @@
<a target="_blank" class="separate">
<xsl:attribute name="href">/Post/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:attribute name="title"><xsl:value-of select="$postDate"/></xsl:attribute>
<img border="0" alt="" style="vertical-align: text-bottom">
<img border="0" alt="" style="vertical-align: text-bottom" width="16" height="16">
<xsl:choose>
<xsl:when test="isUnread='true'">
<xsl:attribute name="src">/static/images/message-<xsl:value-of select="layerName"/>-notread.gif</xsl:attribute>
<xsl:attribute name="src">/static/images/woocons/compat/<xsl:value-of select="layerName"/>-notread.png</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="src">/static/images/message-<xsl:value-of select="layerName"/>-read.gif</xsl:attribute>
<xsl:attribute name="src">/static/images/woocons/compat/<xsl:value-of select="layerName"/>-read.png</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</img>

@ -23,7 +23,14 @@
<xsl:text> </xsl:text>
<img width="16" height="16" border="0" style="vertical-align: text-bottom;">
<xsl:attribute name="alt"><xsl:value-of select="firstPost/post/layer/name"/></xsl:attribute>
<xsl:attribute name="src">/static/images/woocons/compat/<xsl:value-of select="firstPost/post/layerName"/>.png</xsl:attribute>
<xsl:choose>
<xsl:when test="totalNewPosts and totalNewPosts!='0'">
<xsl:attribute name="src">/static/images/woocons/compat/<xsl:value-of select="firstPost/post/layerName"/>-notread.png</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="src">/static/images/woocons/compat/<xsl:value-of select="firstPost/post/layerName"/>-read.png</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</img>
</xsl:if>
<xsl:if test="isAnnouncement='true'">

@ -13,7 +13,7 @@
<td class="subjecttable">
<a target="_blank" class="separate">
<xsl:attribute name="href">/Upload/Info/<xsl:value-of select="id"/>/</xsl:attribute>
<img border="0" src="/static/images/message-normal-read.gif" alt="" style="vertical-align: text-bottom" />
<img border="0" src="/static/images/woocons/Pictures.png" alt="" style="vertical-align: text-bottom" />
</a>
<b class="separate"><xsl:value-of select="filename"/></b>
<br />

Loading…
Cancel
Save