root/releases/0.65/lms/login.html

Revision 269, 0.8 kB (checked in by ben, 3 years ago)

--

  • Property svn:eol-style set to native
Line 
1 <form action="join.php" method="post">
2 <input type="hidden" name="mode" value="login" />
3     <table class="lmssignup">
4         <tr valign="top">
5             <td><?php echo gettext('Username'); ?></td>
6             <td><input type="text" name="username" value="<?php echo $u->username; ?>" /></td>
7             <td rowspan="6" valign="top"><?php
8             echo '<b>'.gettext('Login with your existing account.').'</b><br />';
9             echo gettext('You can login and join this community using your account if you already have one');
10 ?></td>
11         </tr>
12         <tr>
13             <td><?php echo gettext('Password'); ?></td>
14             <td><input type="password" name="password1" /></td>
15         </tr>
16         <tr>
17             <td>&nbsp;</td>
18             <td><input type="submit" value="<?php echo gettext('Login'); ?>" /></td>
19         </tr>
20     </table>
21 </form>
Note: See TracBrowser for help on using the browser.