OSDN Git Service

merged 3.3 beta1
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forms / commentform-notloggedin.template
1 <a id="nucleus_cf"></a>
2 <form method="post" action="#nucleus_cf"> 
3   <div class="commentform">
4
5         <%errordiv%>
6
7         <input type="hidden" name="action" value="addcomment" />
8         <input type="hidden" name="url" value="<%formdata(destinationurl)%>" />
9         <input type="hidden" name="itemid" value="<%itemid%>" />
10         <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>:
11         <br />
12         <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body"><%formdata(body)%></textarea>
13         <br />
14         <label for="nucleus_cf_name"><%text(_COMMENTFORM_NAME)%></label>: <input name="user" size="40" maxlength="40" value="<%formdata(user)%>" class="formfield" id="nucleus_cf_name" />
15         <br />
16         <label for="nucleus_cf_mail"><%text(_COMMENTFORM_MAIL)%></label>: <input name="userid" size="40" maxlength="60" value="<%formdata(userid)%>" class="formfield" id="nucleus_cf_mail" />
17
18         <%callback(FormExtra,commentform-notloggedin)%> 
19         
20         <br />
21         <input type="checkbox" value="1" name="remember" id="nucleus_cf_remember" <%formdata(rememberchecked)%> /><label for="nucleus_cf_remember"><%text(_COMMENTFORM_REMEMBER)%></label>
22         <br />
23         <input type="submit" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />
24   </div>
25 </form>