source: trunk/template/cclear/admin/comments.tpl @ 852

Last change on this file since 852 was 848, checked in by plg, 19 years ago
  • modification : adaptation of template variables and blocks in comments page to display comment by comment instead of picture by picture.
  • [template cclear] comments.tpl copied and adapted from template default. Return to home new icon. As asked by chrisaga, special id #commentsPage in comments.tpl to set the #content margin-left to 0 (since no #menubar to display).
  • [template cclear] FORM.filter rules taken from template default (these rules have been written some time ago by yoDan.
  • [template cclear] bug fixed on #theImage : display:block must be used only on IMG and not on the P>A (yes, in BSF you can have HTML in picture and categories descriptions)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1009 bytes
Line 
1<h2>{lang:User comments validation}</h2>
2
3<form method="post" action="{F_ACTION}">
4
5  <input type="hidden" name="list" value="{LIST}" />
6
7  <!-- BEGIN comment -->
8  <div class="comment">
9    <a class="illustration" href="{comment.U_PICTURE}"><img src="{comment.TN_SRC}" /></a>
10    <p class="commentHeader"><strong>{comment.AUTHOR}</strong> - <em>{comment.DATE}</em></p>
11    <blockquote>{comment.CONTENT}</blockquote>
12    <ul class="actions">
13      <li><label><input type="radio" name="action-{comment.ID}" value="reject" />{lang:Reject}</label></li>
14      <li><label><input type="radio" name="action-{comment.ID}" value="validate" />{lang:Validate}</label></li>
15    </ul>
16  </div>
17  <!-- END comment -->
18
19  <p class="bottomButtons">
20    <input type="submit" name="submit" value="{lang:Submit}" />
21    <input type="submit" name="validate-all" value="{lang:Validate All}" />
22    <input type="submit" name="reject-all" value="{lang:Reject All}" />
23    <input type="reset" value="{lang:Reset}" />
24  </p>
25
26</form>
Note: See TracBrowser for help on using the repository browser.