diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 1ca5934..3b2a35f 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1287 \ No newline at end of file +1293 \ No newline at end of file diff --git a/static/images/adm.gif b/static/images/adm.gif new file mode 100644 index 0000000..8c18f08 Binary files /dev/null and b/static/images/adm.gif differ diff --git a/templates/Full/AllThreads.xslt b/templates/Full/AllThreads.xslt index 1e9d2fc..22a1315 100644 --- a/templates/Full/AllThreads.xslt +++ b/templates/Full/AllThreads.xslt @@ -5,6 +5,7 @@ Все темы + true diff --git a/templates/Full/Board.xslt b/templates/Full/Board.xslt index 4480497..7672ab5 100644 --- a/templates/Full/Board.xslt +++ b/templates/Full/Board.xslt @@ -7,6 +7,7 @@ true + true
diff --git a/templates/Full/UserPosts.xslt b/templates/Full/UserPosts.xslt index e98cbfe..d6541a4 100644 --- a/templates/Full/UserPosts.xslt +++ b/templates/Full/UserPosts.xslt @@ -6,6 +6,7 @@ Сообщения - + true
diff --git a/templates/Full/UserReplies.xslt b/templates/Full/UserReplies.xslt index 27c11f9..9172e73 100644 --- a/templates/Full/UserReplies.xslt +++ b/templates/Full/UserReplies.xslt @@ -6,6 +6,7 @@ Ответы - + true
diff --git a/templates/Full/UserThreads.xslt b/templates/Full/UserThreads.xslt index ca0214d..5b026f6 100644 --- a/templates/Full/UserThreads.xslt +++ b/templates/Full/UserThreads.xslt @@ -6,6 +6,7 @@ Темы - + true
diff --git a/templates/Rss/AllPosts.xslt b/templates/Rss/AllPosts.xslt index 5de5503..d22e58e 100644 --- a/templates/Rss/AllPosts.xslt +++ b/templates/Rss/AllPosts.xslt @@ -8,5 +8,4 @@ - \ No newline at end of file diff --git a/templates/Rss/AllThreads.xslt b/templates/Rss/AllThreads.xslt new file mode 100644 index 0000000..d636fd8 --- /dev/null +++ b/templates/Rss/AllThreads.xslt @@ -0,0 +1,11 @@ + + + + + + Все темы + + + + + \ No newline at end of file diff --git a/templates/Rss/Board.xslt b/templates/Rss/Board.xslt new file mode 100644 index 0000000..561e08f --- /dev/null +++ b/templates/Rss/Board.xslt @@ -0,0 +1,12 @@ + + + + + + Темы раздела + + + + + + \ No newline at end of file diff --git a/templates/Rss/UserPosts.xslt b/templates/Rss/UserPosts.xslt new file mode 100644 index 0000000..e1c9bc3 --- /dev/null +++ b/templates/Rss/UserPosts.xslt @@ -0,0 +1,12 @@ + + + + + + Сообщения пользователя + + + + + + \ No newline at end of file diff --git a/templates/Rss/UserReplies.xslt b/templates/Rss/UserReplies.xslt new file mode 100644 index 0000000..c40b59f --- /dev/null +++ b/templates/Rss/UserReplies.xslt @@ -0,0 +1,12 @@ + + + + + + Ответы пользователю + + + + + + \ No newline at end of file diff --git a/templates/Rss/UserThreads.xslt b/templates/Rss/UserThreads.xslt new file mode 100644 index 0000000..e38990c --- /dev/null +++ b/templates/Rss/UserThreads.xslt @@ -0,0 +1,12 @@ + + + + + + Темы пользователя + + + + + + \ No newline at end of file diff --git a/templates/Rss/elems/ThreadInfo.xslt b/templates/Rss/elems/ThreadInfo.xslt new file mode 100644 index 0000000..a374535 --- /dev/null +++ b/templates/Rss/elems/ThreadInfo.xslt @@ -0,0 +1,42 @@ + + + + + + + <xsl:text>Новое сообщение в обсуждении </xsl:text> + <xsl:value-of select="title"/> + + + Всего в обсуждении + + сообщений + + , из них + + непрочитанных + + + + + /Thread/ + + / + + p + + + + + thread- + + - + + + + + + + + + \ No newline at end of file