OSDN Git Service

CHANGE: ロケール名に翻訳メッセージが適用されるよう修正
[nucleus-jp/nucleus-next.git] / nucleus / forms / commentform-loggedin.template
1 <form method="post" action="#nucleus_cf" id="nucleus_cf">
2         <div class="commentform">
3 <input type="hidden" name="action" value="addcomment" />
4 <input type="hidden" name="url" value="<%formdata(destinationurl)%>" />
5 <input type="hidden" name="itemid" value="<%itemid%>" />
6                 <%errordiv%>
7                 <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>
8                 <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body"><%formdata(body)%></textarea>
9
10                 <%text(_COMMENTFORM_YOUARE)%> <%formdata(membername)%>
11                 <small>(<a href="<%self%>?action=logout" title="<%text(_LOGOUT)%>"><%text(_LOGOUT)%></a>)</small>
12
13                 <input type="submit" alt="<%text(_COMMENTFORM_SUBMIT)%>" value="<%text(_COMMENTFORM_SUBMIT)%>" class="formbutton" />
14
15                 <%callback(FormExtra,commentform-loggedin)%>
16         </div>
17 </form>