[geeklog-cvs] geeklog-1.3/public_html/layout/XSilver/users getpasswordform.thtml,1.1.1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Tue May 6 06:31:04 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/XSilver/users
In directory internal.geeklog.net:/tmp/cvs-serv19062/public_html/layout/XSilver/users

Modified Files:
	getpasswordform.thtml 
Log Message:
To request a new password, you can not enter either your username or your email address.


Index: getpasswordform.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/XSilver/users/getpasswordform.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** getpasswordform.thtml	20 Apr 2002 14:32:08 -0000	1.1.1.1
--- getpasswordform.thtml	6 May 2003 10:31:02 -0000	1.2
***************
*** 1,26 ****
!                                             {start_block_forgetpassword}
!                                             <table border="0" cellpadding="3" cellspacing="0" width="100%">
!                                                 <tr>
!                                                     <td>
!                                                         <form action="{site_url}/users.php" method="post">
!                                                             <table border="0" cellspacing="0" cellpadding="3">
!                                                                 <tr>
!                                                                     <td colspan="2">{lang_instructions}</td>
!                                                                 </tr>
!                                                                 <tr>
!                                                                     <td align="right"><b>{lang_username}:</b></td>
!                                                                     <td><input type="text" size="16" maxlength="16" name="username"></td>
!                                                                 </tr>
!                                                                 <tr>
!                                                                     <td align="center" colspan="2">
!                                                                         <input type="hidden" name="mode" value="emailpasswd">
!                                                                         <input type="submit" value="{lang_emailpassword}">
!                                                                     </td>
!                                                                 </tr>
!                                                             </table>
!                                                         </form>                                
!                                                     </td>
!                                                 </tr>
!                                             </table>
!                                             {end_block}
! 
--- 1,30 ----
!                                             {start_block_forgetpassword}
!                                             <table border="0" cellpadding="3" cellspacing="0" width="100%">
!                                                 <tr>
!                                                     <td>
!                                                         <form action="{site_url}/users.php" method="post">
!                                                             <table border="0" cellspacing="0" cellpadding="3">
!                                                                 <tr>
!                                                                     <td colspan="2">{lang_instructions}</td>
!                                                                 </tr>
!                                                                 <tr>
!                                                                     <td align="right"><b>{lang_username}:</b></td>
!                                                                     <td><input type="text" size="16" maxlength="16" name="username"></td>
!                                                                 </tr>
!                                                                 <tr>
!                                                                     <td align="right"><b>{lang_email}:</b></td>
!                                                                     <td><input type="text" size="16" maxlength="96" name="email"></td>
!                                                                 </tr>
!                                                                 <tr>
!                                                                     <td align="center" colspan="2">
!                                                                         <input type="hidden" name="mode" value="emailpasswd">
!                                                                         <input type="submit" value="{lang_emailpassword}">
!                                                                     </td>
!                                                                 </tr>
!                                                             </table>
!                                                         </form>                                
!                                                     </td>
!                                                 </tr>
!                                             </table>
!                                             {end_block}
! 





More information about the geeklog-cvs mailing list