OSDN Git Service

preparation for 4.0 trunk
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forms / commentform-loggedin.template
1 <a id="nucleus_cf"></a>
2 <form method="post" action="#nucleus_cf">
3         <div class="commentform">
4 <input type="hidden" name="action" value="addcomment" />
5 <input type="hidden" name="url" value="<%formdata(destinationurl)%>" />
6 <input type="hidden" name="itemid" value="<%itemid%>" />
7                 <%errordiv%>
8                 <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>
9                 <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body" style="display:block;"><%formdata(body)%></textarea>
10
11                 <%text(_COMMENTFORM_YOUARE)%> <%formdata(membername)%>
12                 <small>(<a href="<%self%>?action=logout" title="<%text(_LOGOUT)%>"><%text(_LOGOUT)%></a>)</small>
13
14                 <input type="submit" alt="<%text(_COMMENTFORM_SUBMIT)%>" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />
15
16                 <%callback(FormExtra,commentform-loggedin)%>
17         </div>
18 </form>