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

Last change on this file since 3172 was 2352, checked in by patdenice, 17 years ago

Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 695 bytes
RevLine 
[2278]1{* $Id: nbm.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
[1118]2
[2352]3<div id="content" class="content">
[1118]4  <div class="titrePage">
5    <ul class="categoryActions">
[2278]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>
[1118]7    </ul>
[2278]8    <h2>{'nbm_item_notification'|@translate}</h2>
[1118]9  </div>
10
[2278]11  {if not empty($errors)}
[1118]12  <div class="errors">
13    <ul>
[2278]14      {foreach from=$errors item=error}
15      <li>{$error}</li>
16      {/foreach}
[1118]17    </ul>
18  </div>
[2278]19  {/if}
[1118]20
[2278]21  {if not empty($infos)}
[1118]22  <div class="infos">
23    <ul>
[2278]24      {foreach from=$infos item=info}
25      <li>{$info}</li>
26      {/foreach}
[1118]27    </ul>
28  </div>
[2278]29  {/if}
[1118]30
31</div>
Note: See TracBrowser for help on using the repository browser.