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

Oliver ospiess at qs1489.pair.com
Tue Aug 28 03:33:33 EDT 2007


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

Modified Files:
	categoryactivecol.thtml categorycol.thtml linkdetails.thtml 
	links.thtml submitlink.thtml 
Log Message:
install new links plugin with cateogory tree

Index: categoryactivecol.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/categoryactivecol.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** categoryactivecol.thtml	22 May 2005 18:23:16 -0000	1.1
--- categoryactivecol.thtml	28 Aug 2007 07:33:31 -0000	1.2
***************
*** 1 ****
! <td width="{width}%"><strong>{category_name} ({category_count})</strong></td>
--- 1 ----
! <td width="{width}%"><strong>{category_name} {category_count}</strong></td>

Index: links.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/links.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** links.thtml	12 Nov 2006 22:45:38 -0000	1.2
--- links.thtml	28 Aug 2007 07:33:31 -0000	1.3
***************
*** 1,7 ****
  {blockheader}
  
  {category_navigation}
! <div class="aligncenter" style="padding-bottom:10px;">[ <a href="{site_url}/submit.php?type=links">{lang_addalink}</a> ]</div>
  {category_links}
  {page_navigation}
  
--- 1,24 ----
  {blockheader}
  
+ <form action="{site_url}/links/index.php" method="post">
+ <table width="100%">
+   <tr>
+     <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>
+ </table>
+ </form>
+ 
+ 
  {category_navigation}
! <br>
! <br>
! 
! <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}
  

Index: submitlink.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/submitlink.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** submitlink.thtml	3 Oct 2006 13:52:44 -0000	1.4
--- submitlink.thtml	28 Aug 2007 07:33:31 -0000	1.5
***************
*** 15,19 ****
                                                  {link_category_options}
                                              </select> 
-                                             <b>{lang_ifother}:</b> <input type="text" name="category" size="12" maxlength="32">
                                          </td>
                                      </tr>
--- 15,18 ----

Index: categorycol.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/categorycol.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** categorycol.thtml	28 Jan 2006 15:57:11 -0000	1.2
--- categorycol.thtml	28 Aug 2007 07:33:31 -0000	1.3
***************
*** 1 ****
! <td width="{width}%"><a href="{category_link}">{category_name}</a> ({category_count})</td>
--- 1,2 ----
! <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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** linkdetails.thtml	12 Feb 2007 11:28:31 -0000	1.4
--- linkdetails.thtml	28 Aug 2007 07:33:31 -0000	1.5
***************
*** 1,4 ****
  <li>
!   <strong>{link_html}</strong> ({link_hits}) {edit_icon} {link_broken}<br>
    {link_description}
  </li>
--- 1,4 ----
  <li>
!   <strong><a href="{link_url}" title="{link_actual_url}">{link_name}</a></strong> ({link_hits}) {link_edit}<br>
    {link_description}
  </li>




More information about the geeklog-cvs mailing list