source: trunk/template/yoga/nbm.tpl @ 3213

Last change on this file since 3213 was 3185, checked in by nikrou, 16 years ago

fix html warnings. unclosed monotags

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 694 bytes
Line 
1{* $Id: nbm.tpl 3185 2009-03-09 19:41:45Z nikrou $ *}
2
3<div id="content" class="content">
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
7    </ul>
8    <h2>{'nbm_item_notification'|@translate}</h2>
9  </div>
10
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
31</div>
Note: See TracBrowser for help on using the repository browser.