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

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

-add download link if BatchDownloader is installed
-merge two prefilters
-better support of Stripped

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