OSDN Git Service

sync with original 3.3
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / forms / commentform-loggedin.template
index 89dfa4a..7a25110 100755 (executable)
@@ -1,19 +1,18 @@
-<a id="nucleus_cf"></a>\r
-<form method="post" action="#nucleus_cf">\r
-  <div class="commentform">\r
-       <%errordiv%>\r
-       \r
-       <input type="hidden" name="action" value="addcomment" />\r
-       <input type="hidden" name="url" value="<%formdata(destinationurl)%>" />\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"><%formdata(body)%></textarea>\r
-       <br />\r
-       <%text(_COMMENTFORM_YOUARE)%> <%formdata(membername)%>\r
-       <small>(<a href="?action=logout"><%text(_LOGOUT)%></a>)</small>\r
-       <br />\r
-       <input type="submit" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />\r
-       <%callback(FormExtra,commentform-loggedin)%>    \r
-  </div>\r
-</form>
\ No newline at end of file
+<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"><%formdata(body)%></textarea>
+
+               <%text(_COMMENTFORM_YOUARE)%> <%formdata(membername)%>
+               <small>(<a href="<%self%>?action=logout" title="<%text(_LOGOUT)%>"><%text(_LOGOUT)%></a>)</small>
+
+               <input type="submit" alt="<%text(_COMMENTFORM_SUBMIT)%>" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />
+
+               <%callback(FormExtra,commentform-loggedin)%>
+       </div>
+</form>