s4

view examples/common/default/login.m4.html @ 83:815840076efa

Directory structure refreshed
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 03 Aug 2015 12:16:06 +0900
parents templ/default/login.m4.html@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>