Textpattern PHP Cross Reference Content Management Systems

Source: /textpattern/setup/forms/comment.comment_form.txp - 54 lines - 1316 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>
  37      <txp:comment_remember />
  38  </p>
  39  
  40  <p class="small">
  41      <label for="message">
  42          <txp:text item="comment_message" />
  43          <b class="required" title="<txp:text item="required" />">*</b>
  44      </label>
  45      <br>
  46      <txp:comment_message_input cols="64" rows="4" />
  47  </p>
  48  
  49  <!-- preview and submit buttons (note: submit button will have a class of 'disabled'
  50       applied until you have previewed the message at least once) -->
  51  <p>
  52      <txp:comment_preview />
  53      <txp:comment_submit />
  54  </p>

title

Description

title

Description

title

Description

title

title

Body