source: trunk/template/cclear/admin/help.tpl @ 852

Last change on this file since 852 was 820, checked in by chrisaga, 19 years ago

Let's begin the new customizable clear template :-)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 479 bytes
Line 
1  <!-- BEGIN cat -->
2  <h3>{cat.NAME}</h3>
3  <!-- BEGIN illustration -->
4  <div style="text-align:center;margin:auto;margin-bottom:10px;"><img src="{cat.illustration.SRC_IMG}" style="border:1px solid black;" alt=""/></div>
5  {cat.illustration.CAPTION}
6  <!-- END illustration -->
7  <ul style="text-align:left; margin-right:10px;">
8    <!-- BEGIN item -->
9    <li style="margin-bottom:5px;">{cat.item.CONTENT}</li>
10    <!-- END item -->
11  </ul>
12  <p>&nbsp;</p>
13  <!-- END cat -->
Note: See TracBrowser for help on using the repository browser.