aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/help.vtp
blob: 4e7692acd176d1c14da85ba9f535503c2a195857 (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%;">
  <!--VTP_cat-->
  <tr>
    <th>{#name}</th>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>
      <!--VTP_illustration-->
      <div style="text-align:center;margin:auto;margin-bottom:10px;"><img src="{#pic_src}" style="border:1px solid black;" alt="{#pic_alt}"/></div>
      {#caption}
      <!--/VTP_illustration-->
      <ul style="margin-right:10px;">
        <!--VTP_item-->
        <li>{#content}</li>
        <!--/VTP_item-->
      </ul>
    </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <!--/VTP_cat-->
</table>