taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<form action="index.php?state=1" method="post">
    <input type="hidden" name="state" value="1" />
    <table>
        <tr>
            <td>login:</td><td><input type="text" name="login" value="{$LOGIN}" size="10" /></td>
        </tr>
        <tr>
            <td>password:</td><td><input type="password" name="pwd" size="10" /></td>
        </tr>
        <tr>
            <td>&nbsp;</td><td><input type="submit" style="float: right;" value="Login" /></td>
        </tr>
    </table>
</form>