OSDN Git Service

NP_gallery v0.95
[nucleus-jp/nucleus-plugins.git] / NP_gallery / tags / v0.95 / gallery / include / commentform-loggedin.template
1 \r
2 <form method="post" action="<%formdata(actionurl)%>">\r
3   <div class="commentform">\r
4         <%errordiv%>\r
5         \r
6         <input type="hidden" name="type" value="addcomment" />\r
7         <input type="hidden" name="action" value="plugin" />\r
8         <input type="hidden" name="name" value="gallery" />\r
9         <input type="hidden" name="itemid" value="<%itemid%>" />\r
10         <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>:\r
11         <br />\r
12         <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body"><%formdata(body)%></textarea>\r
13         <br />\r
14         <%text(_COMMENTFORM_YOUARE)%> <%formdata(membername)%>\r
15         <small>(<a href="?action=logout"><%text(_LOGOUT)%></a>)</small>\r
16         <br />\r
17         <input type="submit" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />\r
18         <%callback(FormExtra,commentform-loggedin)%> \r
19   </div>\r
20 </form>\r