OSDN Git Service

This commit was generated by cvs2svn to compensate for changes in r4,
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forms / loginform-notloggedin.template
1 <form method="post" action="<%self%>">\r
2   <div class="loginform">\r
3         <input type="hidden" name="action" value="login" />\r
4         <label for="nucleus_lf_name" accesskey="l"><%text(_LOGINFORM_NAME)%></label>: <input id="nucleus_lf_name" name="login" size="10" value="" class="formfield" />\r
5         <br />\r
6         <label for="nucleus_lf_pwd"><%text(_LOGINFORM_PWD)%></label>: <input id="nucleus_lf_pwd" name="password" size="10" type="password" value="" class="formfield" />\r
7         <br />\r
8         <input type="submit" value="<%text(_LOGIN)%>" class="formbutton" />\r
9         <br />\r
10         <input type="checkbox" value="1" name="shared" id="nucleus_lf_shared" /><label for="nucleus_lf_shared"><%text(_LOGINFORM_SHARED)%></label>\r
11   </div>\r
12 </form>