aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/comments.vtp
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/comments.vtp')
-rw-r--r--template/default/comments.vtp61
1 files changed, 0 insertions, 61 deletions
diff --git a/template/default/comments.vtp b/template/default/comments.vtp
deleted file mode 100644
index 1c729ee74..000000000
--- a/template/default/comments.vtp
+++ /dev/null
@@ -1,61 +0,0 @@
- <table style="width:100%;">
- <tr align="center" valign="middle">
- <td>
- {#frame_start}1px{#frame_begin}
- <div class="titrePage">{#title_comments}</div>
- {#frame_end}
- <div style="margin-bottom:20px"></div>
- {#frame_start}90%{#frame_begin}
-<table style="width:100%;">
- <tr>
- <th>
- [
- <!--VTP_last_day_option-->
- <a href="{#link}" style="{#style}">{#option}</a>{#separation}
- <!--/VTP_last_day_option-->
- {#stats_last_days}
- ]
- [ <a href="{#back_url}">{#search_return_main_page}</a> ]
- </th>
- </tr>
-</table>
-<!--VTP_picture-->
-<div style="border:2px solid gray;margin:2px;padding:2px;">
- <table style="width:100%;">
- <tr>
- <td valign="top" style="width:15%;">
- <!-- 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 style="padding:10px;width:85%;">
- <div style="font-weight:bold;padding-left:10px;text-align:left;">{#title}</div>
- <!--VTP_comment-->
- <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>
- <!--/VTP_comment-->
- </td>
- </tr>
- </table>
-</div>
-<!--/VTP_picture-->
- {#frame_end}
- </td>
- </tr>
- </table> \ No newline at end of file