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

Last change on this file since 16658 was 16658, checked in by plg, 12 years ago

(by mistic100, but svn commit crashes for him)

-use random public_id, preventing to access other public collections
-use colorbox to browse inside a collection
-small css fixes

File size: 1011 bytes
Line 
1{combine_css path=$USER_COLLEC_PATH|@cat:"template/style.css"}
2
3
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}
11
12
13<div class="titrePage">
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
24
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
33
34{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}
35
36</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.