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

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