Newer
Older
s4 / examples / common / default / login.m4.html
@HIROSE Yuuji HIROSE Yuuji on 3 Aug 2015 371 bytes Directory structure refreshed
<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>