OSDN Git Service

sync with UTF-8
[nucleus-jp/nucleus-jp-ancient.git] / euc / nucleus / forms / loginform-notloggedin.template
index 7ae420a..70e91d5 100755 (executable)
@@ -1,12 +1,18 @@
-<form method="post" action="<%self%>">\r
-  <div class="loginform">\r
-       <input type="hidden" name="action" value="login" />\r
-       <label for="nucleus_lf_name" accesskey="l"><%text(_LOGINFORM_NAME)%></label>: <input id="nucleus_lf_name" name="login" size="10" value="" class="formfield" />\r
-       <br />\r
-       <label for="nucleus_lf_pwd"><%text(_LOGINFORM_PWD)%></label>: <input id="nucleus_lf_pwd" name="password" size="10" type="password" value="" class="formfield" />\r
-       <br />\r
-       <input type="submit" value="<%text(_LOGIN)%>" class="formbutton" />\r
-       <br />\r
-       <input type="checkbox" value="1" name="shared" id="nucleus_lf_shared" /><label for="nucleus_lf_shared"><%text(_LOGINFORM_SHARED)%></label>\r
-  </div>\r
-</form>
\ No newline at end of file
+<a id="nucleus_lf"></a>
+<form method="post" action="#nucleus_lf">
+       <div class="loginform">
+<input type="hidden" name="action" value="login" />
+               <%errordiv%>
+
+               <label for="nucleus_lf_name" accesskey="l"><%text(_LOGINFORM_NAME)%></label>
+               <input id="nucleus_lf_name" name="login" size="10" value="" class="formfield" />
+
+               <label for="nucleus_lf_pwd"><%text(_LOGINFORM_PWD)%></label>
+               <input id="nucleus_lf_pwd" name="password" size="10" type="password" value="" class="formfield" />
+
+               <input type="checkbox" value="1" name="shared" id="nucleus_lf_shared" />
+               <label for="nucleus_lf_shared"><%text(_LOGINFORM_SHARED)%></label>
+
+               <input type="submit" alt="<%text(_LOGIN)%>" value="<%text(_LOGIN)%>" class="formbutton" />
+       </div>
+</form>