Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv1059/display/themes/Blue/template
Modified Files:
pending.ht pending.html
Log Message:
Added ability for even-odd row different colours in pending list (not
implemented in current theme, yet, but it works)
Index: pending.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/pending.ht,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pending.ht 3 May 2003 16:54:54 -0000 1.21
+++ pending.ht 22 May 2003 17:06:01 -0000 1.22
@@ -52,7 +52,7 @@
// -->
</script>
<table border="2" cellpadding="0" cellspacing="0"
- bordercolor="#4E508F">
+ style="border-style: solid; border-color: #7A7AB6; border-width: 2px">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="actions" method="post" %(OnSubmit)s action="%(Script)s">
@@ -131,11 +131,12 @@
</th>
</tr>
<!-- var: NumCols="9" --><!-- var: NumBlankCols="3" -->
+<!-- var: EvenRowColor="#DADCEB" --><!-- var: OddRowColor="#DADCEB" -->
<!-- var: Row -->
<tr>
<td colspan="%(NumCols)s" bgcolor="#7A7AB6" height="1"></td>
</tr>
- <tr class="%(MsgClass)s">
+ <tr class="%(MsgClass)s" bgcolor="%(RowBgColor)s">
<td valign="top">
<input type="hidden" name="%(MsgName)s" value="%(MsgID)s">
<input type="radio" name="%(RadioName)s" value="pass" checked>
Index: pending.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/pending.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- pending.html 6 May 2003 21:50:41 -0000 1.29
+++ pending.html 22 May 2003 17:06:02 -0000 1.30
@@ -2,7 +2,7 @@
<?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Tue May 6 14:07:14 2003 -->
+<!-- Thu May 22 10:58:08 2003 -->
<!-- USING HT2HTML 2.1 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -124,7 +124,7 @@
// -->
</script>
<table border="2" cellpadding="0" cellspacing="0"
- bordercolor="#4E508F">
+ style="border-style: solid; border-color: #7A7AB6; border-width: 2px">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="actions" method="post" %(OnSubmit)s action="%(Script)s">
@@ -203,11 +203,12 @@
</th>
</tr>
<!-- var: NumCols="9" --><!-- var: NumBlankCols="3" -->
+<!-- var: EvenRowColor="#DADCEB" --><!-- var: OddRowColor="#DADCEB" -->
<!-- var: Row -->
<tr>
<td colspan="%(NumCols)s" bgcolor="#7A7AB6" height="1"></td>
</tr>
- <tr class="%(MsgClass)s">
+ <tr class="%(MsgClass)s" bgcolor="%(RowBgColor)s">
<td valign="top">
<input type="hidden" name="%(MsgName)s" value="%(MsgID)s">
<input type="radio" name="%(RadioName)s" value="pass" checked>
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
|