view 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
line wrap: on
line source

<h1>_SYSNAME_</h1>
<form action="_MYNAME_" method="POST">
 <table class="form">
  <tr><th>User</th><td><input name="user" size="30" maxlength="128"></td></tr>
  <tr><th>Password</th><td><input name="pswd" type="password" size="30"
			maxlength="128"></td></tr>
 </table>
 <input type="submit" name="sub" value="OK">
 <input type="reset" name="res" value="Reset">
</form>

yatex.org