1 | <!-- $Id: waiting.tpl 859 2005-09-03 20:01:14Z plg $ --> |
---|
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;"> </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}" /> |
---|
42 | <input type="submit" name="validate-all" value="{lang:Validate All}" /> |
---|
43 | <input type="submit" name="reject-all" value="{lang:Reject All}" /> |
---|
44 | <input type="reset" value="{lang:Reset}" /> |
---|
45 | </p> |
---|
46 | |
---|
47 | </form> |
---|