posts = from stringId in Config.instance.mainConnection.LoadIdsByConditions(Post.TableSpec.instance, new EmptyCondition(), pageOuter, new JoinSpec[0], new SortSpec[] { new SortSpec(Post.TableSpec.instance.getIdSpec(), false) }) select Post.LoadById(int.Parse(stringId));
+
+ XElement[] result = new XElement[] {
+ new XElement("posts",
+ from post in posts select post.exportToXmlWithoutThread(context, true),
+ pageOuter.exportToXml(2, 5, 2)
+ )
+ };
+
+ return result;
+ }
+
+ }
+
+}
\ No newline at end of file
diff --git a/templates/Full/AllPosts.xslt b/templates/Full/AllPosts.xslt
new file mode 100644
index 0000000..7d47db5
--- /dev/null
+++ b/templates/Full/AllPosts.xslt
@@ -0,0 +1,70 @@
+
+
+
+
+
+ Все сообщения
+
+
+
+
+
+
+
+
+
+
+
+
+ Все сообщения
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/Full/Boards.xslt b/templates/Full/Boards.xslt
index 0530643..0cc0635 100644
--- a/templates/Full/Boards.xslt
+++ b/templates/Full/Boards.xslt
@@ -54,7 +54,10 @@
Просмотр новых сообщений
- Последние 7 дней
+
+ /AllPosts/
+ Последние 7 дней
+
/User//Replies/
|