diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:38:38 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:38:38 +0000 |
commit | 55a0a61aaf58a02e2ac5d2c489f81b1be4730cd8 (patch) | |
tree | 54db07101b35ea40bf48de022f5244280a9efbe4 /template/default/admin/waiting.vtp | |
parent | a11cb36e34e08f2ed2c573c9fe1c6097cbd7be29 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@25 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/waiting.vtp')
-rw-r--r-- | template/default/admin/waiting.vtp | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/template/default/admin/waiting.vtp b/template/default/admin/waiting.vtp new file mode 100644 index 000000000..4242a776b --- /dev/null +++ b/template/default/admin/waiting.vtp @@ -0,0 +1,39 @@ +<form action="{#action}" method="post"> + <table style="width:100%;"> + <tr> + <th style="width:20%;">{#category}</th> + <th style="width:20%;">{#date}</th> + <th style="width:20%;">{#file}</th> + <th style="width:20%;">{#thumbnail}</th> + <th style="width:20%;">{#author}</th> + <th style="width:1px;"> </th> + </tr> + <!--VTP_picture--> + <tr> + <td class="{#class}" style="white-space:nowrap;">{#cat_name}</td> + <td class="{#class}" style="white-space:nowrap;">{#date}</td> + <td class="{#class}" style="white-space:nowrap;"> + <a target="_blank" href="{#preview_url}">{#file}</a> + </td> + <td class="{#class}" style="white-space:nowrap;"> + <!--VTP_thumbnail--> + <a target="_blank" href="{#preview_url}">{#file}</a> + <!--/VTP_thumbnail--> + <!--VTP_no_thumbnail--> + + <!--/VTP_no_thumbnail--> + </td> + <td class="{#class}" style="white-space:nowrap;"> + <a href="mailto:{#mail_address}">{#username}</a> + </td> + <td class="{#class}" style="white-space:nowrap;"> + <input type="radio" name="validate-{#id}" value="true" />{#submit} + <input type="radio" name="validate-{#id}" value="false" />{#delete} + </td> + </tr> + <!--/VTP_picture--> + <tr> + <td colspan="5" align="center"><input type="submit" name="submit" value="{#submit}" style="margin:5px;" /></td> + </tr> + </table> +</form>
\ No newline at end of file |