2010-03-15 17:41:53 +03:00
|
|
|
<form method="post" enctype="multipart/form-data" action="<?php echo $GLOBALS['CONFIG_WEBROOT'] ?>/" >
|
2010-03-10 15:03:40 +03:00
|
|
|
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
|
|
|
|
<tr><td>login:</td><td><input type="text" name="login" size="30" class="formstyle"></input></td></tr>
|
|
|
|
<tr><td>password:</td><td><input type="password" name="password" size="30" class="formstyle"></input></td></tr>
|
|
|
|
<tr><td></td><td><input type="submit" name="loginbutton" alt="login" value="login" class="formstyle" /></td></tr>
|
|
|
|
</table></form>
|