s4

view examples/common/default/login.m4.html @ 556:4a33f5424767

Bring div.topmenu ul to z-index=5
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 13 Apr 2019 18:28:20 +0900
parents 7ccd9c2eb97e
children
line source
1 <h1>_SYSNAME_</h1>
2 <form action="_MYNAME_" method="POST">
3 <table class="form">
4 <tr><th>User</th><td><input name="user" size="30" maxlength="128"></td></tr>
5 <tr><th>Password</th><td><input name="pswd" type="password" size="30"
6 maxlength="128"></td></tr>
7 </table>
8 <input type="submit" name="sub" value="OK">
9 <input type="reset" name="res" value="Reset">
10 </form>