source: extensions/floPure/Pure_default/template/nbm.tpl @ 9672

Last change on this file since 9672 was 5904, checked in by flop25, 14 years ago

Pure_defaut created

File size: 707 bytes
Line 
1
2<div id="content" class="content">
3  <div class="titrePage">
4    <ul class="categoryActions">
5      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
6    </ul>
7    <h2>{'Notification'|@translate}</h2>
8  </div>
9
10  <div id="autre_content">
11  {if not empty($errors)}
12  <div class="errors">
13    <ul>
14      {foreach from=$errors item=error}
15      <li>{$error}</li>
16      {/foreach}
17    </ul>
18  </div>
19  {/if}
20
21  {if not empty($infos)}
22  <div class="infos">
23    <ul>
24      {foreach from=$infos item=info}
25      <li>{$info}</li>
26      {/foreach}
27    </ul>
28  </div>
29  {/if}
30</div>
31</div>
Note: See TracBrowser for help on using the repository browser.