mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
60 lines
No EOL
1.7 KiB
Smarty
60 lines
No EOL
1.7 KiB
Smarty
{*
|
|
Warning : This is the admin pages footer only
|
|
don't be confusing with the public page footer
|
|
*}
|
|
</div>{* <!-- pwgMain --> *}
|
|
|
|
{if isset($footer_elements)}
|
|
{foreach from=$footer_elements item=elt}
|
|
{$elt}
|
|
{/foreach}
|
|
{/if}
|
|
|
|
{if isset($debug.QUERIES_LIST)}
|
|
<div id="debug">
|
|
{$debug.QUERIES_LIST}
|
|
</div>
|
|
{/if}
|
|
|
|
<div id="footer">
|
|
<div id="piwigoInfos">
|
|
{'Powered by'|translate}
|
|
<a class="externalLink tiptip" href="{$PHPWG_URL}" title="{'Visit Piwigo project website'|translate}"><span class="Piwigo">Piwigo</span></a>
|
|
{$VERSION}
|
|
| <a class="externalLink tiptip" href="{$pwgmenu.WIKI}" title="{'Read Piwigo Documentation'|translate}">{'Documentation'|translate}</a>
|
|
| <a class="externalLink tiptip" href="{$pwgmenu.FORUM}" title="{'Get Support on Piwigo Forum'|translate}">{'Support'|translate}</a>
|
|
</div>
|
|
|
|
<div id="pageInfos">
|
|
{if isset($debug.TIME) }
|
|
{'Page generated in'|translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|translate} {$debug.SQL_TIME}) -
|
|
{/if}
|
|
|
|
{'Contact'|translate}
|
|
<a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|translate|escape:url}">{'Webmaster'|translate}</a>
|
|
</div>{* <!-- pageInfos --> *}
|
|
|
|
</div>{* <!-- footer --> *}
|
|
</div>{* <!-- the_page --> *}
|
|
|
|
|
|
{combine_script id='jquery.tipTip' load='footer' path='themes/default/js/plugins/jquery.tipTip.minified.js'}
|
|
{footer_script require='jquery.tipTip'}
|
|
jQuery('.tiptip').tipTip({
|
|
delay: 0,
|
|
fadeIn: 200,
|
|
fadeOut: 200
|
|
});
|
|
|
|
jQuery('a.externalLink').click(function() {
|
|
window.open(jQuery(this).attr("href"));
|
|
return false;
|
|
});
|
|
{/footer_script}
|
|
|
|
<!-- BEGIN get_combined -->
|
|
{get_combined_scripts load='footer'}
|
|
<!-- END get_combined -->
|
|
|
|
</body>
|
|
</html> |