[ Index ]

PHP Cross Reference of Nucleus CMS 3.32

title

Body

[close]

/nucleus/forms/ -> commentform-loggedin.template (source)

   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>


Generated: Tue Feb 12 15:34:36 2008 Cross-referenced by PHPXref 0.7