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

Last change on this file since 9678 was 9678, checked in by flop25, 13 years ago

tpl files have been updated for 2.2

File size: 742 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}" class="pwg-state-default pwg-button">
6                                <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
7                        </a></li>
8    </ul>
9    <h2>{'Notification'|@translate}</h2>
10  </div>
11
12  <div id="autre_content">
13  {if not empty($errors)}
14  <div class="errors">
15    <ul>
16      {foreach from=$errors item=error}
17      <li>{$error}</li>
18      {/foreach}
19    </ul>
20  </div>
21  {/if}
22
23  {if not empty($infos)}
24  <div class="infos">
25    <ul>
26      {foreach from=$infos item=info}
27      <li>{$info}</li>
28      {/foreach}
29    </ul>
30  </div>
31  {/if}
32</div>
33</div>
Note: See TracBrowser for help on using the repository browser.