source: extensions/stripped/template/index.tpl @ 33049

Last change on this file since 33049 was 33049, checked in by ddtddt, 4 months ago

[stripped] update link fontello

File size: 5.5 KB
Line 
1<div class="titrePage">
2        <div class="browsePath">
3                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
4                <h2>{$TITLE}</h2>
5        </div>
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) }
7                <div class="categoryActionsContainer">
8                        <ul class="categoryActions group1">
9                                {if isset($SEARCH_IN_SET_ACTION) and $SEARCH_IN_SET_ACTION}
10                                {combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10}
11                                        <li id="cmdSearchInSet"><a href="{$SEARCH_IN_SET_URL}" title="{'Search in this set'|translate}" class="pwg-state-default pwg-button">
12                                        <i class="pwg-icon-search-folder icon-white"></i>
13                                        </a></li>
14                                {/if}
15        {if !empty($PLUGIN_INDEX_BUTTONS)}{foreach from=$PLUGIN_INDEX_BUTTONS item=button}<li class="mainAction">{$button}</li>{/foreach}{/if}
16        {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
17                                {if isset($U_SEARCH_RULES)}
18                                        {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
19                                        <li><a href="{$U_SEARCH_RULES}" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow">{'Help'|@translate}</a></li>
20                                {/if}
21                                {if isset($U_SLIDESHOW)}
22                                        <li class="mainAction"><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li>
23                                {/if}
24                                {if isset($U_EDIT)}
25                                        <li class="mainAction"><a href="{$U_EDIT}" title="{'edit'|@translate}">{'edit'|@translate}</a></li>
26                                {/if}
27                                {if isset($U_CADDIE) }
28                                        <li class="mainAction"><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}">{'caddie'|@translate}</a></li>
29                                {/if}
30                        </ul>
31                </div>
32        {/if}
33        {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
34</div>
35<div id="content" {if !$stripped.hideMenu}class="menuShown"{/if}>
36        {$MENUBAR}
37        <div id="content_cell">
38                {include file='infos_errors.tpl'}
39                {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}<div class="subcontent">{$PLUGIN_INDEX_CONTENT_BEFORE}</div>{/if}
40                <div id="subcontent">
41                        {if isset($chronology.TITLE) }
42                                <h2>{$chronology.TITLE}</h2>
43                        {/if}
44                        {if isset($chronology_views) }
45                                {if isset($U_MODE_POSTED) }
46                                        <a href="{$U_MODE_POSTED}" rel="nofollow">{'display a calendar by posted date'|@translate}</a>
47                                {/if}
48                                {if isset($U_MODE_CREATED) }
49                                        <a href="{$U_MODE_CREATED}" rel="nofollow">{'display a calendar by creation date'|@translate}</a>
50                                {/if}
51                                <div class="calendarViews">{'View'|@translate}:
52                                        <select onchange="document.location = this.options[this.selectedIndex].value;">
53                                                {foreach from=$chronology_views item=view}
54                                                        <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
55                                                {/foreach}
56                                        </select>
57                                </div>
58                        {/if}
59
60                        {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}<div class="content_block">{$PLUGIN_INDEX_CONTENT_BEGIN}</div>{/if}
61                        {if !empty($category_search_results) }
62                                <div>{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
63                                        {foreach from=$category_search_results item=res name=res_loop}
64                                        {if !$smarty.foreach.res_loop.first} &mdash; {/if}
65                                        {$res}
66                                        {/foreach}
67                                </div>
68                        {/if}
69                        {if !empty($tag_search_results) }
70                                <div>{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
71                                        {foreach from=$tag_search_results item=tag name=res_loop}
72                                                {if !$smarty.foreach.res_loop.first} &mdash; {/if} <a href="{$tag.URL}">{$tag.name}</a>
73                                        {/foreach}
74                                </div>
75                        {/if}
76                        {if isset($FILE_CHRONOLOGY_VIEW) }
77                                {include file=$FILE_CHRONOLOGY_VIEW}
78                        {/if}
79
80                        {if isset($SEARCH_IN_SET_BUTTON) and $SEARCH_IN_SET_BUTTON}
81                                <div class="mcs-side-results search-in-set-button">
82                                  <div>
83                                  <p><a href="{$SEARCH_IN_SET_URL}" class="pwg-icon-search-folder">{'Search in this set'|translate}</a></p>
84                                  </div>
85                                </div>
86                        {/if}
87
88                        {if !empty($CONTENT_DESCRIPTION) }
89                                <div class="content_block"><div class="additional_info">
90                                        {$CONTENT_DESCRIPTION}
91                                </div></div>
92                        {/if}
93      {if !empty($CONTENT)}{$CONTENT}{/if}
94                        {if !empty($CATEGORIES) }{$CATEGORIES}{/if}
95      {if !empty($cats_navbar)}
96        {include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$cats_navbar}
97      {/if}
98
99          {if !empty($SEARCH_ID)}
100                {include file='themes/default/template/include/search_filters.inc.tpl'}
101          {/if}
102
103                        {if !empty($THUMBNAILS) }
104                                <div id="thumbnails_block1">
105                                        <div id="thumbnails_block2">
106                                                <div class="thumbnails" id="thumbnails">{$THUMBNAILS}</div>
107                                                {if (!(empty($thumb_navbar)) && !($ThumbScroller_loaded)) }
108                                                        {include file='navigation_thumb.tpl'|@get_extent:'navbar' navbar=$thumb_navbar}
109                                                {/if}
110                                        </div>
111                                                {if !empty($thumb_navbar) }
112                                                        {include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$thumb_navbar}
113                                                {/if}
114                                </div>
115        <div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
116                        {else if !empty($SEARCH_ID)}
117                                <div class="mcs-no-result">
118                                        <div class="text">
119                                                <span class="top">{'No results are available.'|@translate}</span>
120                                                <span class="bot">{'You can try to edit your filters and perform a new search.'|translate}</span>
121                                        </div>
122                                </div>
123                        {/if}
124                        {if !empty($PLUGIN_INDEX_CONTENT_END) }<div class="content_block">{$PLUGIN_INDEX_CONTENT_END}</div>{/if}
125                </div> <!-- subcontent -->
126                {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}<div class="subcontent">{$PLUGIN_INDEX_CONTENT_AFTER}</div>{/if}
127        </div>
128        <div style="clear: both;"></div>
129</div>
Note: See TracBrowser for help on using the repository browser.