Last change
on this file since 4905 was
3394,
checked in by grum, 15 years ago
|
Add plugin AStat 2.0.4
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2 style="position:absolute;right:0px;top:32px;height:auto;font-size:12px;font-weight:normal;">:: {$plugin.ASTAT_VERSION} ::</h2> |
---|
3 | <h2>{'AStat_title_page'|@translate} <span style="font-size:-1;font-weight:normal;">{$TABSHEET_TITLE}</span></h2> |
---|
4 | |
---|
5 | {$tabsheet} |
---|
6 | </div> |
---|
7 | |
---|
8 | {if isset($datas)} |
---|
9 | {$datas.ASTAT_NFO_STAT} |
---|
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="{$plugin.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 | {$ASTAT_BODY_PAGE} |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.