[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/syndication feededitor.thtml, 1.11, 1.12 selecttype.thtml, 1.3, 1.4

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:23 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/syndication
In directory qs1489.pair.com:/tmp/cvs-serv10063/admin/syndication

Modified Files:
	feededitor.thtml selecttype.thtml 
Log Message:
XHTML optional updates

Index: selecttype.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/syndication/selecttype.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** selecttype.thtml	14 Jan 2007 03:29:14 -0000	1.3
--- selecttype.thtml	25 Nov 2007 06:59:21 -0000	1.4
***************
*** 1,7 ****
! <form action="{site_admin_url}/syndication.php" method="POST">
      <p>{lang_explain}</p>
      <p class="aligncenter">
          {type_selection}   
!         <input type="submit" value="{lang_go}" name="mode">
      </p>
  </form>
--- 1,7 ----
! <form action="{site_admin_url}/syndication.php" method="post">
      <p>{lang_explain}</p>
      <p class="aligncenter">
          {type_selection}   
!         <input type="submit" value="{lang_go}" name="mode"{xhtml}>
      </p>
  </form>

Index: feededitor.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/syndication/feededitor.thtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** feededitor.thtml	14 Jan 2007 03:29:14 -0000	1.11
--- feededitor.thtml	25 Nov 2007 06:59:21 -0000	1.12
***************
*** 4,17 ****
          <tr>
            <td class="alignright">{lang_feedtitle}:</td>
!           <td><input type="text" size="48" name="title" value="{feed_title}"></td>
          </tr>
          <tr>
            <td class="alignright">{lang_enabled}:</td>
!           <td><input type="checkbox" name="is_enabled" {is_enabled}></td>
          </tr>
          <tr>
            <td class="alignright">{lang_type}:</td>
            <td>{feed_type_display}
!             <input type="hidden" name="type" value="{feed_type}"></td>
          </tr>
          <tr>
--- 4,17 ----
          <tr>
            <td class="alignright">{lang_feedtitle}:</td>
!           <td><input type="text" size="48" name="title" value="{feed_title}"{xhtml}></td>
          </tr>
          <tr>
            <td class="alignright">{lang_enabled}:</td>
!           <td><input type="checkbox" name="is_enabled" {is_enabled}{xhtml}></td>
          </tr>
          <tr>
            <td class="alignright">{lang_type}:</td>
            <td>{feed_type_display}
!             <input type="hidden" name="type" value="{feed_type}"{xhtml}></td>
          </tr>
          <tr>
***************
*** 35,43 ****
          <tr>
            <td class="alignright">{lang_limits}:</td>
!           <td><input type="text" size="4" name="limits" value="{feed_limits}"> {feed_limits_what}</td>
          </tr>
          <tr>
            <td class="alignright">{lang_content_length}:</td>
!           <td><input type="text" size="4" name="content_length" value="{feed_content_length}"> <small>{lang_clen_explain}</small></td>
          </tr>
          <tr>
--- 35,43 ----
          <tr>
            <td class="alignright">{lang_limits}:</td>
!           <td><input type="text" size="4" name="limits" value="{feed_limits}"{xhtml}> {feed_limits_what}</td>
          </tr>
          <tr>
            <td class="alignright">{lang_content_length}:</td>
!           <td><input type="text" size="4" name="content_length" value="{feed_content_length}"{xhtml}> <small>{lang_clen_explain}</small></td>
          </tr>
          <tr>
***************
*** 47,63 ****
          <tr>
            <td class="alignright" style="vertical-align:top;">{lang_feedlogo}:</td>
!           <td><input type="text" maxlength="255" size="40" name="feedlogo" value="{feed_logo}"> <small>{lang_feedlogo_explain}</small></td>
          </tr>
          <tr>
            <td class="alignright">{lang_filename}:</td>
!           <td><input type="text" size="40" name="filename" value="{feed_filename}"></td>
          </tr>
          <tr>
            <td class="alignright">{lang_charset}:</td>
!           <td><input type="text" size="20" name="charset" value="{feed_charset}"></td>
          </tr>
          <tr>
            <td class="alignright">{lang_language}:</td>
!           <td><input type="text" size="20" name="language" value="{feed_language}"></td>
          </tr>
          <tr>
--- 47,63 ----
          <tr>
            <td class="alignright" style="vertical-align:top;">{lang_feedlogo}:</td>
!           <td><input type="text" maxlength="255" size="40" name="feedlogo" value="{feed_logo}"{xhtml}> <small>{lang_feedlogo_explain}</small></td>
          </tr>
          <tr>
            <td class="alignright">{lang_filename}:</td>
!           <td><input type="text" size="40" name="filename" value="{feed_filename}"{xhtml}></td>
          </tr>
          <tr>
            <td class="alignright">{lang_charset}:</td>
!           <td><input type="text" size="20" name="charset" value="{feed_charset}"{xhtml}></td>
          </tr>
          <tr>
            <td class="alignright">{lang_language}:</td>
!           <td><input type="text" size="20" name="language" value="{feed_language}"{xhtml}></td>
          </tr>
          <tr>
***************
*** 68,75 ****
          <tr>
            <td colspan="2">
!             <input type="submit" value="{lang_save}" name="mode">
!             <input type="submit" value="{lang_cancel}" name="mode">
              {delete_option}
!             <input type="hidden" name="fid" value="{feed_id}">
            </td>
          </tr>
--- 68,75 ----
          <tr>
            <td colspan="2">
!             <input type="submit" value="{lang_save}" name="mode"{xhtml}>
!             <input type="submit" value="{lang_cancel}" name="mode"{xhtml}>
              {delete_option}
!             <input type="hidden" name="fid" value="{feed_id}"{xhtml}>
            </td>
          </tr>




More information about the geeklog-cvs mailing list