source: extensions/Full_Background/template/index.tpl @ 28522

Last change on this file since 28522 was 28522, checked in by Miklfe, 10 years ago

correction du bug du double menu sur les pages spéciales

File size: 2.2 KB
RevLine 
[28522]1{$MENUBAR}
[19210]2
[19033]3{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
4
5
6<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
7
8<div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if} visible">
9        <ul class="categoryActions">
10{if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
11        </ul>
[19549]12<div id="title_page">
[19033]13<h2>{$TITLE}</h2>
[19549]14</div>
[19033]15
16{if isset($chronology_views)}
17<div class="calendarViews">{'View'|@translate}:
18        <select onchange="document.location = this.options[this.selectedIndex].value;">
19                {foreach from=$chronology_views item=view}
20                <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
21                {/foreach}
22        </select>
23</div>
24{/if}
25
26
27{if isset($chronology.TITLE)}
28<h2 class="calendarTitle">{$chronology.TITLE}</h2>
29{/if}
30
31</div>{* <!-- titrePage --> *}
32
33{if isset($errors) or not empty($infos)}
34{include file='infos_errors.tpl'}
35{/if}
36{if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
37
38
39
40{if !empty($category_search_results)}
41<div style="font-size:16px;margin:10px 16px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
42        <em><strong>
43        {foreach from=$category_search_results item=res name=res_loop}
44        {if !$smarty.foreach.res_loop.first} &mdash; {/if}
45        {$res}
46        {/foreach}
47        </strong></em>
48</div>
49{/if}
50
51{if !empty($tag_search_results)}
52<div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
53        <em><strong>
54        {foreach from=$tag_search_results item=res name=res_loop}
55        {if !$smarty.foreach.res_loop.first} &mdash; {/if}
56        {$res}
57        {/foreach}
58        </strong></em>
59</div>
60{/if}
61
62{if isset($FILE_CHRONOLOGY_VIEW)}
63{include file=$FILE_CHRONOLOGY_VIEW}
64{/if}
65
66
67{if !empty($CONTENT_DESCRIPTION)}
68<div class="additional_info visible">
69        {$CONTENT_DESCRIPTION}
70</div>
71{/if}
72
73
74{if !empty($THUMBNAILS)}
75                {$THUMBNAILS}
76{else}
77        {if !empty($CATEGORIES)}
78                {$CATEGORIES}
79        {/if}
80{/if}
81
82
83{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
84
85{if !empty($PLUGIN_INDEX_CONTENT_END)}{$PLUGIN_INDEX_CONTENT_END}{/if}
86</div>{* <!-- content --> *}
87{if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if}
88
89
90                </div> <!-- page_content -->                   
91        </div> <!--the_page -->
Note: See TracBrowser for help on using the repository browser.