OSDN Git Service

MERGE: リビジョン1758〜1766までのマージと。form用テンプレートに使えるタグ種の変更
[nucleus-jp/nucleus-next.git] / nucleus / forms / commentform-notloggedin.template
1 <form method="post" action="#nucleus_cf" id="nucleus_cf">
2         <div class="commentform">
3 <input type="hidden" name="action" value="addcomment" />
4 <input type="hidden" name="url" value="<%formdata(destinationurl)%>" />
5 <input type="hidden" name="itemid" value="<%itemid%>" />
6                 <%errordiv%>
7
8                 <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>
9                 <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body"><%formdata(body)%></textarea>
10
11                 <label for="nucleus_cf_name"><%text(_COMMENTFORM_NAME)%></label>
12                 <input name="user" size="40" maxlength="40" value="<%formdata(user)%>" class="formfield" id="nucleus_cf_name" />
13
14                 <label for="nucleus_cf_mail"><%text(_COMMENTFORM_MAIL)%></label>
15                 <input name="userid" size="40" maxlength="60" value="<%formdata(userid)%>" class="formfield" id="nucleus_cf_mail" />
16
17                 <label for="nucleus_cf_email"><%text(_COMMENTFORM_EMAIL)%></label>
18                 <input name="email" size="40" maxlength="100" value="<%formdata(email)%>" class="formfield" id="nucleus_cf_email" />
19
20                 <%callback(FormExtra,commentform-notloggedin)%>
21
22                 <input type="checkbox" value="1" name="remember" id="nucleus_cf_remember" <%formdata(rememberchecked)%> />
23                 <label for="nucleus_cf_remember"><%text(_COMMENTFORM_REMEMBER)%></label>
24
25                 <input type="submit" alt="<%text(_COMMENTFORM_SUBMIT)%>" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />
26         </div>
27 </form>