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

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

-menu always displayed if user has unactive collections
-better user status checks
-localizations

File size: 775 bytes
Line 
1{combine_css path=$USER_COLLEC_PATH|@cat:"template/style.css"}
2
3{$MENUBAR}
4
5<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
6<div class="titrePage">
7  <ul class="categoryActions">
8  {if !empty($COLLECTION_ACTIONS)}{$COLLECTION_ACTIONS}{/if}
9  </ul>
10  <h2>{$TITLE}</h2>
11</div>{* <!-- titrePage --> *}
12
13{if isset($errors) or not empty($infos)}
14{include file='infos_errors.tpl'}
15{/if}
16
17{if !empty($THUMBNAILS)}
18<ul class="thumbnails" id="thumbnails">
19{$THUMBNAILS}
20</ul>
21{/if}
22
23{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
24
25{if $U_LIST}<p style="text-align:center;font-weight:bold;margin:20px;"><a href="{$U_LIST}" rel="nofollow">{'Return to collections list'|@translate}</a></p>{/if}
26
27</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.