source: tags/release-1_7_0/template/yoga/admin/comments.tpl @ 9690

Last change on this file since 9690 was 1915, checked in by rub, 17 years ago

Add the last (before 1.8) tabsheet on administration menu (Waiting elements).
Small change way mail function.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1<!-- $Id: comments.tpl 1915 2007-03-16 18:49:19Z rub $ -->
2<div class="titrePage">
3  <h2>{lang:waiting} {TABSHEET_TITLE}</h2>
4  {TABSHEET}
5</div>
6
7<h3>{lang:User comments validation}</h3>
8
9<form method="post" action="{F_ACTION}">
10  <!-- BEGIN comment -->
11  <div class="comment">
12    <a class="illustration" href="{comment.U_PICTURE}"><img src="{comment.TN_SRC}" /></a>
13    <p class="commentHeader"><strong>{comment.AUTHOR}</strong> - <em>{comment.DATE}</em></p>
14    <blockquote>{comment.CONTENT}</blockquote>
15    <ul class="actions">
16      <li><label><input type="radio" name="action-{comment.ID}" value="reject" />{lang:Reject}</label></li>
17      <li><label><input type="radio" name="action-{comment.ID}" value="validate" />{lang:Validate}</label></li>
18    </ul>
19  </div>
20  <!-- END comment -->
21
22  <p class="bottomButtons">
23    <input type="hidden" name="list" value="{LIST}" />
24    <input class="submit" type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
25    <input class="submit" type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/>
26    <input class="submit" type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/>
27    <input class="submit" type="reset" value="{lang:Reset}" />
28  </p>
29
30</form>
Note: See TracBrowser for help on using the repository browser.