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

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

Update the plugin for compatibility with Piwigo 2.1 and fix some bugs
feature 1192, feature 1344

  • 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  {$tabsheet}
7
8  {if isset($datas)}
9    <p>{$datas.ASTAT_NFO_STAT}</p>
10
11    <h3>{$datas.L_STAT_TITLE}</h3>
12
13    {if isset($f_AStat_catfilter_list_values) and count($f_AStat_catfilter_list_values)
14           and isset($plugin.ASTAT_PAGE) and $plugin.ASTAT_PAGE != "config" and $plugin.ASTAT_PAGE != "tools"}
15      <center>
16        <form method="GET" action="{$plugin.ASTAT_LINK}" class="general">
17
18            {if isset($f_AStat_parameters) and count($f_AStat_parameters)}
19              {foreach from=$f_AStat_parameters key=name item=data}
20                <INPUT type="hidden" name="{$data.NAME}" value="{$data.VALUE}">
21              {/foreach}
22            {/if}
23            <fieldset>
24              <legend>{'AStat_catfilter_list'|@translate}</legend>
25              <select name="fAStat_catfilter" onchange="this.form.submit();">
26                {html_options values=$f_AStat_catfilter_list_values output=$f_AStat_catfilter_list_labels selected=$f_AStat_catfilter_selected}
27              </select>
28            </fieldset>
29        </form>
30      </center>
31    {/if}
32
33  {/if}
34
35
36</div>
37
38
39
40
41
42{$ASTAT_BODY_PAGE}
43
Note: See TracBrowser for help on using the repository browser.