Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv20553/phpslash-ft/public_html/templates/en/default
Modified Files:
blockList.tpl storyList.tpl
Log Message:
alternating bars in story and block lists
Index: blockList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/blockList.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** blockList.tpl 4 Dec 2000 06:33:03 -0000 1.4
--- blockList.tpl 20 Mar 2002 22:16:42 -0000 1.5
***************
*** 22,25 ****
--- 22,38 ----
</TR>
<!-- END row -->
+ <!-- BEGIN row2 -->
+ <TR bgcolor="#eeeeee">
+ <TD>{TITLE}</TD>
+ <TD>{URL}</TD>
+ <TD>{SOURCE_URL}</TD>
+ <TD>{TYPE}</TD>
+ <TD><A HREF="{MODIFYURL}">Modify</A>
+ || <A HREF="{VIEWURL}">View</A>
+ || <A HREF="{DELURL}">Delete</A>
+ </TD>
+ </TR>
+ <!-- END row2 -->
+
</TABLE>
Index: storyList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/storyList.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** storyList.tpl 14 Dec 2001 03:58:18 -0000 1.5
--- storyList.tpl 20 Mar 2002 22:16:42 -0000 1.6
***************
*** 58,61 ****
--- 58,83 ----
</TR>
<!-- END row -->
+ <!-- BEGIN row2 -->
+ <TR bgcolor="#eeeeee">
+ <TD ALIGN=CENTER>
+ <FONT SIZE=2><B>{COUNT}</B></FONT>
+ </TD>
+ <TD>
+ {TITLE}
+ </TD>
+ <TD>
+ by <B>{AUTHOR}</B>
+ </TD>
+ <TD ALIGN=CENTER>
+ ({HITS}/{COMMENTCOUNT})
+ </TD>
+ <TD>
+ <FONT FACE=courier>{DATE}</FONT>
+ </TD>
+ <TD>
+ <A HREF="{MODIFYURL}">Modify</A> || <A HREF="{VIEWURL}">View</A> || <A HREF="{DELETEURL}">Delete</A>
+ </TD>
+ </TR>
+ <!-- END row2 -->
</TABLE>
|