[geeklog-cvs] geeklog-1.3/public_html/layout/Yahoo/admin/link linklist.thtml,1.4,1.5 listitem.thtml,1.4,1.5
dhaun at geeklog.net
dhaun at geeklog.net
Sun Nov 30 14:46:25 EST 2003
Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Yahoo/admin/link
In directory geeklog_prod:/tmp/cvs-serv25746/Yahoo/admin/link
Modified Files:
linklist.thtml listitem.thtml
Log Message:
Added Google paging and a row number.
Index: linklist.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Yahoo/admin/link/linklist.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** linklist.thtml 11 Apr 2002 21:56:10 -0000 1.4
--- linklist.thtml 30 Nov 2003 19:46:23 -0000 1.5
***************
*** 10,18 ****
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<th align="left">{lang_linktitle}</th>
<th>{lang_access}</th>
<th>{lang_linkcategory}</th>
! <th>{lang_linkurl}</th>
</tr>
{link_row}
</table>
--- 10,22 ----
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
+ <th>#</th>
<th align="left">{lang_linktitle}</th>
<th>{lang_access}</th>
<th>{lang_linkcategory}</th>
! <th align="left">{lang_linkurl}</th>
</tr>
{link_row}
+ <tr>
+ <td colspan="5">{google_paging}</td>
+ </tr>
</table>
Index: listitem.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Yahoo/admin/link/listitem.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** listitem.thtml 1 Oct 2002 15:24:37 -0000 1.4
--- listitem.thtml 30 Nov 2003 19:46:23 -0000 1.5
***************
*** 1,3 ****
--- 1,4 ----
<tr align="center">
+ <td align="left">{row_num}</td>
<td align="left">
<a href="{site_admin_url}/link.php?mode=edit&lid={link_id}">{link_name}</a>
***************
*** 5,8 ****
<td>{link_access}</td>
<td>{link_category}</td>
! <td><a href="{link_url}">{link_url}</a></td>
</tr>
--- 6,9 ----
<td>{link_access}</td>
<td>{link_category}</td>
! <td align="left"><a href="{link_url}">{link_url}</a></td>
</tr>
More information about the geeklog-cvs
mailing list