A tumblelog CMS built on AJAX, PHP and MySQL.

template_comments.htm 518B

123456789101112131415161718
  1. <div class="containerComments">
  2. <h3 id="comments">{Comments_Number} answers to &#8220;{Post_Title}&#8221;</h3>
  3. <ol class="commentlist">
  4. [bloque: comments]
  5. <li class="alt" id="comment-{Id_Comment}">
  6. <cite>
  7. <a href="#comment-{Id_Comment}" title="Comment permalink">#</a>&nbsp;&nbsp;
  8. {Comment_Author} said:
  9. </cite>
  10. <br />
  11. <span class="timestampComment"> at {Date}</span><br /><br />
  12. {Comment}
  13. <br /><br />
  14. </li>
  15. [/bloque: comments]
  16. </ol>
  17. </div>