[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/user batchdelete.thtml, 1.5, 1.6 batchdelete_options.thtml, 1.3, 1.4 edituser.thtml, 1.11, 1.12 groupedit.thtml, 1.1.1.1, 1.2

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


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

Modified Files:
	batchdelete.thtml batchdelete_options.thtml edituser.thtml 
	groupedit.thtml 
Log Message:
XHTML optional updates

Index: batchdelete.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/user/batchdelete.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** batchdelete.thtml	12 Feb 2007 06:53:33 -0000	1.5
--- batchdelete.thtml	25 Nov 2007 06:59:22 -0000	1.6
***************
*** 1,10 ****
  <form style="display:inline" action="{site_admin_url}/user.php?mode=batchdelete" method="post">
      <div>
!         <input type="hidden" name="mode" value="batchdelete">
!         <input type="hidden" name="usr_type" value="{usr_type}">
!         <input type="hidden" name="usr_time[{usr_type}]" value="{usr_time}">
          {lang_instruction}
          <p>{options_list}</p>
!         <input type="submit" name="submit" value="{lang_updatelist}"> 
      </div>
  </form>
--- 1,10 ----
  <form style="display:inline" action="{site_admin_url}/user.php?mode=batchdelete" method="post">
      <div>
!         <input type="hidden" name="mode" value="batchdelete"{xhtml}>
!         <input type="hidden" name="usr_type" value="{usr_type}"{xhtml}>
!         <input type="hidden" name="usr_time[{usr_type}]" value="{usr_time}"{xhtml}>
          {lang_instruction}
          <p>{options_list}</p>
!         <input type="submit" name="submit" value="{lang_updatelist}"{xhtml}> 
      </div>
  </form>

Index: batchdelete_options.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/user/batchdelete_options.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** batchdelete_options.thtml	12 Feb 2007 06:07:26 -0000	1.3
--- batchdelete_options.thtml	25 Nov 2007 06:59:22 -0000	1.4
***************
*** 1 ****
! <input type="radio" name="usr_type" value="{sel_id}"{selector}> <strong>{lang_description}:</strong> {lang_text_start} <input class="aligncenter" type="text" name="usr_time[{sel_id}]" value="{id_value}" size="3"{selector}>{lang_text_end}<br>
--- 1 ----
! <input type="radio" name="usr_type" value="{sel_id}"{selector}{xhtml}> <strong>{lang_description}:</strong> {lang_text_start} <input class="aligncenter" type="text" name="usr_time[{sel_id}]" value="{id_value}" size="3"{selector}{xhtml}>{lang_text_end}<br{xhtml}>

Index: edituser.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/user/edituser.thtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** edituser.thtml	13 Jan 2007 17:48:28 -0000	1.11
--- edituser.thtml	25 Nov 2007 06:59:22 -0000	1.12
***************
*** 3,12 ****
                                      <tr>
                                          <td class="alignright">{lang_userid}:</td>
!                                         <td>{user_id}<input type="hidden" name="uid" value="{user_id}"></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_regdate}:</td>
                                          <td>
!                                             <input type="hidden" name="regdate" value="{regdate_timestamp}">{user_regdate}</td>
                                      </tr>
                                      <tr>
--- 3,12 ----
                                      <tr>
                                          <td class="alignright">{lang_userid}:</td>
!                                         <td>{user_id}<input type="hidden" name="uid" value="{user_id}"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_regdate}:</td>
                                          <td>
!                                             <input type="hidden" name="regdate" value="{regdate_timestamp}"{xhtml}>{user_regdate}</td>
                                      </tr>
                                      <tr>
***************
*** 17,22 ****
                                          <td class="alignright" style="vertical-align:top;">{lang_username}:</td>
                                          <td>
!                                             <input type="text" size="16" maxlength="16" name="username" value="{username}"><br>
!                                             {user_photo}<br>
                                              {lang_delete_photo} {delete_photo_option}
                                          </td>
--- 17,22 ----
                                          <td class="alignright" style="vertical-align:top;">{lang_username}:</td>
                                          <td>
!                                             <input type="text" size="16" maxlength="16" name="username" value="{username}"{xhtml}><br{xhtml}>
!                                             {user_photo}<br{xhtml}>
                                              {lang_delete_photo} {delete_photo_option}
                                          </td>
***************
*** 24,44 ****
                                      <tr>
                                          <td class="alignright">{lang_fullname}:</td>
!                                         <td><input type="text" size="48" maxlength="80" name="fullname" value="{user_fullname}"></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_password}:</td>
!                                         <td><input type="password" size="16" name="passwd" value=""></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_password_conf}:</td>
!                                         <td><input type="password" size="16" name="passwd_conf" value=""></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_emailaddress}:</td>
!                                         <td><input type="text" size="48" maxlength="255" name="email" value="{user_email}"></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_homepage}:</td>
!                                         <td><input type="text" size="48" maxlength="255" name="homepage" value="{user_homepage}"></td>
                                      </tr>
                                      <tr>
--- 24,44 ----
                                      <tr>
                                          <td class="alignright">{lang_fullname}:</td>
!                                         <td><input type="text" size="48" maxlength="80" name="fullname" value="{user_fullname}"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_password}:</td>
!                                         <td><input type="password" size="16" name="passwd" value=""{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_password_conf}:</td>
!                                         <td><input type="password" size="16" name="passwd_conf" value=""{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_emailaddress}:</td>
!                                         <td><input type="text" size="48" maxlength="255" name="email" value="{user_email}"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_homepage}:</td>
!                                         <td><input type="text" size="48" maxlength="255" name="homepage" value="{user_homepage}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 47,51 ****
                                      </tr>
                                      <tr>
!                                         <td colspan="2"><hr></td>
                                      </tr>
                                      {group_edit}
--- 47,51 ----
                                      </tr>
                                      <tr>
!                                         <td colspan="2"><hr{xhtml}></td>
                                      </tr>
                                      {group_edit}
***************
*** 53,58 ****
                                      <tr>
                                          <td colspan="2">
!                                             <input type="submit" value="{lang_save}" name="mode">
!                                             <input type="submit" value="{lang_cancel}" name="mode">
                                              {delete_option}
                                          </td>
--- 53,58 ----
                                      <tr>
                                          <td colspan="2">
!                                             <input type="submit" value="{lang_save}" name="mode"{xhtml}>
!                                             <input type="submit" value="{lang_cancel}" name="mode"{xhtml}>
                                              {delete_option}
                                          </td>

Index: groupedit.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/user/groupedit.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** groupedit.thtml	26 Sep 2004 09:59:50 -0000	1.1.1.1
--- groupedit.thtml	25 Nov 2007 06:59:22 -0000	1.2
***************
*** 3,7 ****
                                      </tr>
                                      <tr>
!                                         <td colspan="2"><P>{lang_groupinstructions}</P>
                                              {group_options}
                                          </td>
--- 3,7 ----
                                      </tr>
                                      <tr>
!                                         <td colspan="2"><p>{lang_groupinstructions}</p>
                                              {group_options}
                                          </td>




More information about the geeklog-cvs mailing list