comparison templ/default/login.m4.html @ 6:7ccd9c2eb97e

Add templates
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 19 Jul 2015 14:53:28 +0900
parents
children
comparison
equal deleted inserted replaced
5:067d42b98182 6:7ccd9c2eb97e
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>

yatex.org