source: trunk/template/yoga/admin/help.tpl @ 860

Last change on this file since 860 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official 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.