OSDN Git Service

FIX:グローバル設定に準じている管理エリア・ブックマークレットのスキン設定を-サイトの設定を使う -と表示するように修正
[nucleus-jp/nucleus-next.git] / nucleus / forms / loginform-notloggedin.template
1 <form method="post" action="#nucleus_lf" id="nucleus_lf">
2         <div class="loginform">
3 <input type="hidden" name="action" value="login" />
4                 <%errordiv%>
5
6                 <label for="nucleus_lf_name" accesskey="l"><%text(_LOGINFORM_NAME)%></label>
7                 <input id="nucleus_lf_name" name="login" size="10" value="" class="formfield" />
8
9                 <label for="nucleus_lf_pwd"><%text(_LOGINFORM_PWD)%></label>
10                 <input id="nucleus_lf_pwd" name="password" size="10" type="password" value="" class="formfield" />
11
12                 <input type="checkbox" value="1" name="shared" id="nucleus_lf_shared" />
13                 <label for="nucleus_lf_shared"><%text(_LOGINFORM_SHARED)%></label>
14
15                 <input type="submit" alt="<%text(_LOGIN)%>" value="<%text(_LOGIN)%>" class="formbutton" />
16         </div>
17 </form>