source: extensions/AStat/admin/astat_admin.tpl @ 5801

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

Update release to 2.2.1 - fix minor bug in the display

  • Property svn:executable set to *
File size: 1.2 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    <p>{$datas.ASTAT_NFO_STAT}</p>
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="{$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
35</div>
36
37
38
39
40
41{$ASTAT_BODY_PAGE}
42
Note: See TracBrowser for help on using the repository browser.