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

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 773 bytes
Line 
1{* $Id: /piwigo/trunk/template/yoga/nbm.tpl 7025 2009-03-09T19:41:45.898712Z 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.