aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/comments.tpl
blob: e4a46e4b5a385cb27c5f5763aeea4744c8ed9203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<table style="width:100%;">
  <tr align="center" valign="middle">
	<td>
	  {T_START}1px{T_BEGIN}
		<div class="titrePage">{L_TITLE}</div>
	  {T_END}
	  <div style="margin-bottom:20px"></div>
	  {T_START}90%{T_BEGIN}
<table style="width:100%;">
  <tr>
    <th>
      [
      <!-- BEGIN last_day_option -->
      <a href="{last_day_option.U_OPTION}" style="{last_day_option.T_STYLE}">{last_day_option.OPTION}</a>{T_SEPARATION}
      <!-- END last_day_option -->
      {L_STATS}
      ]
      [ <a href="{U_HOME}">{L_RETURN}</a> ]
    </th>
  </tr>
</table>
<!-- BEGIN 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="{picture.U_THUMB}" title="{picture.TITLE_IMG}">
         <img src="{picture.I_THUMB}" class="imgLink" alt="{picture.THUMB_ALT_IMG}"/>
       </a>
     </td>
     <td style="padding:10px;width:85%;">
       <div style="font-weight:bold;padding-left:10px;text-align:left;">{picture.TITLE_IMG}</div>
       <!-- BEGIN comment -->
             <table class="tableComment">
               <tr>
                 <td rowspan="2" valign="top" class="cellAuthor">
                   <div class="commentsAuthor">{picture.comment.AUTHOR}</div>
                 </td>
                 <td class="cellInfo">
                   <div class="commentsInfos">
                     {picture.comment.DATE}
                   </div>
                 </td>
               </tr>
               <tr>
                 <td>
                   <div class="commentsContent">{picture.comment.CONTENT}</div>
                 </td>
               </tr>
             </table>
       <!-- END comment -->
     </td>
    </tr>
  </table>
</div>
<!-- END picture -->
	  {T_END}
	</td>
  </tr>
</table>