OSDN Git Service

NP_gallery v0.95
[nucleus-jp/nucleus-plugins.git] / NP_gallery / tags / v0.95 / gallery / include / commentform-notloggedin.template
diff --git a/NP_gallery/tags/v0.95/gallery/include/commentform-notloggedin.template b/NP_gallery/tags/v0.95/gallery/include/commentform-notloggedin.template
new file mode 100644 (file)
index 0000000..28b4d18
--- /dev/null
@@ -0,0 +1,23 @@
+<form method="post" action="<%formdata(actionurl)%>">\r
+  <div class="commentform">\r
+       \r
+       <input type="hidden" name="type" value="addcomment" />\r
+       <input type="hidden" name="action" value="plugin" />\r
+       <input type="hidden" name="name" value="gallery" />\r
+       <input type="hidden" name="itemid" value="<%itemid%>" />\r
+       <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>:\r
+       <br />\r
+       <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body"></textarea>\r
+       <br />\r
+       <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" />\r
+       <br />\r
+       <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" />\r
+\r
+       <%callback(FormExtra,commentform-notloggedin)%> \r
+       <br/>\r
+       \r
+       <input type="checkbox" value="1" name="remember" id="nucleus_cf_remember" <%formdata(rememberchecked)%> /><label for="nucleus_cf_remember"><%text(_COMMENTFORM_REMEMBER)%></label>\r
+       <br />\r
+       <input type="submit" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />\r
+  </div>\r
+</form>\r