source: temp/test-xoops.ec-cube.net/html/modules/system/templates/system_userform.html @ 405

Revision 405, 1.1 KB checked in by root, 20 years ago (diff)
Line 
1<fieldset style="padding: 10px;">
2  <legend style="font-weight: bold;"><{$lang_login}></legend>
3  <form action="user.php" method="post">
4    <{$lang_username}> <input type="text" name="uname" size="26" maxlength="60" value="<{$usercookie}>" /><br />
5    <{$lang_password}> <input type="password" name="pass" size="21" maxlength="32" /><br />
6    <input type="checkbox" name="rememberme" value="On" /><{$smarty.const._REMEMBERME}><br /><{* autologin hack GIJ *}>
7    <input type="hidden" name="op" value="login" />
8    <input type="hidden" name="xoops_redirect" value="<{$redirect_page}>" />
9    <input type="submit" value="<{$lang_login}>" />
10  </form>
11  <a name="lost"></a>
12  <div><{$lang_notregister}><br /></div>
13</fieldset>
14
15<br />
16
17<fieldset style="padding: 10px;">
18  <legend style="font-weight: bold;"><{$lang_lostpassword}></legend>
19  <div><br /><{$lang_noproblem}></div>
20  <form action="lostpass.php" method="post">
21    <{$lang_youremail}> <input type="text" name="email" size="26" maxlength="60" />&nbsp;&nbsp;<input type="hidden" name="op" value="mailpasswd" /><input type="submit" value="<{$lang_sendpassword}>" />
22  </form>
23</fieldset>
Note: See TracBrowser for help on using the repository browser.