diff --git a/Common/dataobjects/Post.cs b/Common/dataobjects/Post.cs index a4c9ab0..643959a 100644 --- a/Common/dataobjects/Post.cs +++ b/Common/dataobjects/Post.cs @@ -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: diff --git a/templates/Full/elems/BoardInfo.xslt b/templates/Full/elems/BoardInfo.xslt index ffa08f5..f704ce5 100644 --- a/templates/Full/elems/BoardInfo.xslt +++ b/templates/Full/elems/BoardInfo.xslt @@ -52,7 +52,7 @@ - +
@@ -63,6 +63,9 @@
+ + + [ diff --git a/templates/Modern/elems/BoardInfo.xslt b/templates/Modern/elems/BoardInfo.xslt index 2628535..b179660 100644 --- a/templates/Modern/elems/BoardInfo.xslt +++ b/templates/Modern/elems/BoardInfo.xslt @@ -64,7 +64,7 @@
- +

Последнее сообщение: @@ -79,6 +79,9 @@ + + +