source: extensions/AMetaData/admin/amd_metadata_select_iListTags.tpl @ 4905

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

Commit a first release of the plugin for piwigo using the JpegMetaData classe

  • Property svn:executable set to *
File size: 530 bytes
Line 
1<table class="littlefont">
2  {foreach from=$datas key=name item=data}
3  <tr onclick="loadTagDetail('{$data.tagId}');">
4    <td style="width:35%;min-width:340px;"><input type="checkbox" id="iNumId{$data.numId}" onclick="updateTagSelect('iNumId{$data.numId}')" {$data.tagChecked}>&nbsp;{$data.tagId}</td>
5    <td>{$data.label}</td>
6    <td width="80px">{$data.nb}</td>
7    <td width="40px">{$data.pct}</td>
8    <td width="110px">
9      <div class="pctBar" style="width:{$data.pct}px;"></div>
10    </td>
11  </tr>
12  {/foreach}
13</table>
Note: See TracBrowser for help on using the repository browser.