Line | |
---|
1 | {* $Id: nbm.tpl 2352 2008-05-20 00:27:26Z patdenice $ *} |
---|
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.