[Codestriker-commits] CVS update: codestriker/template/en/default viewtopic.html.tmpl
Brought to you by:
sits
|
From: <si...@us...> - 2008-03-11 06:01:19
|
User: sits
Date: 08/03/10 23:01:13
Modified: html codestriker.css
template/en/default viewtopic.html.tmpl
Log:
Add legend to the bottom of the template
Index: codestriker.css
===================================================================
RCS file: /cvsroot/codestriker/codestriker/html/codestriker.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- codestriker.css 28 Feb 2008 06:26:18 -0000 1.15
+++ codestriker.css 11 Mar 2008 06:01:12 -0000 1.16
@@ -96,7 +96,7 @@
SPAN.file_comment {background-color: #cccccc; font-family: Helvetica, Arial; font-size: medium; color: #ff0000}
/* General heading */
-SPAN.general_comment {color: #ff0000}
+SPAN.general_comment {color: #000000; font-family: Helvetica, Arial}
/* Style used for rendering data within popup window */
PRE.ms {font-family: monospace; font-size: medium}
Index: viewtopic.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopic.html.tmpl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- viewtopic.html.tmpl 9 Mar 2008 19:57:08 -0000 1.41
+++ viewtopic.html.tmpl 11 Mar 2008 06:01:13 -0000 1.42
@@ -103,6 +103,19 @@
[% PROCESS viewdeltas.html.tmpl deltas = deltas %]
+[%# Output the legend at the bottom. #%]
+
+<table cellspacing="0" cellpadding="0" border="0">
+ <tr><td> </td><td> </td></tr>
+ <tr><td colspan="2">Legend:</td></tr>
+ <tr><td class="rf">Removed</td><td class="rb"> </td></tr>
+ <tr><td colspan="2" align="center" class="cf">Changed</td></tr>
+ <tr><td class="ab"> </td><td class="af">Added</td></tr>
+</table>
+
+<p>
+<span class="general_comment">[% add_general_comment_element %] to topic.</span>
+
[%# The perl script takes control from here, rendering the topic data. #%]
|