Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<table style="width:100%;">
2
  <!-- BEGIN cat -->
3
  <tr class="admin">
4
    <th >{cat.NAME}</th>
5
  </tr>
6
  <tr>
7
    <td>&nbsp;</td>
8
  </tr>
9
  <tr>
10
    <td>
11
      <!-- BEGIN illustration -->
12
      <div style="text-align:center;margin:auto;margin-bottom:10px;"><img src="{cat.illustration.SRC_IMG}" style="border:1px solid black;" alt=""/></div>
13
      {cat.illustration.CAPTION}
14
      <!-- END illustration -->
15
      <ul style="text-align:left; margin-right:10px;">
16
        <!-- BEGIN item -->
17
        <li style="margin-bottom:5px;">{cat.item.CONTENT}</li>
18
        <!-- END item -->
19
      </ul>
20
    </td>
21
  </tr>
22
  <tr>
23
    <td>&nbsp;</td>
24
  </tr>
25
  <!-- END cat -->
26
</table>