| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.64 |
[Summary view] [Print] [Text view]
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"><%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>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon May 2 16:14:08 2011 | Cross-referenced by PHPXref 0.7.1 |