source: extensions/UserCollections/template/view.tpl @ 16688

Last change on this file since 16688 was 16688, checked in by mistic100, 12 years ago

-rework the main menu
-bug when a collection is create through AJAX
-add "Remove from collection" on colorbox
-minor interfaces changes

File size: 849 bytes
RevLine 
[16591]1{combine_css path=$USER_COLLEC_PATH|@cat:"template/style.css"}
2
[16658]3
[16625]4{if $themeconf.name != "stripped" and $themeconf.parent != "stripped" and $themeconf.name != "simple-grey" and $themeconf.parent != "simple"}
5  {$MENUBAR}
6{else}
7  {assign var="intern_menu" value="true"}
8{/if}
9<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
10{if $intern_menu}{$MENUBAR}{/if}
[16591]11
[16658]12
[16597]13<div class="titrePage">
[16591]14  <ul class="categoryActions">
15  {if !empty($COLLECTION_ACTIONS)}{$COLLECTION_ACTIONS}{/if}
16  </ul>
17  <h2>{$TITLE}</h2>
18</div>{* <!-- titrePage --> *}
19
20{if isset($errors) or not empty($infos)}
21{include file='infos_errors.tpl'}
22{/if}
23
[16658]24
[16591]25{if !empty($THUMBNAILS)}
26<ul class="thumbnails" id="thumbnails">
27{$THUMBNAILS}
28</ul>
29{/if}
30
31{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
32
[16658]33
[16591]34</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.