Advertisement
Guest User

view

a guest
May 22nd, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1. <h2 class="center">Авторизация</h2>
  2. <form method="post" id="login_form" action="<?= site_url('login/send/'); ?>">
  3.     <p>
  4.         <label>Имя пользователя<br />
  5.         <input type="text" name="login" id="login_login" style="width:200px" class="input" value="" maxlength="30" /></label>
  6.     </p>
  7.     <p>
  8.         <label>Пароль<br />
  9.         <input type="password" name="password" id="pass_login" style="width:200px" class="input" value="" maxlength="30" /></label>
  10.     </p>
  11.     <p class="submit">
  12.         <input type="submit" id="enter_form" value="Войти" />
  13.     </p>
  14. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement