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

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

Update plugin for Piwigo 2.1

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