[11506] | 1 | <div class="titrePage"> |
---|
| 2 | <div class="browsePath"> |
---|
[11983] | 3 | <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span> |
---|
[11506] | 4 | <h2>{$TITLE}</h2> |
---|
| 5 | </div> |
---|
[29196] | 6 | {if isset($U_EDIT) or isset($U_SLIDESHOW) or !empty($PLUGIN_INDEX_ACTIONS) or !empty($PLUGIN_INDEX_BUTTONS) or isset($U_SEARCH_RULES) or isset($U_CADDIE) } |
---|
[12321] | 7 | <div class="categoryActionsContainer"> |
---|
| 8 | <ul class="categoryActions group1"> |
---|
[26898] | 9 | {if !empty($PLUGIN_INDEX_BUTTONS)}{foreach from=$PLUGIN_INDEX_BUTTONS item=button}<li class="mainAction">{$button}</li>{/foreach}{/if} |
---|
| 10 | {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} |
---|
[12960] | 11 | {if isset($U_SEARCH_RULES)} |
---|
| 12 | {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} |
---|
| 13 | <li><a href="{$U_SEARCH_RULES}" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow">{'Help'|@translate}</a></li> |
---|
| 14 | {/if} |
---|
[12321] | 15 | {if isset($U_SLIDESHOW)} |
---|
| 16 | <li class="mainAction"><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li> |
---|
| 17 | {/if} |
---|
| 18 | {if isset($U_EDIT)} |
---|
| 19 | <li class="mainAction"><a href="{$U_EDIT}" title="{'edit'|@translate}">{'edit'|@translate}</a></li> |
---|
| 20 | {/if} |
---|
| 21 | {if isset($U_CADDIE) } |
---|
| 22 | <li class="mainAction"><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}">{'caddie'|@translate}</a></li> |
---|
| 23 | {/if} |
---|
| 24 | </ul> |
---|
| 25 | </div> |
---|
[11506] | 26 | {/if} |
---|
| 27 | {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if} |
---|
| 28 | </div> |
---|
[12153] | 29 | <div id="content" {if !$stripped.hideMenu}class="menuShown"{/if}> |
---|
[11506] | 30 | {$MENUBAR} |
---|
[12153] | 31 | <div id="content_cell"> |
---|
[18640] | 32 | {include file='infos_errors.tpl'} |
---|
[12269] | 33 | {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}<div class="subcontent">{$PLUGIN_INDEX_CONTENT_BEFORE}</div>{/if} |
---|
[12153] | 34 | <div id="subcontent"> |
---|
| 35 | {if isset($chronology.TITLE) } |
---|
| 36 | <h2>{$chronology.TITLE}</h2> |
---|
[11506] | 37 | {/if} |
---|
[12153] | 38 | {if isset($chronology_views) } |
---|
| 39 | {if isset($U_MODE_POSTED) } |
---|
| 40 | <a href="{$U_MODE_POSTED}" rel="nofollow">{'display a calendar by posted date'|@translate}</a> |
---|
| 41 | {/if} |
---|
| 42 | {if isset($U_MODE_CREATED) } |
---|
| 43 | <a href="{$U_MODE_CREATED}" rel="nofollow">{'display a calendar by creation date'|@translate}</a> |
---|
| 44 | {/if} |
---|
| 45 | <div class="calendarViews">{'View'|@translate}: |
---|
| 46 | <select onchange="document.location = this.options[this.selectedIndex].value;"> |
---|
| 47 | {foreach from=$chronology_views item=view} |
---|
| 48 | <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option> |
---|
| 49 | {/foreach} |
---|
| 50 | </select> |
---|
| 51 | </div> |
---|
[11506] | 52 | {/if} |
---|
| 53 | |
---|
[12153] | 54 | {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}<div class="content_block">{$PLUGIN_INDEX_CONTENT_BEGIN}</div>{/if} |
---|
| 55 | {if !empty($category_search_results) } |
---|
| 56 | <div>{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
---|
| 57 | {foreach from=$category_search_results item=res name=res_loop} |
---|
[11506] | 58 | {if !$smarty.foreach.res_loop.first} — {/if} |
---|
| 59 | {$res} |
---|
[12153] | 60 | {/foreach} |
---|
| 61 | </div> |
---|
| 62 | {/if} |
---|
| 63 | {if !empty($tag_search_results) } |
---|
| 64 | <div>{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
---|
[22330] | 65 | {foreach from=$tag_search_results item=tag name=res_loop} |
---|
| 66 | {if !$smarty.foreach.res_loop.first} — {/if} <a href="{$tag.URL}">{$tag.name}</a> |
---|
[12153] | 67 | {/foreach} |
---|
| 68 | </div> |
---|
| 69 | {/if} |
---|
| 70 | {if isset($FILE_CHRONOLOGY_VIEW) } |
---|
| 71 | {include file=$FILE_CHRONOLOGY_VIEW} |
---|
| 72 | {/if} |
---|
[11506] | 73 | |
---|
[12153] | 74 | {if !empty($CONTENT_DESCRIPTION) } |
---|
| 75 | <div class="content_block"><div class="additional_info"> |
---|
| 76 | {$CONTENT_DESCRIPTION} |
---|
| 77 | </div></div> |
---|
| 78 | {/if} |
---|
[26898] | 79 | {if !empty($CONTENT)}{$CONTENT}{/if} |
---|
[12153] | 80 | {if !empty($CATEGORIES) }{$CATEGORIES}{/if} |
---|
[21210] | 81 | {if !empty($cats_navbar)} |
---|
| 82 | {include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$cats_navbar} |
---|
| 83 | {/if} |
---|
| 84 | |
---|
[12153] | 85 | {if !empty($THUMBNAILS) } |
---|
| 86 | <div id="thumbnails_block1"> |
---|
| 87 | <div id="thumbnails_block2"> |
---|
| 88 | <div class="thumbnails" id="thumbnails">{$THUMBNAILS}</div> |
---|
[21210] | 89 | {if (!(empty($thumb_navbar)) && !($ThumbScroller_loaded)) } |
---|
| 90 | {include file='navigation_thumb.tpl'|@get_extent:'navbar' navbar=$thumb_navbar} |
---|
[12153] | 91 | {/if} |
---|
| 92 | </div> |
---|
[21210] | 93 | {if !empty($thumb_navbar) } |
---|
| 94 | {include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$thumb_navbar} |
---|
[12153] | 95 | {/if} |
---|
[11506] | 96 | </div> |
---|
[21216] | 97 | <div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div> |
---|
[12153] | 98 | {/if} |
---|
| 99 | {if !empty($PLUGIN_INDEX_CONTENT_END) }<div class="content_block">{$PLUGIN_INDEX_CONTENT_END}</div>{/if} |
---|
| 100 | </div> <!-- subcontent --> |
---|
| 101 | {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}<div class="subcontent">{$PLUGIN_INDEX_CONTENT_AFTER}</div>{/if} |
---|
| 102 | </div> |
---|
[11506] | 103 | <div style="clear: both;"></div> |
---|
[12153] | 104 | </div> |
---|