source: extensions/floPure/index.tpl @ 3417

Last change on this file since 3417 was 3333, checked in by flop25, 15 years ago

first commit

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