From ee6eadcd623f6cbf39774e6618efa2d6ae0e2e7c Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Sun, 27 Jun 2010 14:38:59 +0000 Subject: [PATCH] Layer icons implemented --- Builder/IISMainHandler/build.txt | 2 +- Builder/IISUploadHandler/build.txt | 2 +- Common/dataobjects/Thread.cs | 1 + static/images/chat-notread.gif | Bin 106 -> 0 bytes static/images/chat-read.gif | Bin 106 -> 0 bytes .../{book-notread.gif => message-1-notread.gif} | Bin .../images/{book-read.gif => message-1-read.gif} | Bin static/images/message-2-notread.gif | Bin 0 -> 152 bytes static/images/message-2-read.gif | Bin 0 -> 152 bytes static/images/message-3-notread.gif | Bin 0 -> 165 bytes static/images/message-3-read.gif | Bin 0 -> 161 bytes templates/Full/elems/PostInfo.xslt | 4 ++-- templates/Full/elems/ThreadInfo.xslt | 4 ++-- templates/Full/elems/UploadInfo.xslt | 2 +- 14 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 static/images/chat-notread.gif delete mode 100644 static/images/chat-read.gif rename static/images/{book-notread.gif => message-1-notread.gif} (100%) rename static/images/{book-read.gif => message-1-read.gif} (100%) create mode 100644 static/images/message-2-notread.gif create mode 100644 static/images/message-2-read.gif create mode 100644 static/images/message-3-notread.gif create mode 100644 static/images/message-3-read.gif 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 c88dfd47d9a679e3d02c243512d4bf7c9fa7e4a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHbA;FRh=!NOn- E0MElGRsaA1 diff --git a/static/images/chat-read.gif b/static/images/chat-read.gif deleted file mode 100644 index 351656259c16f1ad3115f7b3042f8b3470381e00..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHb~IJAnlPJrSj?8WJ40XD*X|urKv{X6n%xk?S7>X6spSO7)*$VXy`OQ`ICM 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 0000000000000000000000000000000000000000..7c7fc0b6665d3f02bf96d7aa34fcfbe1e524a58a GIT binary patch literal 152 zcmZ?wbhEHbSr{3BT6I7= zL1r+pxPCb4sm*G^y!-9pxEryzGLl*a7}zZ~IutH>ebFmNTclx@utXEDfWV3@R_0?0 fIjr;6F!8%j*cx!@qPp7KU0SNS89vKg7#OSp=W$3G literal 0 HcmV?d00001 diff --git a/static/images/message-2-read.gif b/static/images/message-2-read.gif new file mode 100644 index 0000000000000000000000000000000000000000..3c78588cde53b715373640119f52905b256775f4 GIT binary patch literal 152 zcmZ?wbhEHb%1CMzU|_e{=uo)i^+m57ZIOmq!V*oq0sb3%#eq^_B?v5bvA6`=?z8SMB4YSj?Mncebu3hgTWdAl?OZD literal 0 HcmV?d00001 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// - +