[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/users getpasswordform.thtml, 1.3, 1.4 loginform.thtml, 1.9, 1.10 newpassword.thtml, 1.7, 1.8 profile.thtml, 1.6, 1.7 registrationform.thtml, 1.7, 1.8

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/users
In directory qs1489.pair.com:/tmp/cvs-serv10260/users

Modified Files:
	getpasswordform.thtml loginform.thtml newpassword.thtml 
	profile.thtml registrationform.thtml 
Log Message:
XHTML optional updates

Index: registrationform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/users/registrationform.thtml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** registrationform.thtml	17 Jan 2007 05:20:16 -0000	1.7
--- registrationform.thtml	25 Nov 2007 06:59:34 -0000	1.8
***************
*** 7,19 ****
                                          <tr>
                                              <td class="alignright" width="50%"><b>{lang_username}:</b></td>
!                                             <td width="50%"><input type="text" size="16" maxlength="16" name="username" value="{username}"></td>
                                          </tr>
                                          <tr>
                                              <td class="alignright" width="50%"><b>{lang_email}:</b></td>
!                                             <td width="50%"><input type="text" size="32" maxlength="96" name="email" value="{email}"></td>
                                          </tr>
                                          <tr>
                                              <td class="alignright" width="50%"><b>{lang_email_conf}:</b></td>
!                                             <td width="50%"><input type="text" size="32" maxlength="96" name="email_conf" value="{email_conf}"></td>
                                          </tr>
                                          <tr>
--- 7,19 ----
                                          <tr>
                                              <td class="alignright" width="50%"><b>{lang_username}:</b></td>
!                                             <td width="50%"><input type="text" size="16" maxlength="16" name="username" value="{username}"{xhtml}></td>
                                          </tr>
                                          <tr>
                                              <td class="alignright" width="50%"><b>{lang_email}:</b></td>
!                                             <td width="50%"><input type="text" size="32" maxlength="96" name="email" value="{email}"{xhtml}></td>
                                          </tr>
                                          <tr>
                                              <td class="alignright" width="50%"><b>{lang_email_conf}:</b></td>
!                                             <td width="50%"><input type="text" size="32" maxlength="96" name="email_conf" value="{email_conf}"{xhtml}></td>
                                          </tr>
                                          <tr>
***************
*** 23,28 ****
                                          <tr>
                                              <td class="aligncenter" colspan="2" width="100%">
!                                                 <input type="hidden" name="mode" value="create">
!                                                 <input type="submit" value="{lang_register}">
                                              </td>
                                          </tr>
--- 23,28 ----
                                          <tr>
                                              <td class="aligncenter" colspan="2" width="100%">
!                                                 <input type="hidden" name="mode" value="create"{xhtml}>
!                                                 <input type="submit" value="{lang_register}"{xhtml}>
                                              </td>
                                          </tr>

Index: profile.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/users/profile.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** profile.thtml	13 Jan 2007 17:48:58 -0000	1.6
--- profile.thtml	25 Nov 2007 06:59:34 -0000	1.7
***************
*** 3,7 ****
          <tr>
              <td class="alignright" style="vertical-align:top;"><b>{lang_username}:</b></td>
!             <td style="vertical-align:top;">{username} ({user_fullname}) {edit_link}<br> {user_photo}</td>
          </tr>
          <tr>
--- 3,7 ----
          <tr>
              <td class="alignright" style="vertical-align:top;"><b>{lang_username}:</b></td>
!             <td style="vertical-align:top;">{username} ({user_fullname}) {edit_link}<br{xhtml}> {user_photo}</td>
          </tr>
          <tr>

Index: newpassword.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/users/newpassword.thtml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** newpassword.thtml	14 Jan 2007 03:29:36 -0000	1.7
--- newpassword.thtml	25 Nov 2007 06:59:34 -0000	1.8
***************
*** 1,5 ****
  <p>{lang_explain}</p>
  
! <form action="{site_url}/users.php" method="POST">
      <table width="100%" cellpadding="3" cellspacing="0">
          <tr>
--- 1,5 ----
  <p>{lang_explain}</p>
  
! <form action="{site_url}/users.php" method="post">
      <table width="100%" cellpadding="3" cellspacing="0">
          <tr>
***************
*** 9,24 ****
          <tr>
              <td class="alignright">{lang_newpassword}:</td>
!             <td class="alignleft"><input type="password" name="passwd" size="16"></td>
          </tr>
          <tr>
              <td class="alignright">{lang_newpassword_conf}:</td>
!             <td class="alignleft"><input type="password" name="passwd_conf" size="16"></td>
          </tr>
          <tr>
              <td colspan="2" class="aligncenter">
!                 <input type="submit" value="{lang_setnewpwd}">
!                 <input type="hidden" name="mode" value="setnewpwd">
!                 <input type="hidden" name="uid" value="{user_id}">
!                 <input type="hidden" name="rid" value="{request_id}">
              </td>
          </tr>
--- 9,24 ----
          <tr>
              <td class="alignright">{lang_newpassword}:</td>
!             <td class="alignleft"><input type="password" name="passwd" size="16"{xhtml}></td>
          </tr>
          <tr>
              <td class="alignright">{lang_newpassword_conf}:</td>
!             <td class="alignleft"><input type="password" name="passwd_conf" size="16"{xhtml}></td>
          </tr>
          <tr>
              <td colspan="2" class="aligncenter">
!                 <input type="submit" value="{lang_setnewpwd}"{xhtml}>
!                 <input type="hidden" name="mode" value="setnewpwd"{xhtml}>
!                 <input type="hidden" name="uid" value="{user_id}"{xhtml}>
!                 <input type="hidden" name="rid" value="{request_id}"{xhtml}>
              </td>
          </tr>

Index: getpasswordform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/users/getpasswordform.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** getpasswordform.thtml	13 Jan 2007 17:48:58 -0000	1.3
--- getpasswordform.thtml	25 Nov 2007 06:59:34 -0000	1.4
***************
*** 10,23 ****
                                                                  <tr>
                                                                      <td class="alignright"><b>{lang_username}:</b></td>
!                                                                     <td><input type="text" size="16" maxlength="16" name="username"></td>
                                                                  </tr>
                                                                  <tr>
                                                                      <td class="alignright"><b>{lang_email}:</b></td>
!                                                                     <td><input type="text" size="16" maxlength="96" name="email"></td>
                                                                  </tr>
                                                                  <tr>
                                                                      <td class="aligncenter" colspan="2">
!                                                                         <input type="hidden" name="mode" value="emailpasswd">
!                                                                         <input type="submit" value="{lang_emailpassword}">
                                                                      </td>
                                                                  </tr>
--- 10,23 ----
                                                                  <tr>
                                                                      <td class="alignright"><b>{lang_username}:</b></td>
!                                                                     <td><input type="text" size="16" maxlength="16" name="username"{xhtml}></td>
                                                                  </tr>
                                                                  <tr>
                                                                      <td class="alignright"><b>{lang_email}:</b></td>
!                                                                     <td><input type="text" size="16" maxlength="96" name="email"{xhtml}></td>
                                                                  </tr>
                                                                  <tr>
                                                                      <td class="aligncenter" colspan="2">
!                                                                         <input type="hidden" name="mode" value="emailpasswd"{xhtml}>
!                                                                         <input type="submit" value="{lang_emailpassword}"{xhtml}>
                                                                      </td>
                                                                  </tr>

Index: loginform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/users/loginform.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** loginform.thtml	26 May 2007 19:31:59 -0000	1.9
--- loginform.thtml	25 Nov 2007 06:59:34 -0000	1.10
***************
*** 10,19 ****
                          <tr>
                              <td class="alignright"><b><label for="loginname">{lang_username}</label>:</b></td>
!                             <td><input type="text" size="16" name="loginname"></td>
                          </tr>
                          {services}
                          <tr>
                              <td class="alignright"><b><label for="passwd">{lang_password}</label>:</b></td>
!                             <td><input type="password" name="passwd" size="16">
                                   <a href="{site_url}/users.php?mode=getpassword" rel="nofollow">{lang_forgetpassword}</a>
                              </td>
--- 10,19 ----
                          <tr>
                              <td class="alignright"><b><label for="loginname">{lang_username}</label>:</b></td>
!                             <td><input type="text" size="16" name="loginname"{xhtml}></td>
                          </tr>
                          {services}
                          <tr>
                              <td class="alignright"><b><label for="passwd">{lang_password}</label>:</b></td>
!                             <td><input type="password" name="passwd" size="16"{xhtml}>
                                   <a href="{site_url}/users.php?mode=getpassword" rel="nofollow">{lang_forgetpassword}</a>
                              </td>
***************
*** 22,26 ****
                              <td class="alignright"> </td>
                              <td class="alignleft">
!                                 <input type="submit" value="{lang_login}">
                              </td>
                          </tr>
--- 22,26 ----
                              <td class="alignright"> </td>
                              <td class="alignleft">
!                                 <input type="submit" value="{lang_login}"{xhtml}>
                              </td>
                          </tr>




More information about the geeklog-cvs mailing list