Last change
on this file since 3074 was
2531,
checked in by vdigital, 16 years ago
|
roma tpl were missing.
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | <h2>{'Manage image ranks'|@translate}</h2> |
---|
2 | |
---|
3 | <h3>{$CATEGORIES_NAV}</h3> |
---|
4 | |
---|
5 | {if !empty($thumbnails)} |
---|
6 | <form action="{$F_ACTION}" method="post"> |
---|
7 | |
---|
8 | <fieldset> |
---|
9 | |
---|
10 | <legend>{'Edit ranks'|@translate}</legend> |
---|
11 | |
---|
12 | {if !empty($thumbnails)} |
---|
13 | <ul class="thumbnails"> |
---|
14 | {foreach from=$thumbnails item=thumbnail} |
---|
15 | <li><span class="wrap1"> |
---|
16 | <label> |
---|
17 | <span class="wrap2"> |
---|
18 | {if $thumbnail.LEVEL > 0} |
---|
19 | <em class="levelIndicatorB">{$thumbnail.LEVEL}</em> |
---|
20 | <em class="levelIndicatorF" title="{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}">{$thumbnail.LEVEL}</em> |
---|
21 | {/if} |
---|
22 | <span> |
---|
23 | <img src="{$thumbnail.TN_SRC}" class="thumbnail" /> |
---|
24 | </span></span> |
---|
25 | <input style="height:12px; width:50px;" type="text" name="rank_of_image[{$thumbnail.ID}]" value="{$thumbnail.RANK}" /> |
---|
26 | </label> |
---|
27 | </span> |
---|
28 | </li> |
---|
29 | {/foreach} |
---|
30 | </ul> |
---|
31 | {/if} |
---|
32 | |
---|
33 | <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED}/></p> |
---|
34 | |
---|
35 | </fieldset> |
---|
36 | |
---|
37 | </form> |
---|
38 | |
---|
39 | {else} |
---|
40 | <div class="infos"><p>{'No element in this category'|@translate}</p></div> |
---|
41 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.