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

Last change on this file since 27569 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
RevLine 
[3394]1
[5423]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;">
[3394]6
[5423]7  {if isset($datas)}
[16490]8    {if isset($datas.ASTAT_NFO_STAT)}<p>{$datas.ASTAT_NFO_STAT}</p>{/if}
[3394]9
[5423]10    <h3>{$datas.L_STAT_TITLE}</h3>
[3394]11
[5423]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>
[16489]15        <form method="GET" action="{$ASTAT_LINK}" class="general">
[5423]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
[3394]32  {/if}
33
34
[5423]35</div>
36
37
38
39
40
[3394]41{$ASTAT_BODY_PAGE}
42
Note: See TracBrowser for help on using the repository browser.