[geeklog-cvs] Geeklog-1.x/plugins/links/templates categorycol.thtml, 1.3, 1.4 linkdetails.thtml, 1.5, 1.6 links.thtml, 1.3, 1.4

Oliver ospiess at qs1489.pair.com
Wed Aug 29 00:27:01 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates
In directory qs1489.pair.com:/tmp/cvs-serv5050/templates

Modified Files:
	categorycol.thtml linkdetails.thtml links.thtml 
Log Message:
new version from Euan (2nd try)

Index: links.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/links.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** links.thtml	28 Aug 2007 07:33:31 -0000	1.3
--- links.thtml	29 Aug 2007 04:26:59 -0000	1.4
***************
*** 6,10 ****
      <td class="alignleft">{breadcrumbs}</td>
      <td style="float:right;">
!         <select name="cid">{link_dropdown}</select><input type="submit" value="{lang_go}" name="mode">
      </td>
    </tr>
--- 6,10 ----
      <td class="alignleft">{breadcrumbs}</td>
      <td style="float:right;">
!         <select name="cid" onChange="javascript:submit()">{link_dropdown}</select><input type="submit" value="{lang_go}" name="mode">
      </td>
    </tr>
***************
*** 18,24 ****
  
  <div class="aligncenter" style="padding-bottom:10px;">[ <a href="{site_url}/submit.php?type=links&cid={cid}">{lang_addalink}</a> ]</div>
- 
  {category_links}
- 
  {page_navigation}
  
--- 18,22 ----

Index: categorycol.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/categorycol.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** categorycol.thtml	28 Aug 2007 07:33:31 -0000	1.3
--- categorycol.thtml	29 Aug 2007 04:26:59 -0000	1.4
***************
*** 1,2 ****
! <td width="{width}%"><a href="{category_link}">{category_name}</a> {category_count}<br>
  {category_description}</td>
--- 1,2 ----
! <td width="{width}%"><a h<td width="{width}%"><a href="{category_link}">{category_name}</a> {category_count}<br>
  {category_description}</td>

Index: linkdetails.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/linkdetails.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** linkdetails.thtml	28 Aug 2007 07:33:31 -0000	1.5
--- linkdetails.thtml	29 Aug 2007 04:26:59 -0000	1.6
***************
*** 1,4 ****
  <li>
!   <strong><a href="{link_url}" title="{link_actual_url}">{link_name}</a></strong> ({link_hits}) {link_edit}<br>
    {link_description}
  </li>
--- 1,4 ----
  <li>
!   <strong>{link_html}</strong> ({link_hits}) {edit_icon} {link_broken}<br>
    {link_description}
  </li>




More information about the geeklog-cvs mailing list