@ -240,7 +240,8 @@ namespace FLocal.Common.dataobjects {
case PostVisibilityEnum.HIDDEN:
result = new XElement("post",
new XElement("hidden"),
new XElement("id", this.id)
new XElement("id", this.id),
new XElement("postDate", this.postDate.ToXml())
);
break;
case PostVisibilityEnum.VISIBLE:
@ -52,7 +52,7 @@
</tr>
</xsl:template>
<xsl:template match="lastPostInfo">
<xsl:template match="lastPostInfo[not(post/hidden)]">
<xsl:if test="post">
<xsl:apply-templates select="post/postDate/date" mode="dateTime"/><br />
<a>
@ -63,6 +63,9 @@
</xsl:if>
<xsl:template match="lastPostInfo[post/hidden]">
<xsl:template match="subBoards/board">
<xsl:text> [</xsl:text>
@ -64,7 +64,7 @@
</div>
<p>
<xsl:text>Ïîñëåäíåå ñîîáùåíèå:</xsl:text>
@ -79,6 +79,9 @@
<xsl:if test="position() > 1">
<hr/>