Files
Piwigo/template/default/admin/help.tpl
plegall c8e89e0c55 - administration instructions rewritten (english only), no more picture
needed to represent directories tree, space added between list items


git-svn-id: http://piwigo.org/svn/trunk@669 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-12-31 07:58:41 +00:00

27 lines
672 B
Smarty

<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="text-align:left; margin-right:10px;">
<!-- BEGIN item -->
<li style="margin-bottom:5px;">{cat.item.CONTENT}</li>
<!-- END item -->
</ul>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<!-- END cat -->
</table>