diff options
author | gweltas <gweltas@piwigo.org> | 2004-03-20 00:52:37 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-03-20 00:52:37 +0000 |
commit | 4128835db8d7b8e619951d4c31e23bd934758f09 (patch) | |
tree | 4fddd9ea03f3ebeeaba73c3a42f7130e29a54b58 /template/default/admin/comments.vtp | |
parent | 8850aabc34e524e1a7816c363657e3176502a708 (diff) |
- Template migration
- Admin Control Panel migration
- Language migration
git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/comments.vtp')
-rw-r--r-- | template/default/admin/comments.vtp | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/template/default/admin/comments.vtp b/template/default/admin/comments.vtp deleted file mode 100644 index 051008156..000000000 --- a/template/default/admin/comments.vtp +++ /dev/null @@ -1,81 +0,0 @@ -<!--VTP_section--> -<table style="width:100%;"> - <tr> - <th> - {#title} - <!--VTP_last_days--> - [ - <!--VTP_last_day_option--> - <a href="{#link}" style="{#style}">{#option}</a>{#separation} - <!--/VTP_last_day_option--> - {#stats_last_days} - ] - <!--/VTP_last_days--> - <!--VTP_open--> - [ <a href="{#url}">{#open}</a> ] - <!--/VTP_open--> - <!--VTP_close--> - [ <a href="{#url}">{#close}</a> ] - <!--/VTP_close--> - </th> - </tr> -</table> -<!--VTP_start_form--> -<form action="{#action}" method="post"> -<!--/VTP_start_form--> -<!--VTP_picture--> -<div style="border:2px solid #D3DCE3;margin:3px;"> - <table style="width:100%;"> - <tr> - <td valign="top" width="1px"> - <!-- the thumbnail of the picture, linked to the full size page --> - <a href="{#thumb_url}" title="{#thumb_title}"> - <img src="{#thumb_src}" class="imgLink" alt="{#thumb_alt}"/> - </a> - </td> - <td> - <div style="font-weight:bold;">{#title}</div> - <!--VTP_comment--> - <table style="width:100%;"> - <tr> - <td> - <table class="tableComment"> - <tr> - <td rowspan="2" valign="top" class="cellAuthor"> - <div class="commentsAuthor">{#author}</div> - </td> - <td class="cellInfo"> - <div class="commentsInfos"> - {#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="./template/{#user_template}/admin/images/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete--> - </div> - </td> - </tr> - <tr> - <td> - <div class="commentsContent">{#content}</div> - </td> - </tr> - </table> - </td> - <!--VTP_validation--> - <td style="width:1px;"> - <input type="checkbox" name="validate-{#id}" value="true" /> - </td> - <!--/VTP_validation--> - </tr> - </table> - <!--/VTP_comment--> - </td> - </tr> - </table> -</div> -<!--/VTP_picture--> -<!--VTP_submit--> -<div style="text-align:center;margin:10px;"> - <input type="submit" name="submit" value="{#submit}" /> -</div> -<!--/VTP_submit--> -<!--VTP_end_form--> -</form> -<!--/VTP_end_form--> -<!--/VTP_section-->
\ No newline at end of file |