|
|
@ -1,7 +1,7 @@ |
|
|
|
<?xml version="1.0" encoding="Windows-1251"?> |
|
|
|
<?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:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
|
|
|
|
|
|
|
|
<xsl:template match="post[not(hidden)]"> |
|
|
|
<xsl:template match="post[hidden]"> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<div class="darktable"> |
|
|
|
<div class="darktable"> |
|
|
|
<a> |
|
|
|
<a> |
|
|
@ -17,7 +17,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</xsl:template> |
|
|
|
</xsl:template> |
|
|
|
<xsl:template match="post[hidden]"> |
|
|
|
<xsl:template match="post[not(hidden)]"> |
|
|
|
<xsl:param name="isReplyDisabled">true</xsl:param> |
|
|
|
<xsl:param name="isReplyDisabled">true</xsl:param> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<div class="darktable"> |
|
|
|
<div class="darktable"> |
|
|
|