-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the plugin for compatibility with Piwigo 2.1 and fix some bugs
feature 1192, feature 1344 git-svn-id: http://piwigo.org/svn/extensions/AStat@5423 68402e56-0260-453c-a942-63ccdbb3a9ee
- Loading branch information
grum
committed
Mar 28, 2010
1 parent
c542e89
commit 1337686
Showing
6 changed files
with
81 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,43 @@ | ||
<div class="titrePage"> | ||
<h2 style="position:absolute;right:0px;top:32px;height:auto;font-size:12px;font-weight:normal;">:: {$plugin.ASTAT_VERSION} ::</h2> | ||
<h2>{'AStat_title_page'|@translate} <span style="font-size:-1;font-weight:normal;">{$TABSHEET_TITLE}</span></h2> | ||
|
||
<h2 style="float:right;top:-24px;position:relative;height:auto;font-size:12px;font-weight:normal;">{$plugin.ASTAT_VERSION}</h2> | ||
|
||
|
||
<div style="position:relative;top:-24px;clear:right;"> | ||
{$tabsheet} | ||
</div> | ||
|
||
{if isset($datas)} | ||
{$datas.ASTAT_NFO_STAT} | ||
<h3>{$datas.L_STAT_TITLE}</h3> | ||
|
||
{if isset($f_AStat_catfilter_list_values) and count($f_AStat_catfilter_list_values) | ||
and isset($plugin.ASTAT_PAGE) and $plugin.ASTAT_PAGE != "config" and $plugin.ASTAT_PAGE != "tools"} | ||
<center> | ||
<form method="GET" action="{$plugin.ASTAT_LINK}" class="general"> | ||
|
||
{if isset($f_AStat_parameters) and count($f_AStat_parameters)} | ||
{foreach from=$f_AStat_parameters key=name item=data} | ||
<INPUT type="hidden" name="{$data.NAME}" value="{$data.VALUE}"> | ||
{/foreach} | ||
{/if} | ||
<fieldset> | ||
<legend>{'AStat_catfilter_list'|@translate}</legend> | ||
<select name="fAStat_catfilter" onchange="this.form.submit();"> | ||
{html_options values=$f_AStat_catfilter_list_values output=$f_AStat_catfilter_list_labels selected=$f_AStat_catfilter_selected} | ||
</select> | ||
</fieldset> | ||
</form> | ||
</center> | ||
{if isset($datas)} | ||
<p>{$datas.ASTAT_NFO_STAT}</p> | ||
|
||
<h3>{$datas.L_STAT_TITLE}</h3> | ||
|
||
{if isset($f_AStat_catfilter_list_values) and count($f_AStat_catfilter_list_values) | ||
and isset($plugin.ASTAT_PAGE) and $plugin.ASTAT_PAGE != "config" and $plugin.ASTAT_PAGE != "tools"} | ||
<center> | ||
<form method="GET" action="{$plugin.ASTAT_LINK}" class="general"> | ||
|
||
{if isset($f_AStat_parameters) and count($f_AStat_parameters)} | ||
{foreach from=$f_AStat_parameters key=name item=data} | ||
<INPUT type="hidden" name="{$data.NAME}" value="{$data.VALUE}"> | ||
{/foreach} | ||
{/if} | ||
<fieldset> | ||
<legend>{'AStat_catfilter_list'|@translate}</legend> | ||
<select name="fAStat_catfilter" onchange="this.form.submit();"> | ||
{html_options values=$f_AStat_catfilter_list_values output=$f_AStat_catfilter_list_labels selected=$f_AStat_catfilter_selected} | ||
</select> | ||
</fieldset> | ||
</form> | ||
</center> | ||
{/if} | ||
|
||
{/if} | ||
|
||
{/if} | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
{$ASTAT_BODY_PAGE} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters