aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/help.tpl
blob: f603fe5e5a8fe58a817f562c381fa5bd1eeaaab9 (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
<table style="width:100%;">
  <!-- BEGIN cat -->
  <tr class="admin">
    <th >{cat.NAME}</th>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>
      <!-- BEGIN illustration -->
      <div style="text-align:center;margin:auto;margin-bottom:10px;"><img src="{cat.illustration.SRC_IMG}" style="border:1px solid black;" alt=""/></div>
      {cat.illustration.CAPTION}
      <!-- END illustration -->
      <ul style="margin-right:10px;">
        <!-- BEGIN item -->
        <li>{cat.item.CONTENT}</li>
        <!-- END item -->
      </ul>
    </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <!-- END cat -->
</table>