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

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:56:36 EST 2007


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

Modified Files:
	categorycol.thtml linkdetails.thtml links.thtml 
	submitlink.thtml 
Log Message:
XHTML optional updates

Index: links.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/links.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** links.thtml	29 Aug 2007 04:26:59 -0000	1.4
--- links.thtml	25 Nov 2007 06:56:34 -0000	1.5
***************
*** 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>
--- 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"{xhtml}>
      </td>
    </tr>
***************
*** 14,19 ****
  
  {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>
--- 14,19 ----
  
  {category_navigation}
! <br{xhtml}>
! <br{xhtml}>
  
  <div class="aligncenter" style="padding-bottom:10px;">[ <a href="{site_url}/submit.php?type=links&cid={cid}">{lang_addalink}</a> ]</div>

Index: linkdetails.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/linkdetails.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** linkdetails.thtml	29 Aug 2007 04:26:59 -0000	1.6
--- linkdetails.thtml	25 Nov 2007 06:56:34 -0000	1.7
***************
*** 1,4 ****
  <li>
!   <strong>{link_html}</strong> ({link_hits}) {edit_icon} {link_broken}<br>
    {link_description}
  </li>
--- 1,4 ----
  <li>
!   <strong>{link_html}</strong> ({link_hits}) {edit_icon} {link_broken}<br{xhtml}>
    {link_description}
  </li>

Index: submitlink.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/submitlink.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** submitlink.thtml	28 Aug 2007 07:33:31 -0000	1.5
--- submitlink.thtml	25 Nov 2007 06:56:34 -0000	1.6
***************
*** 3,11 ****
                                      <tr>
                                          <td align="right"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="48" maxlength="96" name="title"></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_link}:</b></td>
!                                         <td><input type="text" size="48" maxlength="{max_url_length}" name="url" value="http://"></td>
                                      </tr>
                                      <tr>
--- 3,11 ----
                                      <tr>
                                          <td align="right"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="48" maxlength="96" name="title"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_link}:</b></td>
!                                         <td><input type="text" size="48" maxlength="{max_url_length}" name="url" value="http://"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 19,23 ****
                                      <tr>
                                          <td align="right" valign="top"><b>{lang_description}:</b></td>
!                                         <td><textarea name="description" rows="8" style="width:100%"></textarea></td>
                                      </tr>
                                      <tr>
--- 19,23 ----
                                      <tr>
                                          <td align="right" valign="top"><b>{lang_description}:</b></td>
!                                         <td><textarea name="description" rows="8" cols="30" style="width:100%"></textarea></td>
                                      </tr>
                                      <tr>
***************
*** 26,32 ****
                                      <tr>
                                          <td align="center" colspan="2">
!                                             <input type="hidden" name="mode" value="{lang_submit}">
!                                             <input type="hidden" name="type" value="links">
!                                             <input type="submit" value="{lang_submit}">
                                          </td>
                                      </tr>
--- 26,32 ----
                                      <tr>
                                          <td align="center" colspan="2">
!                                             <input type="hidden" name="mode" value="{lang_submit}"{xhtml}>
!                                             <input type="hidden" name="type" value="links"{xhtml}>
!                                             <input type="submit" value="{lang_submit}"{xhtml}>
                                          </td>
                                      </tr>

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




More information about the geeklog-cvs mailing list