Last change
on this file since 19228 was
16490,
checked in by grum, 12 years ago
|
feature:2636 - compatibility with Piwigo 2.4
last commit was done with wrong files version, commit again..
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | |
---|
2 | <h2 style="float:right;top:-24px;position:relative;height:auto;font-size:12px;font-weight:normal;">{$plugin.ASTAT_VERSION}</h2> |
---|
3 | |
---|
4 | |
---|
5 | <div style="position:relative;top:-24px;clear:right;"> |
---|
6 | |
---|
7 | {if isset($datas)} |
---|
8 | {if isset($datas.ASTAT_NFO_STAT)}<p>{$datas.ASTAT_NFO_STAT}</p>{/if} |
---|
9 | |
---|
10 | <h3>{$datas.L_STAT_TITLE}</h3> |
---|
11 | |
---|
12 | {if isset($f_AStat_catfilter_list_values) and count($f_AStat_catfilter_list_values) |
---|
13 | and isset($plugin.ASTAT_PAGE) and $plugin.ASTAT_PAGE != "config" and $plugin.ASTAT_PAGE != "tools"} |
---|
14 | <center> |
---|
15 | <form method="GET" action="{$ASTAT_LINK}" class="general"> |
---|
16 | |
---|
17 | {if isset($f_AStat_parameters) and count($f_AStat_parameters)} |
---|
18 | {foreach from=$f_AStat_parameters key=name item=data} |
---|
19 | <INPUT type="hidden" name="{$data.NAME}" value="{$data.VALUE}"> |
---|
20 | {/foreach} |
---|
21 | {/if} |
---|
22 | <fieldset> |
---|
23 | <legend>{'AStat_catfilter_list'|@translate}</legend> |
---|
24 | <select name="fAStat_catfilter" onchange="this.form.submit();"> |
---|
25 | {html_options values=$f_AStat_catfilter_list_values output=$f_AStat_catfilter_list_labels selected=$f_AStat_catfilter_selected} |
---|
26 | </select> |
---|
27 | </fieldset> |
---|
28 | </form> |
---|
29 | </center> |
---|
30 | {/if} |
---|
31 | |
---|
32 | {/if} |
---|
33 | |
---|
34 | |
---|
35 | </div> |
---|
36 | |
---|
37 | |
---|
38 | |
---|
39 | |
---|
40 | |
---|
41 | {$ASTAT_BODY_PAGE} |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.