source: extensions/Versa/template/popuphelp.tpl @ 31907

Last change on this file since 31907 was 31833, checked in by lexming, 7 years ago

Initial commit

  • Property svn:executable set to *
File size: 933 bytes
Line 
1
2<div id="mainBox">
3<div id="contentBox">
4
5<div id="content" class="content">
6        <div class="titrePage">
7        <ul class="categoryActions">
8                <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate}" class="pwg-state-default pwg-button">
9                        <span class="pwg-icon pwg-icon-close">&nbsp;</span><span class="pwg-button-text">exit</span>
10                </a></li>
11        </ul>
12        <h2><span id="homeLink"><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}</span>{$PAGE_TITLE}</h2>
13        </div>
14
15<div id="helpBox">
16  {$HELP_CONTENT}
17</div>
18
19<p id="closeLink" style="display:none">
20    <a href="#" onclick="window.close();"><i class="fa fa-times" aria-hidden="true"></i> {'Close this window'|@translate}</a>
21</p>
22
23{footer_script require='jquery'}
24if (window.opener || window.name) {
25        jQuery("#closeLink").show();
26        jQuery("#homeLink").hide();
27}
28{/footer_script}
29</div> <!-- content -->
30</div> <!-- contentBox -->
31</div> <!-- mainBox -->
Note: See TracBrowser for help on using the repository browser.