1 | <!-- **GBL** >INDEX> --> |
---|
2 | |
---|
3 | {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} |
---|
4 | |
---|
5 | <div id="content" class="content"> |
---|
6 | <div class="titrePage" id='titrePageID'> |
---|
7 | |
---|
8 | {if #menuAnimated# == "noswitch"} |
---|
9 | {$MENUBAR} |
---|
10 | {else} |
---|
11 | <div id="menuswitcher"> |
---|
12 | <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');"> |
---|
13 | <!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/menu-show.png" alt="{'display all elements in all sub-categories'|@translate}"> --> |
---|
14 | </a> |
---|
15 | </div> |
---|
16 | {/if} |
---|
17 | |
---|
18 | <ul class="categoryActions" id="categoryActionsID"> |
---|
19 | <li> </li> |
---|
20 | {if !empty($image_orders) } |
---|
21 | <li class="selector"> |
---|
22 | {'Sort order'|@translate}: |
---|
23 | <select onchange="document.location = this.options[this.selectedIndex].value;"> |
---|
24 | {foreach from=$image_orders item=image_order } |
---|
25 | <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option> |
---|
26 | {/foreach} |
---|
27 | </select> |
---|
28 | </li> |
---|
29 | {/if} |
---|
30 | |
---|
31 | {if isset($favorite) } |
---|
32 | <li><a id="icon_delall_favorite" class="button" href="{$favorite.U_FAVORITE}" title="{'delete all photos from your favorites'|@translate}"></a></li> |
---|
33 | {/if} |
---|
34 | |
---|
35 | {if isset($U_CADDIE) } |
---|
36 | <li><a id="icon_caddie" class="button" href="{$U_CADDIE}" title="{'caddie'|@translate}"></a></li> |
---|
37 | {/if} |
---|
38 | |
---|
39 | {if isset($U_EDIT) } |
---|
40 | <li><a id="icon_category_edit" class="button" href="{$U_EDIT}" title="{'edit'|@translate}"></a></li> |
---|
41 | {/if} |
---|
42 | |
---|
43 | {if isset($U_SEARCH_RULES) } |
---|
44 | <li><a id="icon_search_rules" class="button" href="{$U_SEARCH_RULES}" style="border:none;" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow"></a></li> |
---|
45 | {/if} |
---|
46 | |
---|
47 | {if isset($U_SLIDESHOW) } |
---|
48 | <li><a id="icon_start_slideshow" class="button" href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow"></a></li> |
---|
49 | {/if} |
---|
50 | |
---|
51 | {if isset($U_MODE_FLAT) } |
---|
52 | <li><a id="icon_flat" class="button" href="{$U_MODE_FLAT}" title="{'display all photos in all sub-albums'|@translate}" rel="nofollow"></a></li> |
---|
53 | {/if} |
---|
54 | |
---|
55 | {if isset($U_MODE_NORMAL) } |
---|
56 | <li><a id="icon_normal_mode" class="button" href="{$U_MODE_NORMAL}" title="{'return to normal view mode'|@translate}"></a></li> |
---|
57 | {/if} |
---|
58 | |
---|
59 | {if isset($U_MODE_POSTED) } |
---|
60 | <li><a id="icon_calendar" class="button" href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" rel="nofollow"></a></li> |
---|
61 | {/if} |
---|
62 | |
---|
63 | {if isset($U_MODE_CREATED) } |
---|
64 | <li><a id="icon_calendar_created" class="button" href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" rel="nofollow"></a></li> |
---|
65 | {/if} |
---|
66 | |
---|
67 | {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} |
---|
68 | </ul> |
---|
69 | |
---|
70 | |
---|
71 | <h2 class='treeLinks'>{$TITLE|replace:' / ':' | '}</h2> |
---|
72 | |
---|
73 | |
---|
74 | |
---|
75 | </div> <!-- titrePage --> |
---|
76 | |
---|
77 | {if #menuAnimated# != "noswitch"} |
---|
78 | {$MENUBAR} |
---|
79 | {/if} |
---|
80 | |
---|
81 | |
---|
82 | <div id="subContent"> |
---|
83 | <div class="titrePage{if !(isset($chronology_views) or isset($chronology.TITLE))}Empty{/if}" id="titreContent1"> |
---|
84 | {if isset($chronology_views) } |
---|
85 | <div class="calendarViews">{'View'|@translate}: |
---|
86 | <select onchange="document.location = this.options[this.selectedIndex].value;"> |
---|
87 | {foreach from=$chronology_views item=view} |
---|
88 | <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option> |
---|
89 | {/foreach} |
---|
90 | </select> |
---|
91 | </div> |
---|
92 | {/if} |
---|
93 | |
---|
94 | {if isset($chronology.TITLE) } |
---|
95 | <h2>{$chronology.TITLE}</h2> |
---|
96 | {/if} |
---|
97 | </div> |
---|
98 | |
---|
99 | {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} |
---|
100 | |
---|
101 | {if !empty($category_search_results) } |
---|
102 | <div style="font-size:16px;text-align:left;margin:10px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
---|
103 | <em><strong> |
---|
104 | {foreach from=$category_search_results item=res name=res_loop} |
---|
105 | {if !$smarty.foreach.res_loop.first} — {/if} |
---|
106 | {$res} |
---|
107 | {/foreach} |
---|
108 | </strong></em> |
---|
109 | </div> |
---|
110 | {/if} |
---|
111 | |
---|
112 | {if !empty($tag_search_results) } |
---|
113 | <div style="font-size:16px;text-align:left;margin:10px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
---|
114 | <em><strong> |
---|
115 | {foreach from=$tag_search_results item=res name=res_loop} |
---|
116 | {if !$smarty.foreach.res_loop.first} — {/if} |
---|
117 | {$res} |
---|
118 | {/foreach} |
---|
119 | </strong></em> |
---|
120 | </div> |
---|
121 | {/if} |
---|
122 | |
---|
123 | {if isset($FILE_CHRONOLOGY_VIEW) } |
---|
124 | {include file=$FILE_CHRONOLOGY_VIEW} |
---|
125 | {/if} |
---|
126 | |
---|
127 | {if !empty($CATEGORIES) or !empty($THUMBNAILS) or !empty($CONTENT_DESCRIPTION)} |
---|
128 | <table id="thumbContents"><tr> |
---|
129 | {if !empty($CONTENT_DESCRIPTION) } |
---|
130 | <td class="additional_info" id="additional_infoID"> |
---|
131 | <div id="additional_infoLEFT"> |
---|
132 | {$CONTENT_DESCRIPTION} |
---|
133 | </div> |
---|
134 | </td> |
---|
135 | {/if} |
---|
136 | |
---|
137 | {if !empty($CATEGORIES) or !empty($THUMBNAILS)} |
---|
138 | <td id="thumbContainer"> |
---|
139 | <div id="thumbSubContainer"> |
---|
140 | |
---|
141 | <div id="additional_infoTOP"> |
---|
142 | {if !empty($CONTENT_DESCRIPTION_TOP) } |
---|
143 | {$CONTENT_DESCRIPTION_TOP} |
---|
144 | {/if} |
---|
145 | </div> |
---|
146 | |
---|
147 | {if !empty($CATEGORIES) }<div id="categories">{$CATEGORIES}</div>{/if} |
---|
148 | {if !empty($THUMBNAILS) }<div id="thumbnails">{$THUMBNAILS}</div>{/if} |
---|
149 | |
---|
150 | <div id="additional_infoBOTTOM"> |
---|
151 | {if !empty($CONTENT_DESCRIPTION_BOTTOM) } |
---|
152 | {$CONTENT_DESCRIPTION_BOTTOM} |
---|
153 | {/if} |
---|
154 | </div> |
---|
155 | |
---|
156 | </div> |
---|
157 | </td> |
---|
158 | {/if} |
---|
159 | </tr></table> |
---|
160 | {/if} |
---|
161 | |
---|
162 | {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} |
---|
163 | |
---|
164 | </div> <!-- subContent --> |
---|
165 | |
---|
166 | |
---|
167 | |
---|
168 | {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if} |
---|
169 | </div> <!-- content --> |
---|
170 | |
---|
171 | {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if} |
---|
172 | <!-- **GBL** <INDEX< --> |
---|