source: trunk/themes/default/template/popuphelp.tpl @ 7823

Last change on this file since 7823 was 7823, checked in by rvelices, 13 years ago

homogenuous popuphelp and search_rules templates with the rest of pages
simplification of CSS rules

File size: 455 bytes
Line 
1<div id="content" class="content">
2  <div class="titrePage">
3        <ul class="categoryActions">
4          <li>
5                <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
6                  <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
7                </a>
8          </li>
9        </ul>
10  <h2>{$PAGE_TITLE}</h2>
11  </div>
12
13{$HELP_CONTENT}
14
15<p>
16    <a href="#" onclick="window.close();">{'Close this window'|@translate}</a>
17</p>
18
19</div> <!-- content -->
20
21
Note: See TracBrowser for help on using the repository browser.