diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 903dc0f..c0db21d 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -390 \ No newline at end of file +392 \ No newline at end of file diff --git a/Builder/IISUploadHandler/build.txt b/Builder/IISUploadHandler/build.txt index 3fdc173..a09fd8a 100644 --- a/Builder/IISUploadHandler/build.txt +++ b/Builder/IISUploadHandler/build.txt @@ -1 +1 @@ -122 \ No newline at end of file +124 \ No newline at end of file diff --git a/Common/dataobjects/Thread.cs b/Common/dataobjects/Thread.cs index 3f5e579..11dbf7b 100644 --- a/Common/dataobjects/Thread.cs +++ b/Common/dataobjects/Thread.cs @@ -173,6 +173,7 @@ namespace FLocal.Common.dataobjects { new XElement("totalPosts", this.totalPosts), new XElement("totalViews", this.totalViews), new XElement("bodyShort", this.firstPost.bodyShort), + new XElement("layerId", this.firstPost.layerId), context.formatTotalPosts(this.totalPosts) ); if(includeFirstPost) { diff --git a/static/images/chat-notread.gif b/static/images/chat-notread.gif deleted file mode 100644 index c88dfd4..0000000 Binary files a/static/images/chat-notread.gif and /dev/null differ diff --git a/static/images/chat-read.gif b/static/images/chat-read.gif deleted file mode 100644 index 3516562..0000000 Binary files a/static/images/chat-read.gif and /dev/null differ diff --git a/static/images/book-notread.gif b/static/images/message-1-notread.gif similarity index 100% rename from static/images/book-notread.gif rename to static/images/message-1-notread.gif diff --git a/static/images/book-read.gif b/static/images/message-1-read.gif similarity index 100% rename from static/images/book-read.gif rename to static/images/message-1-read.gif diff --git a/static/images/message-2-notread.gif b/static/images/message-2-notread.gif new file mode 100644 index 0000000..7c7fc0b Binary files /dev/null and b/static/images/message-2-notread.gif differ diff --git a/static/images/message-2-read.gif b/static/images/message-2-read.gif new file mode 100644 index 0000000..3c78588 Binary files /dev/null and b/static/images/message-2-read.gif differ diff --git a/static/images/message-3-notread.gif b/static/images/message-3-notread.gif new file mode 100644 index 0000000..8832756 Binary files /dev/null and b/static/images/message-3-notread.gif differ diff --git a/static/images/message-3-read.gif b/static/images/message-3-read.gif new file mode 100644 index 0000000..64820e1 Binary files /dev/null and b/static/images/message-3-read.gif differ diff --git a/templates/Full/elems/PostInfo.xslt b/templates/Full/elems/PostInfo.xslt index 5b1c588..4489c70 100644 --- a/templates/Full/elems/PostInfo.xslt +++ b/templates/Full/elems/PostInfo.xslt @@ -21,10 +21,10 @@ - /static/images/book-notread.gif + /static/images/message--notread.gif - /static/images/book-read.gif + /static/images/message--read.gif diff --git a/templates/Full/elems/ThreadInfo.xslt b/templates/Full/elems/ThreadInfo.xslt index 34dfe90..85b58dd 100644 --- a/templates/Full/elems/ThreadInfo.xslt +++ b/templates/Full/elems/ThreadInfo.xslt @@ -16,10 +16,10 @@ * - /static/images/book-notread.gif + /static/images/message--notread.gif - /static/images/book-read.gif + /static/images/message--read.gif diff --git a/templates/Full/elems/UploadInfo.xslt b/templates/Full/elems/UploadInfo.xslt index e220562..f650a84 100644 --- a/templates/Full/elems/UploadInfo.xslt +++ b/templates/Full/elems/UploadInfo.xslt @@ -13,7 +13,7 @@ /Upload/Item// - +