k2auth_form.php
950 Bytes
<?php
$this->LoginForm='<center>
<form id="mysform" method="post" class="">
<div style="width:660px;">
<fieldset style="float:left;padding:0px 10px 10px 5px;">
<h1>Авторизація</h1>
<table style="border-collapse:separate;border-spacing:14px;">
<tr>
<td>Логін:</td>
<td><input class="form-control" id="txtName" name="Login" type="text"/></td>
</tr>
<tr>
<td>Пароль:</td>
<td><input class="form-control" id="txtPassword" name="Password" type="password"/></td>
</tr>
<tr>
<td colspan="2">
<div style="clear:both;"></div>
<input class="button " name="submit" type="submit" value="Увійти"/> <a href="/?p=remember">Згадати пароль</a>
</td>
</tr>
</table>
</fieldset>
<div style="clear:both;"></div>
</div>
</form>
</center>
';