source: branches/1.6/template/yoga/nbm.tpl @ 8204

Last change on this file since 8204 was 1118, checked in by rub, 18 years ago

[NBM] Step 8: Change info plain-text to html-text (pwg designed)

File size: 733 bytes
Line 
1<!-- $Id: admin.tpl 1091 2006-03-21 22:58:59Z rub $ -->
2
3<div id="content">
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li><a href="{U_HOME}" title="{lang:Go through the gallery as a visitor}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
7    </ul>
8    <h2>{lang:nbm_item_notification}</h2>
9  </div>
10
11  <!-- BEGIN errors -->
12  <div class="errors">
13    <ul>
14      <!-- BEGIN error -->
15      <li>{errors.error.ERROR}</li>
16      <!-- END error -->
17    </ul>
18  </div>
19  <!-- END errors -->
20
21  <!-- BEGIN infos -->
22  <div class="infos">
23    <ul>
24      <!-- BEGIN info -->
25      <li>{infos.info.INFO}</li>
26      <!-- END info -->
27    </ul>
28  </div>
29  <!-- END infos -->
30
31</div>
Note: See TracBrowser for help on using the repository browser.