From 53d6498d29052f2b99962358c6fa136921c22dd0 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Wed, 15 Sep 2010 12:54:55 +0000 Subject: [PATCH] Follow-up to rev.441 --- Builder/IISMainHandler/build.txt | 2 +- static/images/adm.gif | Bin 0 -> 122 bytes templates/Full/AllThreads.xslt | 1 + templates/Full/Board.xslt | 1 + templates/Full/UserPosts.xslt | 1 + templates/Full/UserReplies.xslt | 1 + templates/Full/UserThreads.xslt | 1 + templates/Rss/AllPosts.xslt | 1 - templates/Rss/AllThreads.xslt | 11 ++++++++ templates/Rss/Board.xslt | 12 ++++++++ templates/Rss/UserPosts.xslt | 12 ++++++++ templates/Rss/UserReplies.xslt | 12 ++++++++ templates/Rss/UserThreads.xslt | 12 ++++++++ templates/Rss/elems/ThreadInfo.xslt | 42 ++++++++++++++++++++++++++++ 14 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 static/images/adm.gif create mode 100644 templates/Rss/AllThreads.xslt create mode 100644 templates/Rss/Board.xslt create mode 100644 templates/Rss/UserPosts.xslt create mode 100644 templates/Rss/UserReplies.xslt create mode 100644 templates/Rss/UserThreads.xslt create mode 100644 templates/Rss/elems/ThreadInfo.xslt 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 0000000000000000000000000000000000000000..8c18f08ee93d25e8ee9420ab1c33672140c9c461 GIT binary patch literal 122 zcmZ?wbhEHb Все темы + 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