1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/themes/default/template/popuphelp.tpl

26 lines
764 B
Smarty
Raw Normal View History

2014-07-06 13:21:10 +02:00
<div id="content" class="content">
<div class="titrePage">
<ul class="categoryActions">
<li><a href="#" onclick="window.close();" title="{'Close this window'|@translate}" class="pwg-state-default pwg-button">
<span class="pwg-icon pwg-icon-close">&nbsp;</span><span class="pwg-button-text">exit</span>
</a></li>
</ul>
2015-07-05 19:03:18 +02:00
<h2><span id="homeLink"><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}</span>{$PAGE_TITLE}</h2>
2014-07-06 13:21:10 +02:00
</div>
{$HELP_CONTENT}
2015-07-05 19:03:18 +02:00
<p id="closeLink" style="display:none">
2014-07-06 13:21:10 +02:00
<a href="#" onclick="window.close();">{'Close this window'|@translate}</a>
</p>
2015-07-05 19:03:18 +02:00
{footer_script require='jquery'}
if (window.opener || window.name) {
jQuery("#closeLink").show();
jQuery("#homeLink").hide();
}
{/footer_script}
2014-07-06 13:21:10 +02:00
</div> <!-- content -->