source: extensions/floOS/index.tpl @ 3648

Last change on this file since 3648 was 3618, checked in by flop25, 15 years ago

update global with pwg 2.0.3

File size: 5.0 KB
Line 
1{$MENUBAR}
2{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
3<div id="content" class="content">
4  <table id="table_content" border="0" cellspacing="0" cellpadding="0">
5    <tr>
6      <td id="section_up_left">&nbsp;</td>
7      <td id="section_up">&nbsp;</td>
8      <td id="section_up_right">&nbsp;</td>
9    </tr>
10    <tr>
11      <td id="section_left">&nbsp;</td>
12      <td id="section_in">
13          <div class="titrePage">
14                <ul class="categoryActions">
15                  {if !empty($image_orders) }
16                  <li>
17                  {'Sort order'|@translate}:
18                  <select onchange="document.location = this.options[this.selectedIndex].value;">
19                        {foreach from=$image_orders item=image_order }
20                        <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option>
21                        {/foreach}
22                  </select>
23                  </li>
24                  {/if}
25       
26                  {if isset($U_CADDIE) }
27                  <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"/></a></li>
28                  {/if}
29       
30                  {if isset($U_EDIT) }
31                  <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"/></a></li>
32                  {/if}
33       
34                  {if isset($U_SEARCH_RULES) }
35                  <li><a href="{$U_SEARCH_RULES}" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/search_rules.png" class="button" alt="(?)" /></a></li>
36                  {/if}
37       
38                  {if isset($U_SLIDESHOW) }
39                  <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"/></a></li>
40                  {/if}
41       
42                  {if isset($U_MODE_FLAT) }
43                  <li><a href="{$U_MODE_FLAT}" title="{'mode_flat_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'mode_flat_hint'|@translate}" /></a></li>
44                  {/if}
45       
46                  {if isset($U_MODE_NORMAL) }
47                  <li><a href="{$U_MODE_NORMAL}" title="{'mode_normal_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'mode_normal_hint'|@translate}" /></a></li>
48                  {/if}
49       
50                  {if isset($U_MODE_POSTED) }
51                  <li><a href="{$U_MODE_POSTED}" title="{'mode_posted_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'mode_posted_hint'|@translate}" /></a></li>
52                  {/if}
53                 
54                  {if isset($U_MODE_CREATED) }
55                  <li><a href="{$U_MODE_CREATED}" title="{'mode_created_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'mode_created_hint'|@translate}" /></a></li>
56                  {/if}
57                 
58                  {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
59                </ul>
60       
61          <h2>{$TITLE}</h2>
62       
63          {if isset($chronology_views) }
64          <div class="calendarViews">{'calendar_view'|@translate}:
65                <select onchange="document.location = this.options[this.selectedIndex].value;">
66                  {foreach from=$chronology_views item=view}
67                  <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
68                  {/foreach}
69                </select>
70          </div>
71          {/if}
72       
73          {if isset($chronology.TITLE) }
74          <h2>{$chronology.TITLE}</h2>
75          {/if}
76       
77          </div> <!-- titrePage -->
78               
79                {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
80               
81                {if !empty($category_search_results) }
82                <div style="font-size:16px;text-align:left;margin:10px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
83                  <em><strong>
84                  {foreach from=$category_search_results item=res name=res_loop}
85                  {if !$smarty.foreach.res_loop.first} &mdash; {/if}
86                  {$res}
87                  {/foreach}
88                  </strong></em>
89                </div>
90                {/if}
91               
92                {if !empty($tag_search_results) }
93                <div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
94                  <em><strong>
95                  {foreach from=$tag_search_results item=res name=res_loop}
96                  {if !$smarty.foreach.res_loop.first} &mdash; {/if}
97                  {$res}
98                  {/foreach}
99                  </strong></em>
100                </div>
101                {/if}
102               
103                {if isset($FILE_CHRONOLOGY_VIEW) }
104                {include file=$FILE_CHRONOLOGY_VIEW}
105                {/if}
106               
107                {if !empty($CATEGORIES) }{$CATEGORIES}{/if}
108                {if !empty($THUMBNAILS) }{$THUMBNAILS}{/if}
109               
110               
111                {if !empty($NAV_BAR) }
112                <div class="navigationBar">
113                  {$NAV_BAR}
114                </div>
115                {/if}
116               
117                {if !empty($CONTENT_DESCRIPTION) }
118                <div class="additional_info">
119                  {$CONTENT_DESCRIPTION}
120                </div>
121                {/if}
122               
123                {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if}
124      </td>
125          <td id="section_right">&nbsp;</td>
126    </tr>
127    <tr>
128      <td id="section_bottom_left">&nbsp;</td>
129      <td id="section_bottom" >&nbsp;</td>
130      <td id="section_bottom_right" >&nbsp;</td>
131    </tr>
132  </table>
133</div> <!-- content -->
134
135{if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if}
Note: See TracBrowser for help on using the repository browser.