CVS: tmda-cgi/display/themes/Blue/template pending.ht,1.22,1.23 pending.html,1.30,1.31

Jim Ramsay <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv18120/display/themes/Blue/template

Modified Files:
	pending.ht pending.html 
Log Message:
Updated PendList.py to handle checkbox-style themes.

(for an example of a checkbox-style theme, try "Blue-Checkbox" from
 http://holmes.jimramsay.com/~lack/tmda-theme-Blue-Checkbox.tgz)

Updated View.py, CgiUtil.py to eventually accept custom filters
  (just stubs there for now)

Updated pending.ht and pending.html to eventually let the user decide which icons are on the screen (just stubs for now)



Index: pending.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/pending.ht,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- pending.ht	22 May 2003 17:06:01 -0000	1.22
+++ pending.ht	12 Jun 2003 18:05:38 -0000	1.23
@@ -92,13 +92,17 @@
                   href="javascript:Set('pass')"><img 
                   src="%(ThemeDir)s/buttons/options_r1_c1.gif" border="0" 
                   width="20" height="15" alt="Leave" title="Leave"></a></td>
+              <!-- var: RlIcon -->
                 <td width="1%"><a href="javascript:Set('release')"><img 
                   src="%(ThemeDir)s/buttons/options_r1_c2.gif" border="0" 
                   width="20" height="15" alt="Release" 
                   title="Release"></a></td>
+              <!-- /var -->
+              <!-- var: DlIcon -->
                 <td width="1%"><a href="javascript:Set('delete')"><img 
                   src="%(ThemeDir)s/buttons/options_r1_c3.gif" border="0" 
                   width="20" height="15" alt="Delete" title="Delete"></a></td>
+              <!-- /var -->
               <!-- var: WhIcon -->
                 <td width="1%"><a href="javascript:Set('whitelist')"><img
                   src="%(ThemeDir)s/buttons/options_r1_c4.gif" border="0" 
@@ -130,7 +134,7 @@
                   Size
                 </th>
               </tr>
-<!-- var: NumCols="9" --><!-- var: NumBlankCols="3" -->
+<!-- var: NumCols="10" --><!-- var: NumBlankCols="6" -->
 <!-- var: EvenRowColor="#DADCEB" --><!-- var: OddRowColor="#DADCEB" -->
 <!-- var: Row -->
       <tr>
@@ -141,12 +145,16 @@
           <input type="hidden" name="%(MsgName)s" value="%(MsgID)s">
           <input type="radio" name="%(RadioName)s" value="pass" checked>
         </td>
+       <!-- var: RlRadio -->
         <td valign="top">
           <input type="radio" name="%(RadioName)s" value="release">
         </td>
+       <!-- /var -->
+       <!-- var: DlRadio -->
         <td valign="top">
           <input type="radio" name="%(RadioName)s" value="delete">
         </td>
+       <!-- /var -->
        <!-- var: WhRadio -->
         <td valign="top">
           <input type="radio" name="%(RadioName)s" value="whitelist">
@@ -159,7 +167,7 @@
        <!-- /var -->
        <!-- var: SCRadio -->
         <td valign="top">
-          <input type="radio" name="%(RadioName)s" value="spamcop">
+          <input type="radio" name="%(RadioName)s" value="report">
         </td>
        <!-- /var -->
         <td valign="top" style="padding-left: 8px">%(Sender)s</td>
@@ -176,10 +184,10 @@
       </tr>
       <tr class="InProcess">
         <td colspan="%(NumBlankCols)s">&nbsp;</td>
-        <td>%(Sender)s</td>
-        <td>%(Subject)s</td>
-        <td nowrap>%(Date)s</td>
-        <td>%(Size)s</td>
+        <td style="padding-left: 8px">%(Sender)s</td>
+        <td style="padding-left: 8px">%(Subject)s</td>
+        <td nowrap style="padding-left: 8px">%(Date)s</td>
+        <td align="right" style="padding-right: 5px">%(Size)s</td>
       </tr>
 <!-- /var -->
     </table></td>

Index: pending.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/pending.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- pending.html	22 May 2003 17:06:02 -0000	1.30
+++ pending.html	12 Jun 2003 18:05:38 -0000	1.31
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Thu May 22 10:58:08 2003 -->
+<!-- Thu Jun 12 11:28:41 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -164,13 +164,17 @@
                   href="javascript:Set('pass')"><img 
                   src="%(ThemeDir)s/buttons/options_r1_c1.gif" border="0" 
                   width="20" height="15" alt="Leave" title="Leave"></a></td>
+              <!-- var: RlIcon -->
                 <td width="1%"><a href="javascript:Set('release')"><img 
                   src="%(ThemeDir)s/buttons/options_r1_c2.gif" border="0" 
                   width="20" height="15" alt="Release" 
                   title="Release"></a></td>
+              <!-- /var -->
+              <!-- var: DlIcon -->
                 <td width="1%"><a href="javascript:Set('delete')"><img 
                   src="%(ThemeDir)s/buttons/options_r1_c3.gif" border="0" 
                   width="20" height="15" alt="Delete" title="Delete"></a></td>
+              <!-- /var -->
               <!-- var: WhIcon -->
                 <td width="1%"><a href="javascript:Set('whitelist')"><img
                   src="%(ThemeDir)s/buttons/options_r1_c4.gif" border="0" 
@@ -202,7 +206,7 @@
                   Size
                 </th>
               </tr>
-<!-- var: NumCols="9" --><!-- var: NumBlankCols="3" -->
+<!-- var: NumCols="10" --><!-- var: NumBlankCols="6" -->
 <!-- var: EvenRowColor="#DADCEB" --><!-- var: OddRowColor="#DADCEB" -->
 <!-- var: Row -->
       <tr>
@@ -213,12 +217,16 @@
           <input type="hidden" name="%(MsgName)s" value="%(MsgID)s">
           <input type="radio" name="%(RadioName)s" value="pass" checked>
         </td>
+       <!-- var: RlRadio -->
         <td valign="top">
           <input type="radio" name="%(RadioName)s" value="release">
         </td>
+       <!-- /var -->
+       <!-- var: DlRadio -->
         <td valign="top">
           <input type="radio" name="%(RadioName)s" value="delete">
         </td>
+       <!-- /var -->
        <!-- var: WhRadio -->
         <td valign="top">
           <input type="radio" name="%(RadioName)s" value="whitelist">
@@ -231,7 +239,7 @@
        <!-- /var -->
        <!-- var: SCRadio -->
         <td valign="top">
-          <input type="radio" name="%(RadioName)s" value="spamcop">
+          <input type="radio" name="%(RadioName)s" value="report">
         </td>
        <!-- /var -->
         <td valign="top" style="padding-left: 8px">%(Sender)s</td>
@@ -248,10 +256,10 @@
       </tr>
       <tr class="InProcess">
         <td colspan="%(NumBlankCols)s">&nbsp;</td>
-        <td>%(Sender)s</td>
-        <td>%(Subject)s</td>
-        <td nowrap>%(Date)s</td>
-        <td>%(Size)s</td>
+        <td style="padding-left: 8px">%(Sender)s</td>
+        <td style="padding-left: 8px">%(Subject)s</td>
+        <td nowrap style="padding-left: 8px">%(Date)s</td>
+        <td align="right" style="padding-right: 5px">%(Size)s</td>
       </tr>
 <!-- /var -->
     </table></td>

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.