| 1 |
<?php |
| 2 |
// Exit if accessed directly |
| 3 |
if( !defined( 'ABSPATH' ) ) exit; |
| 4 |
?> |
| 5 |
|
| 6 |
<p id="wpforo-title"><?php wpforo_phrase('Forum - Login') ?></p> |
| 7 |
|
| 8 |
<form name="wpflogin" action="" method="POST"> |
| 9 |
<div class="wpforo-login-wrap"> |
| 10 |
<div class="wpforo-login-content"> |
| 11 |
<table class="wpforo-login-table wpfcl-1" width="100%" border="0" cellspacing="0" cellpadding="0" style="width:100%; display:table;"> |
| 12 |
<tbody style="width:100%;"> |
| 13 |
<tr class="wpfbg-9"> |
| 14 |
<td class="wpf-login-label"> |
| 15 |
<p class="wpf-label wpfcl-1"><?php wpforo_phrase('Username') ?>:</p> |
| 16 |
</td> |
| 17 |
<td class="wpf-login-field"><input autofocus required="TRUE" type="text" name="log" class="wpf-login-text wpfw-60" /></td> |
| 18 |
</tr> |
| 19 |
<tr class="wpfbg-9"> |
| 20 |
<td class="wpf-login-label"> |
| 21 |
<p class="wpf-label wpfcl-1"><?php wpforo_phrase('Password') ?>:</p> |
| 22 |
</td> |
| 23 |
<td class="wpf-login-field"><input required="TRUE" type="password" name="pwd" class="wpf-login-text wpfw-60" /></td> |
| 24 |
</tr> |
| 25 |
<tr class="wpfbg-9"> |
| 26 |
<td class="wpf-login-label"></td> |
| 27 |
<td><?php do_action('login_form') ?></td> |
| 28 |
</tr> |
| 29 |
<tr class="wpfbg-9"> |
| 30 |
<td class="wpf-login-label"> </td> |
| 31 |
<td class="wpf-login-field"> |
| 32 |
<p class="wpf-extra wpfcl-1"> |
| 33 |
<input type="checkbox" value="1" name="rememberme" id="wpf-login-remember"> |
| 34 |
<label for="wpf-login-remember"><?php wpforo_phrase('Remember Me') ?> |</label> |
| 35 |
<a href="<?php echo wpforo_lostpass_url(); ?>" class="wpf-forgot-pass"><?php wpforo_phrase('Lost your password?') ?></a> |
| 36 |
</p> |
| 37 |
<input type="submit" name="wpforologin" value="<?php wpforo_phrase('Sign In') ?>" /> |
| 38 |
</td> |
| 39 |
</tr> |
| 40 |
</tbody> |
| 41 |
</table> |
| 42 |
</div> |
| 43 |
</div> |
| 44 |
</form> |
| 45 |
|
| 46 |
<p> </p><p> </p><p> </p> |