[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/submit submitloginrequired.thtml, 1.2, 1.3 submitstory.thtml, 1.7, 1.8 submitstory_advanced.thtml, 1.8, 1.9

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


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

Modified Files:
	submitloginrequired.thtml submitstory.thtml 
	submitstory_advanced.thtml 
Log Message:
XHTML optional updates

Index: submitstory_advanced.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/submit/submitstory_advanced.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** submitstory_advanced.thtml	14 Jan 2007 03:29:36 -0000	1.8
--- submitstory_advanced.thtml	25 Nov 2007 06:59:34 -0000	1.9
***************
*** 4,8 ****
                              </script>
                              <script type="text/JavaScript" src="{site_url}/javascript/submitstory_fckeditor.js"></script>
!                             <form action="{site_url}/submit.php" method="post" onSubmit='set_postcontent();'>
                                  <table cellspacing="0" cellpadding="3">
                                      <tr>
--- 4,8 ----
                              </script>
                              <script type="text/JavaScript" src="{site_url}/javascript/submitstory_fckeditor.js"></script>
!                             <form action="{site_url}/submit.php" method="post" onsubmit='set_postcontent();'>
                                  <table cellspacing="0" cellpadding="3">
                                      <tr>
***************
*** 12,16 ****
                                      <tr>
                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="36" maxlength="96" name="title" value="{story_title}"></td>
                                      </tr>
                                      <tr>
--- 12,16 ----
                                      <tr>
                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="36" maxlength="96" name="title" value="{story_title}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 39,43 ****
                                                  {story_postmode_options}
                                              </select>
!                                             <br><span class="warningsmall">{allowed_html}</span>
                                          </td>
                                      </tr>
--- 39,43 ----
                                                  {story_postmode_options}
                                              </select>
!                                             <br{xhtml}><span class="warningsmall">{allowed_html}</span>
                                          </td>
                                      </tr>
***************
*** 45,54 ****
                                      <tr>
                                          <td class="aligncenter" colspan="2">
!                                             <input type="hidden" name="type" value=story>
!                                             <input type="hidden" name="uid" value="{story_uid}">
!                                             <input type="hidden" name="sid" value="{story_sid}">
!                                             <input type="hidden" name="date" value="{story_date}">
                                              {save_button}
!                                             <input name="mode" type="submit" value="{lang_preview}">
                                          </td>
                                      </tr>
--- 45,54 ----
                                      <tr>
                                          <td class="aligncenter" colspan="2">
!                                             <input type="hidden" name="type" value="story"{xhtml}>
!                                             <input type="hidden" name="uid" value="{story_uid}"{xhtml}>
!                                             <input type="hidden" name="sid" value="{story_sid}"{xhtml}>
!                                             <input type="hidden" name="date" value="{story_date}"{xhtml}>
                                              {save_button}
!                                             <input name="mode" type="submit" value="{lang_preview}"{xhtml}>
                                          </td>
                                      </tr>

Index: submitloginrequired.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/submit/submitloginrequired.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** submitloginrequired.thtml	4 Dec 2006 12:49:54 -0000	1.2
--- submitloginrequired.thtml	25 Nov 2007 06:59:34 -0000	1.3
***************
*** 1,2 ****
!                             {login_message}<br><br>
!                             [ <a href="{site_url}/users.php" rel="nofollow">{lang_login}</a> | <a href="{site_url}/users.php?mode=new" rel="nofollow">{lang_newuser}</a> ]<br><br>
--- 1,2 ----
!                             {login_message}<br{xhtml}><br{xhtml}>
!                             [ <a href="{site_url}/users.php" rel="nofollow">{lang_login}</a> | <a href="{site_url}/users.php?mode=new" rel="nofollow">{lang_newuser}</a> ]<br{xhtml}><br{xhtml}>

Index: submitstory.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/submit/submitstory.thtml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** submitstory.thtml	13 Jan 2007 17:48:58 -0000	1.7
--- submitstory.thtml	25 Nov 2007 06:59:34 -0000	1.8
***************
*** 7,11 ****
                                      <tr>
                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="36" maxlength="96" name="title" value="{story_title}"></td>
                                      </tr>
                                      <tr>
--- 7,11 ----
                                      <tr>
                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="36" maxlength="96" name="title" value="{story_title}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 31,35 ****
                                                  {story_postmode_options}
                                              </select>
!                                             <br><span class="warningsmall">{allowed_html}</span>
                                          </td>
                                      </tr>
--- 31,35 ----
                                                  {story_postmode_options}
                                              </select>
!                                             <br{xhtml}><span class="warningsmall">{allowed_html}</span>
                                          </td>
                                      </tr>
***************
*** 37,46 ****
                                      <tr>
                                          <td class="aligncenter" colspan="2">
!                                             <input type="hidden" name="type" value=story>
!                                             <input type="hidden" name="uid" value="{story_uid}">
!                                             <input type="hidden" name="sid" value="{story_sid}">
!                                             <input type="hidden" name="date" value="{story_date}">
                                              {save_button}
!                                             <input name="mode" type="submit" value="{lang_preview}">
                                          </td>
                                      </tr>
--- 37,46 ----
                                      <tr>
                                          <td class="aligncenter" colspan="2">
!                                             <input type="hidden" name="type" value="story"{xhtml}>
!                                             <input type="hidden" name="uid" value="{story_uid}"{xhtml}>
!                                             <input type="hidden" name="sid" value="{story_sid}"{xhtml}>
!                                             <input type="hidden" name="date" value="{story_date}"{xhtml}>
                                              {save_button}
!                                             <input name="mode" type="submit" value="{lang_preview}"{xhtml}>
                                          </td>
                                      </tr>




More information about the geeklog-cvs mailing list