source: tags/release-1_4_0RC3/template/default/admin/help.tpl @ 742

Last change on this file since 742 was 669, checked in by plg, 20 years ago
  • administration instructions rewritten (english only), no more picture needed to represent directories tree, space added between list items
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 672 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.