source: branches/branch-1_6/template/yoga/admin/waiting.tpl @ 1238

Last change on this file since 1238 was 1085, checked in by rub, 18 years ago

Step 7 improvement issue 0000301:

o can attribute status <= current user
o define mode adviser

=> buttons disabled (gray on IE, not on FF)
=> truncated actions
=> display info mode adviser

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1<!-- $Id: waiting.tpl 1085 2006-03-16 22:58:16Z rub $ -->
2<h2>{lang:title_waiting}</h2>
3
4<form action="{F_ACTION}" method="post" id="waiting">
5
6  <input type="hidden" name="list" value="{LIST}" />
7
8  <table style="width:100%;" >
9    <tr class="throw">
10      <th style="width:20%;">{L_CATEGORY}</th>
11      <th style="width:20%;">{L_DATE}</th>
12      <th style="width:20%;">{L_FILE}</th>
13      <th style="width:20%;">{L_THUMBNAIL}</th>
14      <th style="width:20%;">{L_AUTHOR}</th>
15      <th style="width:1px;">&nbsp;</th>
16    </tr>
17    <!-- BEGIN picture -->
18    <tr>
19      <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">{picture.CATEGORY_IMG}</td>
20      <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">{picture.DATE_IMG}</td>
21      <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">
22        <a target="_blank" href="{picture.PREVIEW_URL_IMG}" title="{picture.FILE_TITLE}">{picture.FILE_IMG}</a>
23      </td>
24      <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">
25        <!-- BEGIN thumbnail -->
26        <a target="_blank" href="{picture.thumbnail.PREVIEW_URL_TN_IMG}" title="{picture.thumbnail.FILE_TN_TITLE}">{picture.thumbnail.FILE_TN_IMG}</a>
27        <!-- END thumbnail -->
28      </td>
29      <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">
30        <a href="mailto:{picture.UPLOAD_EMAIL}">{picture.UPLOAD_USERNAME}</a>
31      </td>
32      <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">
33        <label><input type="radio" name="action-{picture.ID_IMG}" value="validate" /> {lang:Validate}</label>
34        <label><input type="radio" name="action-{picture.ID_IMG}" value="reject" /> {lang:Reject}</label>
35      </td>
36    </tr>
37    <!-- END picture -->
38  </table>
39
40  <p class="bottomButtons">
41    <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
42    <input type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/>
43    <input type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/>
44    <input type="reset" value="{lang:Reset}" />
45  </p>
46
47</form>
Note: See TracBrowser for help on using the repository browser.