OSDN Git Service

preparation for 4.0 trunk: move whole scripts just under trunk directory
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forms / commentform-notloggedin.template
diff --git a/utf8/nucleus/forms/commentform-notloggedin.template b/utf8/nucleus/forms/commentform-notloggedin.template
deleted file mode 100755 (executable)
index f099426..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<a id="nucleus_cf"></a>
-<form method="post" action="#nucleus_cf">
-       <div class="commentform">
-<input type="hidden" name="action" value="addcomment" />
-<input type="hidden" name="url" value="<%formdata(destinationurl)%>" />
-<input type="hidden" name="itemid" value="<%itemid%>" />
-               <%errordiv%>
-
-               <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>
-               <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body" style="display:block;"><%formdata(body)%></textarea>
-
-               <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" style="display:block;" />
-
-               <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" style="display:block;" />
-
-               <label for="nucleus_cf_email"><%text(_COMMENTFORM_EMAIL)%></label>
-               <input name="email" size="40" maxlength="100" value="<%formdata(email)%>" class="formfield" id="nucleus_cf_email" style="display:block;" />
-
-               <%callback(FormExtra,commentform-notloggedin)%>
-
-               <input type="checkbox" value="1" name="remember" id="nucleus_cf_remember" <%formdata(rememberchecked)%> />
-               <label for="nucleus_cf_remember"><%text(_COMMENTFORM_REMEMBER)%></label>
-
-               <input type="submit" alt="<%text(_COMMENTFORM_SUBMIT)%>" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />
-       </div>
-</form>