source: extensions/floOs/index.tpl @ 3608

Last change on this file since 3608 was 3334, checked in by flop25, 15 years ago

first commit

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