Last change
on this file since 21975 was
5935,
checked in by grum, 15 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.