source: extensions/Simple_Grey/nbm.tpl @ 4762

Last change on this file since 4762 was 4762, checked in by boulde, 14 years ago

change titrepage id to a class

File size: 587 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3    <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}">{'home'|@translate}</a></li>
4  </ul>
5  <h2>{'nbm_item_notification'|@translate}</h2>
6</div>
7<div id="content">
8  {if not empty($errors)}
9  <div class="errors">
10    <ul>
11      {foreach from=$errors item=error}
12      <li>{$error}</li>
13      {/foreach}
14    </ul>
15  </div>
16  {/if}
17  {if not empty($infos)}
18  <div class="infos">
19    <ul>
20      {foreach from=$infos item=info}
21      <li>{$info}</li>
22      {/foreach}
23    </ul>
24  </div>
25  {/if}
26</div>
Note: See TracBrowser for help on using the repository browser.