source: extensions/AMetaData/admin/amd_metadata_select_iListImages.tpl @ 5935

Last change on this file since 5935 was 5935, checked in by grum, 14 years ago

Update plugin for Piwigo 2.1

  • Property svn:executable set to *
File size: 322 bytes
Line 
1<table class="littlefont">
2  {foreach from=$datas key=name item=data}
3  <tr>
4    <td>{$data.value}</td>
5    <td width="80px">{$data.nb}</td>
6    <td width="40px">{$data.pct}</td>
7    <td width="110px">
8      <div class="pctBar{$themeconf.name}" style="width:{$data.pct}px;"></div>
9    </td>
10
11  </tr>
12  {/foreach}
13</table>
Note: See TracBrowser for help on using the repository browser.