source: tags/release-1_3_1/template/default/comments.vtp @ 427

Last change on this file since 427 was 427, checked in by (none), 20 years ago

This commit was manufactured by cvs2svn to create tag
'release-1_3_1'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1    <table style="width:100%;">
2      <tr align="center" valign="middle">
3        <td>
4          {#frame_start}1px{#frame_begin}
5            <div class="titrePage">{#title_comments}</div>
6          {#frame_end}
7          <div style="margin-bottom:20px"></div>
8          {#frame_start}90%{#frame_begin}
9<table style="width:100%;">
10  <tr>
11    <th>
12      [
13      <!--VTP_last_day_option-->
14      <a href="{#link}" style="{#style}">{#option}</a>{#separation}
15      <!--/VTP_last_day_option-->
16      {#stats_last_days}
17      ]
18      [ <a href="{#back_url}">{#search_return_main_page}</a> ]
19    </th>
20  </tr>
21</table>
22<!--VTP_picture-->
23<div style="border:2px solid gray;margin:2px;padding:2px;">
24  <table style="width:100%;">
25    <tr>
26     <td valign="top" style="width:15%;">
27       <!-- the thumbnail of the picture, linked to the full size page -->
28       <a href="{#thumb_url}" title="{#thumb_title}">
29         <img src="{#thumb_src}" class="imgLink" alt="{#thumb_alt}"/>
30       </a>
31     </td>
32     <td style="padding:10px;width:85%;">
33       <div style="font-weight:bold;padding-left:10px;text-align:left;">{#title}</div>
34       <!--VTP_comment-->
35             <table class="tableComment">
36               <tr>
37                 <td rowspan="2" valign="top" class="cellAuthor">
38                   <div class="commentsAuthor">{#author}</div>
39                 </td>
40                 <td class="cellInfo">
41                   <div class="commentsInfos">
42                     {#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-->
43                   </div>
44                 </td>
45               </tr>
46               <tr>
47                 <td>
48                   <div class="commentsContent">{#content}</div>
49                 </td>
50               </tr>
51             </table>
52       <!--/VTP_comment-->
53     </td>
54    </tr>
55  </table>
56</div>
57<!--/VTP_picture-->
58          {#frame_end}
59        </td>
60      </tr>
61    </table>
Note: See TracBrowser for help on using the repository browser.