OSDN Git Service

Revert "4.0のtrunkを展開するためにmasterディレクトリを作成しファイル群を移動した。"
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / forms / loginform-notloggedin.template
1 <a id="nucleus_lf"></a>
2 <form method="post" action="#nucleus_lf">
3         <div class="loginform">
4 <input type="hidden" name="action" value="login" />
5                 <%errordiv%>
6
7                 <label for="nucleus_lf_name" accesskey="l"><%text(_LOGINFORM_NAME)%></label>
8                 <input id="nucleus_lf_name" name="login" size="10" value="" class="formfield" />
9
10                 <label for="nucleus_lf_pwd"><%text(_LOGINFORM_PWD)%></label>
11                 <input id="nucleus_lf_pwd" name="password" size="10" type="password" value="" class="formfield" />
12
13                 <input type="checkbox" value="1" name="shared" id="nucleus_lf_shared" />
14                 <label for="nucleus_lf_shared"><%text(_LOGINFORM_SHARED)%></label>
15
16                 <input type="submit" alt="<%text(_LOGIN)%>" value="<%text(_LOGIN)%>" class="formbutton" />
17         </div>
18 </form>