source: trunk/template/default/admin/comments.vtp @ 116

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

Moving comments CSS style from comments.vtp to admin.vtp

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1<!--VTP_section-->
2<table style="width:100%;">
3  <tr>
4    <th>
5      {#title}
6      <!--VTP_last_days-->
7      [
8      <!--VTP_last_day_option-->
9      <a href="{#link}" style="{#style}">{#option}</a>{#separation}
10      <!--/VTP_last_day_option-->
11      {#stats_last_days}
12      ]
13      <!--/VTP_last_days-->
14      <!--VTP_open-->
15      [ <a href="{#url}">{#open}</a> ]
16      <!--/VTP_open-->
17      <!--VTP_close-->
18      [ <a href="{#url}">{#close}</a> ]
19      <!--/VTP_close-->
20    </th>
21  </tr>
22</table>
23<!--VTP_start_form-->
24<form action="{#action}" method="post">
25<!--/VTP_start_form-->
26<!--VTP_picture-->
27<div style="border:2px solid #D3DCE3;margin:2px;">
28  <table style="width:100%;">
29    <tr>
30     <td valign="top" width="1px">
31       <!-- the thumbnail of the picture, linked to the full size page -->
32       <a href="{#thumb_url}" title="{#thumb_title}">
33         <img src="{#thumb_src}" class="imgLink" alt="{#thumb_alt}"/>
34       </a>
35     </td>
36     <td>
37       <div style="font-weight:bold;">{#title}</div>
38       <!--VTP_comment-->
39       <table style="width:100%;">
40         <tr>
41           <td>
42             <table class="tableComment">
43               <tr>
44                 <td rowspan="2" valign="top" class="cellAuthor">
45                   <div class="commentsAuthor">{#author}</div>
46                 </td>
47                 <td class="cellInfo">
48                   <div class="commentsInfos">
49                     {#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-->
50                   </div>
51                 </td>
52               </tr>
53               <tr>
54                 <td>
55                   <div class="commentsContent">{#content}</div>
56                 </td>
57               </tr>
58             </table>
59           </td>
60           <!--VTP_validation-->
61           <td style="width:1px;">
62             <input type="checkbox" name="validate-{#id}" value="true" />
63           </td>
64           <!--/VTP_validation-->
65         </tr>
66       </table>
67       <!--/VTP_comment-->
68     </td>
69    </tr>
70  </table>
71</div>
72<!--/VTP_picture-->
73<!--VTP_submit-->
74<div style="text-align:center;margin:10px;">
75  <input type="submit" name="submit" value="{#submit}" />
76</div>
77<!--/VTP_submit-->
78<!--VTP_end_form-->
79</form>
80<!--/VTP_end_form-->
81<!--/VTP_section-->
Note: See TracBrowser for help on using the repository browser.