Textpattern PHP Cross Reference Content Management Systems

Source: /textpattern/setup/themes/four-point-eight/forms/comment/comment_form.txp - 50 lines - 1277 bytes - Text - Print

   1  <p>
   2      <txp:text item="enter_comment_here" />
   3  </p>
   4  
   5  <!-- if there is an error, then inform user -->
   6  <txp:if_comments_error>
   7      <txp:comments_error class="error_message" wraptag="ol" break="li" />
   8  </txp:if_comments_error>
   9  
  10  <p class="large">
  11      <label for="name">
  12          <txp:text item="comment_name" />
  13          <b class="required" title="<txp:text item="required" />">*</b>
  14      </label>
  15      <br>
  16      <txp:comment_name_input size="32" />
  17  </p>
  18  
  19  <p class="large">
  20      <label for="email">
  21          <txp:text item="comment_email" />
  22          <b class="required" title="<txp:text item="required" />">*</b>
  23      </label>
  24      <br>
  25      <txp:comment_email_input size="32" />
  26  </p>
  27  
  28  <p class="large">
  29      <label for="web">
  30          <txp:text item="comment_web" />
  31      </label>
  32      <br>
  33      <txp:comment_web_input size="32" />
  34  </p>
  35  
  36  <p class="small">
  37      <label for="message">
  38          <txp:text item="comment_message" />
  39          <b class="required" title="<txp:text item="required" />">*</b>
  40      </label>
  41      <br>
  42      <txp:comment_message_input cols="64" rows="4" />
  43  </p>
  44  
  45  <!-- preview and submit buttons (note: submit button will have a class of 'disabled'
  46       applied until you have previewed the message at least once) -->
  47  <p>
  48      <txp:comment_preview />
  49      <txp:comment_submit />
  50  </p>

title

Description

title

Description

title

Description

title

title

Body