From 01d1307ad66ba3a0dc7711277d5c0f7403c74a4c Mon Sep 17 00:00:00 2001 From: pb Date: Sat, 24 Apr 2010 21:58:38 +0000 Subject: [PATCH] =?UTF-8?q?Theme=20Aplaws=20generic=20mit=20xsl-Dateien=20?= =?UTF-8?q?aus=20forum-examples=20erg=C3=A4nzt,=20so=20dass=20per=20defaul?= =?UTF-8?q?t=20alle=20neuen=20Features=20unterst=C3=BCtzt=20werden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@394 8810af33-2d31-482b-a856-94f89814c4df --- .../themes/aplaws-generic/forum-index.css | 405 ++++- .../themes/aplaws-generic/forum-index.xsl | 1318 ++++++++++++++++- .../images/forum/archived-16x16.gif | Bin 0 -> 561 bytes .../images/forum/back-to-16x16.gif | Bin 0 -> 552 bytes .../images/forum/delete-16x16.gif | Bin 0 -> 581 bytes .../images/forum/edit-16x16.gif | Bin 0 -> 551 bytes .../images/forum/info-16x16.gif | Bin 0 -> 619 bytes .../images/forum/post-16x16.gif | Bin 0 -> 1010 bytes .../aplaws-generic/images/forum/read.gif | Bin 0 -> 296 bytes .../images/forum/reply-16x16.gif | Bin 0 -> 1024 bytes .../images/forum/watch-16x16.gif | Bin 0 -> 1039 bytes 11 files changed, 1705 insertions(+), 18 deletions(-) create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/archived-16x16.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/back-to-16x16.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/delete-16x16.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/edit-16x16.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/info-16x16.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/post-16x16.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/read.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/reply-16x16.gif create mode 100644 ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/watch-16x16.gif diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.css b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.css index 132b7d723..74c5d3a59 100644 --- a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.css +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.css @@ -1,2 +1,403 @@ -@import url("/css/acs-master.css"); -@import url("/__ccm__/static/forum/forum.css"); +@import url("css/main.css"); +/* Chris presumably forgot the ! to comment the following 2 lines out +/* <--@import url("/css/acs-master.css");--> */ +/* <--@import url("/css/tabbed-pane/tabbed-pane.css");--> */ + + +body { + margin: 0; + background-color: #FFF; + color: #000; + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +.forum { + font-size: 0.8em; + margin: 8px 0 10px 2px; +} + +.content { + margin-left: 10px; +} + + +/*form submission*/ + +.forumSelect { + margin-top: 0.2em; + float:left; +} +.forumButton input { + float:left; + margin-top: 0.2em; + margin-right: 5px; + padding-left: 2px; + padding-right: 2px; + color: #000; + background-color: #CCC; + vertical-align: middle; + border: 1px solid #000; + +} + +.submit { + clear: both; + margin-left: 100px; +} + +/* +view all threads + +*/ + +#selectLabel { + float:left; + color: white; + padding-top: 0.2em; + padding-left: 0.2em; +} +#selectCategory { + background-color: #999; + height: 2.2em; + +} + +#threadHead { + background-color: #E5F3FC; + font-weight: bold; + height: 1.5em; + padding-left: 0.2em; + margin-bottom: 0.3em; + +} +#noMessages { + clear:both; + float:left; + width: 100%; + +} +.subject { + clear: both; + float:left; + width: 190px; + padding: 4px 0 4px 22px; + background-position: 4px 0.7em; + background-repeat: no-repeat; + background-image: url("images/forum/read.gif"); +} + +.topic { + clear:both; + float:left; + width: 212px; + padding: 4px 0 4px 0px; +} + +.threadSubject { + clear:both; + float:left; + width: 140px; + padding: 4px 0 4px 0px; +} + +.author { + float:left; + width: 100px; + padding: 4px 0 4px 0px; + text-align: center; +} + +.replies { + float:left; + text-align: center; + width: 60px; + padding: 4px 0 4px 0px; +} + +.threads { + float:left; + text-align: center; + width: 75px; + padding: 4px 0 4px 0px; +} + +.status { + float:left; + width: 75px; + padding: 4px 0 4px 0px; +} + +.delete { + float:left; + text-align: center; + width: 50px; + padding: 4px 0 4px 0px; +} + +.lastPost { + float: left; + text-align: center; + width: 150px; + padding: 4px 0 4px 0px; +} + +#newTopicLink a { + padding: 4px 0 4px 22px; + background-position: 0px 0.3em; + background-repeat: no-repeat; + background-image: url("images/forum/post-16x16.gif"); +} + +#viewAllTopicsLink a { + float: left; + padding: 4px 15px 4px 22px; + background-position: 0px 0.3em; + background-repeat: no-repeat; + background-image: url("images/forum/back-to-16x16.gif"); + +} + +#watchTopicLink a { + float: left; + padding: 4px 0 4px 22px; + background-position: 0px 0.3em; + background-repeat: no-repeat; + background-image: url("images/forum/watch-16x16.gif"); + margin-left: 0.8em; + margin-bottom: 0.8em; +} + +#info { + clear:both; + padding: 4px 0 4px 22px; + background-position: 0px 0.6em; + background-repeat: no-repeat; + background-image: url("images/forum/info-16x16.gif"); + color: green; + margin-left: 0.8em; +} + +.post { + clear: both; + margin-bottom: 0.8em; + font-size: 1em; +} + +.postOdd { + background-color: #EFEFEF; + +} + +.postEven { + background-color: #FFFFFF; +} + +#topic { + margin-bottom: 0.8em; + font-weight: bold; +} + +.actions { + float: right; + margin-right: 0.3em; +} + +.header { + float: left; + margin-left: 0.3em; + font-weight: bold; +} + +.message { + clear: both; + float: left; + width:98%; + margin-left: 0.3em; + margin-bottom: 0.5em; +} + +.postDetails { + clear: both; + float: left; + margin-bottom: 0.5em; + margin-left: 0.3em; +} + +.bar { + clear:both; + float:left; + width: 98%; + padding-left: 0.3em; + padding-right: 0.3em; + padding-top: 0.5em; + padding-bottom: 0.5em; +} + +.replyBar { + clear:both; + padding-right: 0.3em; + padding-top: 0.5em; + padding-bottom: 0.5em; +} + + +.clearGroup { + clear:both; + margin-bottom: 0.5em; +} + +.columnOne { + float: left; + width: 100px; + font-size: 1em; +} + +.columnOneWide { + float: left; + width: 130px; + font-size: 1em; +} + +.columnTwo { + display: inline; + font-size: 1em; + margin: 0; +} + + +.columnTwo input { + width: 300px; +} + +.columnTwo select { + width: 300px; +} + + +.columnTwo textArea { + width: 300px; +} + +.columnThree { + font-size: 1em; +} + +#title { + float:left; + width: 100%; + + font-size: 1.2em; +} + + +fieldset { + padding: 0.3em 0.3em 0.3em 0.3em; +} + +.fileLink { + margin-left: 0.5em; + clear: both; + float:left; +} + + +textarea { + width: 450px; +} + +.validationError { + color: red; + margin-left: 100px; +} + +#images { + clear: both; + float:left; + margin-left: 0.3em; +} + +#plainText { + clear: both; + font-size: 1em; + margin-bottom: 0.5em; +} + +li { + list-style-position: inside; +} + +.expiry input { + width: 50px; +} + +.fileTable { + width: 100%; +} + + +pre { + + font-size: 1em; +} + + +/* Contents of tabbed-pane.css - forum tabs */ + +div.tabbed-pane div, div.tabbed-pane table.tab-set, div.tabbed-pane table.tab-set td { + margin: 0; + border: 0; + padding: 0; +} + +div.tabbed-pane table { + border-collapse: collapse; +} + +div.tabbed-pane table.tab-set { + margin-left: 10px; +} + +div.tabbed-pane table.tab-set a { + text-decoration: none; + color: rgb(63,63,63); +} + +div.tabbed-pane table.tab-set td.tab-label { + margin-left: 4px; + padding: 5px 0 3px 10px; + + background: rgb(225,225,225) url(/css/tabbed-pane/tab-unselected.png) no-repeat; +} + +div.tabbed-pane table.tab-set td.tab-end { + width: 10px; + background: url(/css/tabbed-pane/tab-unselected-end.png) no-repeat; +} + +div.tabbed-pane table.tab-set td.current-tab-label { + margin-left: 4px; + padding: 5px 0 3px 10px; + background: rgb(162,30,30) url(/css/tabbed-pane/tab-selected.png) no-repeat; + color: white; +} + +div.tabbed-pane table.tab-set td.current-tab-end { + width: 10px; + background: url(/css/tabbed-pane/tab-selected-end.png) no-repeat; +} + +div.tabbed-pane table.tab-set td.tab-spacer { + width: 4px; +} + +div.tabbed-pane table.rule { + margin-left: 10px; + width: 100%; + background: rgb(162,30,30) url(/css/tabbed-pane/tab-bar.png) repeat-x; + height: 10px; +} + +div.tabbed-pane div.current-pane { + width: 100%; +} + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.xsl b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.xsl index b7b067338..86e99e146 100644 --- a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.xsl +++ b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/forum-index.xsl @@ -1,22 +1,1308 @@ - - + - - - + + + + + - + + + + + + + - - - - + + + + + + + + + + + + + Forum + + + + + + + + + + Skip over navigation + | + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + | + + + + | + +
+

+
+
+ +
+
+
+ + + + + + + + + + postOdd + + + postEven + + + + + + + + + + + + + + + + + + + + + + + +
Thread:
+ + +
+ +
+
+
+
+ + + ( + + ) + +
+ + +
+ + + Approve + + +   + + + + + Reject + + +   + + + + Edit + + +   + + + + Delete + + +   + + +   +   +   + + Reply + +   + Reply +   + +
+
+
+ +
+ Posted:  + +  by  + + + +
+ +
+ + + +
+ +
+
+
+ +
+
+
+ +
+ +
+ +
+ + +
+ {./description} +
+
+
+
+
+ + + + + + +
+ +
+
+ + + +
+
+ + + + + + + + + + <<< Previous + +   +   + + Page  +   + of  +   + +   +   + + + + + + + + + Next >>> + + +
+
+
+ + + +
+
+ +
+
Filter by topic:
+ +
+ +
+
+
+
+
+
+ + +
+
+
Thread
+
Author
+
Replies
+
Last Post
+
+ +
No messages have been posted yet
+
+ + +
+ + + + odd + + + even + + + + + +
+ + + +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + + +
+ + +
+
+
Subject
+
Replies
+
Author
+
Last Post
+
Status
+
Delete
+
+
+ +
+ You are not subscribed to any threads +
+
+ + + + + postOdd + + + postEven + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ + +
+ + + + false + + + +
+
+ + + + +
+
+
Topic
+
Threads
+
Last Post
+
+ + + + + + postOdd + + + postEven + + + +
+
+ + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + n/a + + +
+
+
+ + + + + postOdd + + + postEven + + + +
+
+ + + + + + + + + + + None + + + + None + + +
+
+ +
+
+ + + + + + n/a + + +
+
+
+
+
+ + +
+
Forum Alerts
+
+ +
+
+ + + + +
+
Thread Alerts
+
+ +
+
+ + + +
+ + + + +
+ + + + +
+
+
+   +
+
+
+
+ + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + forum member list +
+
+ + + +
+
+
+
+ + + +
+ +
+
+   +
+
+ + +
+ +
+
+   +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + post + + + + + + + +
+

+ +
+ +
+
+ + + + + +
+
+ +
+
+ +
+
+
+ + + + +
+
+
+
+
+ +
+ + + + +
+
Subject:
+
+ +
+ +
+
+
+
+
Message:
+
+ +
+ +
+
+
+ + + +
+
Topic:
+
+ +
+
+
+ +
+ Original Message: +
+
+
+ +
+
+
+
+ +
+ + + + + + +
+
+ + + +
+
+ +
+ Posted + +
+
+
+ +
+
+
+ + + + + + + + + + + + +
+
Image:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + + + +
+ No images attached to this post +
+
+ + + + + + + postOdd + + + postEven + + + +
+
+
+ {@caption} +
+
+ +
+
+ Remove +
+
+
+
+
+
+
+ + + + + + +
+ +
+ +
+
File:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + +
+ No files attached to this post +
+
+ +
+ + + + + + + + + + + + +
File
Description
+
+ + + + + + + + + + + Remove
+
+
+
+ +
+ +
+ + +
+ +
+
+ + + + + + + Post New Message + + + Add Images (optional) + + + Add Files (optional) + + + Preview New Message + + + + + + + + + + + + Edit Message + + + Edit Images + + + Edit Files + + + Preview Changes + + + + + + + + + + + + Post reply + + + Add Images (optional) + + + Add Files (optional) + + + Preview Reply + + + + + + + + +
+
+ + + +
+

+
+
+ +
+
Name:
+
+ +
+ +
+
+
+
+
Description:
+
+ +
+ +
+
+
+
+
+ +
+
+
+ +
+
+ + + + +
+ + + + + +
+

+
+
+
+ + +
+
+
+ +
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+ + +
+ + + + + +
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+ + +
+
+ + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
+
+ +
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + +
+ You are watching this thread. To stop watching this thread, click "Stop Watching Thread" below. +
+ +
+ + + + + + + + + + + +
+ + + + +
+ + + +
+
+ + diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/archived-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/archived-16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..2d3db34c246ef61ee3d3fc6c07a12964c04b1949 GIT binary patch literal 561 zcmZ?wbhEHb6krfwc;?K|(9m%C^5vsPkADCDy}rKw_U+r}&!6w_?|<;%!SUnAr%#{$ z=FOYs%a`Zm^_wQe_WXY{tw{mlHH8nN!^YbezD%#uIeSCa;eSL$2 zgJoo7TwGjs?%Ww29sTIhqnkHxwzjr5H#cWyW}ZEJcFL3~PEJl~X=zDGNr{Px=H}*h zc6Rpm_TAmxN=iy=*RFMNaHy%NDJ?Da^YeT0;zeL!;D!wwGBPs4!otMF#AeN!6&o8H zA0Pkv^=m6DtHp~KPna-a>(;IR|NmzgfiZfb66Z4tDP zHnFtP6cKD=mzCh+;b&sxP-1D-nKEq#haI;-tNzsKGZ!mpw~DH(EnF-oWz{OCsHY*q zt0HM8Zr>^+%xuTX>Ez(ZaHvH~fR|5*@6?%d&C;gK=2xzrU8j8P#QhshVg|g%wnk4| mC669Id0Jezl}*Z8^$EMYAzNFUgoVR`2aFAj!eU%34Aub6l$;X) literal 0 HcmV?d00001 diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/back-to-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/back-to-16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..95d374a3280ecf58fb62b2c8e8800e79f422c122 GIT binary patch literal 552 zcmZ?wbhEHb6krfwc*e-Uz`*eT|9?q&33eGK$7hmm&*gQ~<)y5Jn%`$e=Z0H8;+f^|g!N1~X9|{+tWJogWI^E3Au_r)>B-zjH^e zy1wenHB-3NnPpQsxYd}g&Inqa5H#N-V0}c$`k;`(Y<^)&Hr+0Memz#(Euyv?MU_%` zRJ4?=XNZZ&2=d6Yh#0erND01w|Nj2{`{&P}-@kwV`t|GQ&!6Al-(O!}Urh0O)cMcS3hYv1r=2_Hg-KfkLExDE)g*nNf}vrMI~i_S4J-bQ6WJ- zUhb{p60A~wO&*RG=4K{_LBjkec$k~r0_|*VEZyCFj7*IUT9!IHI5m4&Tlu$n+6S}* QxVZQIXJF>yVqvfb01o|uAOHXW literal 0 HcmV?d00001 diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/delete-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/delete-16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..867d48eee6caeea85238454b80e532be132f9fdd GIT binary patch literal 581 zcmZ?wbhEHb6krfwc$Us^;`s58A3v^Hz54Ov#}oVeZy4!B`uLO;mxSBd?b^9B)X?y0 zQQXs+Jx^!#K3zWVW`O$c0Xm>B5e>2Yp8kK+dpwOdzumuYH4<} zuW@Cld#H)g6E};e)4SY_4G*|k-i+})V5psAYZhu@`ZUDp>4b)-)#*>ml5Pe%gc=)V zq^8Y@_Rm&VeHvi@#L@I=Z%weO%E1_)oBsB562l{XeV*n=M}i_@$8K?vlf3h$#Fr+i+fXoBM2?P70hV-W9 zme#h`G!3R!Mh1o!Mqk!|{-!jp*f_SdrU>VtWR_+QR-Hf>vov-)Z4cvwW)=%W&B%Dc zXgO|q1;!Qz_fRioVWGqnH_kR@bA5Fs0Y|6q_H!lI&@_yxVW~9%FSWhF(J^o+uV`EY>G#EW`m+}(worR J85#l%)&Nc6#e)C< literal 0 HcmV?d00001 diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/edit-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/edit-16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..3e9a90a47b4e878e4e07b38bb6725623614de543 GIT binary patch literal 551 zcmZ?wbhEHb6krfwc;?RV>ydFuf_Y80`QPV;Z%&&%o7?m0lKHwr|-&5j1KlbvB)$k$Zb}={>z-_qflAM&-Fps&_<*{aZ zH};r3ymkIqR@j}14TTwTrC~ufrUnN#Er<;ZxOVmG|Ns9Ph6qsn$->CM;Le}}axW-O z7}#4H+?$$PTH9LOxCQvyJ2d%OdBuC(-Lw>JcqaC=xjEZA2#U=Tn9FFOEN^VB&d=TI z#>l~*eNMmNxy98(vTE#F@4y=#U*R$`f~~s8xw;y09mMPfox2`X+UC=Aw&B=bm41@WElXXm^(=*NG>lTzz$| z{YbZigTu=&uey)*U3qoYKHR?ZXs_Rb;K?Va$@wcZ9&Ek&=JwZLU*COyC*vo-@y6y$ zFE1Nsndye<-+%vL*WEqee}A`kus`+mjA^i0{)Xb6cXn6rtDkdjUh%H-v(L`0zPdJY zY3$y6`+xlYQM$WQJ50|e%uYR6>*t@Jk3T-S{`yAS;m%)wew{vh`rP?*M;;wDFfd5Z z$$0(swL^jP@4vtK`1#b5HGBJdb^P@H{r~sz$Hx!fKYaM{(aP3ZKfv(Bm6NZ&zTR+S zlX0Z!&p*F@|NWDfpO>1IYHx4qTlH80oz7|&D z40f*k>iSJ0f=Wzg&OG=0+_+d}n*`L@f)p6uFc>juaV6X-N+z#P% literal 0 HcmV?d00001 diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/post-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/post-16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..07b98d107693a2eb17be50bb0d6177accdd1ea64 GIT binary patch literal 1010 zcmZ?wbhEHb6krfw_|C|{z`*eT|9@X!m+b6>Ei0K_9GGIGw88@!rgSlPHL?YIv#eXp zy=Q|!UkmT73H*JneETJj4pWUy1 z?tn&+ufX|(n&%H`T{@z>eYN_X=?3t3O7%g-a2h|`;7UWvzB+yS>3;2bML(M!%KD#F51U86z!}IH|&#$|^xat1tmgmcx9+?T<72!E^3vYFe}De``ThI%uV24@{`~p<{r&az^#uh54h{~W=otmH1d2ad7#SEC z8FWCFfbs+b$9V>34jG9B0dn>%!fXO1FZ{Yi^;k4{3{LpTo8&%Pk#Nxc;Q}V!Z8esQ zpZRuKHVVB`e2~yJ%^>y0j)~104;h*G=h!SflzL{SX@Lsgn*|N+0?J;iVqQA6`Oclf zBz$tiMr98{wZJtMf|JwEJ2)#QTsZMC*<+Gg(1r#>W{(96c;w=ySS(~dF;O*eQ^m_- zj|Gg}(k>HLG(Kh*R0;SeAXVYP#L6S@c4o)LX1|3kjXn-D3L2R^B$yVc*-UA0Y~hmn X^U0M-8h^YQO!Qbt`$KX6)2Z&^);Z((|5ScY(9jdyElVqS4- zW{!u0rJkC-wzAU8$Ii#YZdFKmVN`%;T5eiUjdyI3dvK6^a+!sDpp1g6qo2UQ!0ztu z>gwv~=;-C;<>ch#;^N}o-rn5Y+}YXL*Vot8)z#6_(az4!%*@Qo%ge~f$i~LT!otG9 zz`(t|y}7x$wzjsjv$L_Wv9GVMtgNi3r>CT(q@kgqot>SUnwpiBm6DQ@kB^Uvii(DY zhJAf~A^8LW000^QEC2ui00{sI000I>Kn(yxxl}L!p`-!oY#fDQ22~P$I1h{==31Rd uArE45qrqA#)5tR5$1C8JH#j literal 0 HcmV?d00001 diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/reply-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/reply-16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..0395fca0fee64473a7f5f22abd26f2e523bf4977 GIT binary patch literal 1024 zcmZ?wbhEHb6krfw_|C|{z`*eT|Nofu=+wPY_GK2v@w(~zVlwu{r0f*>?VRI9n9c#3v z^(vL-NoOQUY+RIK>-cAK8sYt~Sq?BgzKtj~A;kk!S**2i{Q?p$kj^@RQP zla9B}IG^5Ucl)gCy$kMl&$~Ui==t!nSE#?tldC?f=373y=J(=e!1EgcFK-3Cz7w)& zhSl49VdeSS@9&3yco6yVVbqr=F`phqAKl^g^ji40XYpU3#{GPm^y5WhPqVp?yWFo= zDSJ2i)Rr3kd6V}0b?V!D31<%k`+Ca%dzbO|ZTkQBng8Es{r{N#|5MKXt$_`d_6adY z39-%z@nJbBn%|!#{Ctu0`&G)Xm&t!#r@p(F`2Ss|jI^-3tLgjq@6Vq;PsT<}Q{;z+;2g_}Zx3#K%viKo-1x!@!xZ=Pyb8j#8#t2G&Pq9zfBN7! zBY>4#GU3Ps!4M6;MRq+x>nxg5y{8+bUgDWl{G#8bamoUpm6KXePd7}zv11`~#)2iP zev1NjE;`EH$)a>Wq)24JL_t;Gc^(^?4mvOzH+rRTD1LCCsN&-j(ec57v5}QeDMmmd zlS5EN*&<}d1BQbQ%)BNXF<08$dWDtD0wx?#Xl!ufRNUF2c!aHkPeRHzv||x#kJTi* TiWxHuS{E(o)zIYOV6X-NxMD=V literal 0 HcmV?d00001 diff --git a/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/watch-16x16.gif b/ccm-gen-aplaws/web/__ccm__/themes/aplaws-generic/images/forum/watch-16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..01e001924f00a51e59f388663cba80bf56e2711c GIT binary patch literal 1039 zcmZ?wbhEHb6krfw_|C|{z`*eT|9=@7O;uGhMMVQ`Z98RUBL|0QBO`Znb6;EAPz41Y zd;2g&MO_Dna6>~U9UW^mHDeEt1a);2MMWJ4hY)LPUlkSo#KhX@=+gN33OzlmjEttV zw1&*grktGCtgL1uBip>ZwzRaG!orS%g7)I#uA-vO;^NNI((dZ&33YXoYHKIf)J&+Z z?l(5JZfKZXUq7j?Zlal)U1Q_q=H{s#9Wy&SXZH5a>F%CoU|>3F(gIss=c!W{O_{QA z`t-%KXD^#KZ-tkapSQRFvSsU*E?v8N^``afx2{{aB{Vc*!-lQv*KgUhY5UHddqYFR zH*VU#VdJ(fTX*i*x##Gq3rEjfK6?7%;p3-|p1pGP^o1j*&L2K;=KcHk_wV07fByXb z{rlIiU%zm-cIBCRss*BUl=!wB0mX1zIeTz2{i;f)cP>C_i rC=gtHq*Xs&qar~u*@Z(-X|Br*gCpGz`c7&-9!wV(d~Rf9WUvMRH2V@K literal 0 HcmV?d00001