[geeklog-cvs] geeklog-1.3/public_html/layout/Smooth_Blue/admin/link linklist.thtml,1.1,1.2 listitem.thtml,1.3,1.4

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/Smooth_Blue/admin/link
In directory geeklog_prod:/tmp/cvs-serv25746/Smooth_Blue/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/Smooth_Blue/admin/link/linklist.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** linklist.thtml	14 May 2002 05:44:45 -0000	1.1
--- linklist.thtml	30 Nov 2003 19:46:23 -0000	1.2
***************
*** 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/Smooth_Blue/admin/link/listitem.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** listitem.thtml	1 Oct 2002 15:24:37 -0000	1.3
--- listitem.thtml	30 Nov 2003 19:46:23 -0000	1.4
***************
*** 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