source: trunk/template/default/admin/waiting.vtp @ 25

Last change on this file since 25 was 25, checked in by z0rglub, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<form action="{#action}" method="post">
2  <table style="width:100%;">
3    <tr>
4      <th style="width:20%;">{#category}</th>
5      <th style="width:20%;">{#date}</th>
6      <th style="width:20%;">{#file}</th>
7      <th style="width:20%;">{#thumbnail}</th>
8      <th style="width:20%;">{#author}</th>
9      <th style="width:1px;">&nbsp;</th>
10    </tr>
11    <!--VTP_picture-->
12    <tr>
13      <td class="{#class}" style="white-space:nowrap;">{#cat_name}</td>
14      <td class="{#class}" style="white-space:nowrap;">{#date}</td>
15      <td class="{#class}" style="white-space:nowrap;">
16        <a target="_blank" href="{#preview_url}">{#file}</a>
17      </td>
18      <td class="{#class}" style="white-space:nowrap;">
19        <!--VTP_thumbnail-->
20        <a target="_blank" href="{#preview_url}">{#file}</a>
21        <!--/VTP_thumbnail-->
22        <!--VTP_no_thumbnail-->
23        &nbsp;
24        <!--/VTP_no_thumbnail-->
25      </td>
26      <td class="{#class}" style="white-space:nowrap;">
27        <a href="mailto:{#mail_address}">{#username}</a>
28      </td>
29      <td class="{#class}" style="white-space:nowrap;">
30        <input type="radio" name="validate-{#id}" value="true" />{#submit}
31        <input type="radio" name="validate-{#id}" value="false" />{#delete}
32      </td>
33    </tr>
34    <!--/VTP_picture-->
35    <tr>
36      <td colspan="5" align="center"><input type="submit" name="submit" value="{#submit}" style="margin:5px;" /></td>
37    </tr>
38  </table>
39</form>
Note: See TracBrowser for help on using the repository browser.