mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
needed to represent directories tree, space added between list items git-svn-id: http://piwigo.org/svn/trunk@669 68402e56-0260-453c-a942-63ccdbb3a9ee
27 lines
672 B
Smarty
27 lines
672 B
Smarty
<table style="width:100%;">
|
|
<!-- BEGIN cat -->
|
|
<tr class="admin">
|
|
<th >{cat.NAME}</th>
|
|
</tr>
|
|
<tr>
|
|
<td> </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> </td>
|
|
</tr>
|
|
<!-- END cat -->
|
|
</table>
|