s4

view examples/common/default/login.m4.html @ 893:c1a5d137740d

Display momentary information of frozen state change
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 26 Dec 2020 15:17:56 +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>