source: branches/1.6/template/yoga/index.tpl @ 8204

Last change on this file since 8204 was 1386, checked in by chrisaga, 18 years ago

feature 434: split thumbnails in template so customization could be easyer (manual merge from trunk r:1384

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.4 KB
Line 
1<!-- $Id: index.tpl 1386 2006-06-24 09:19:40Z chrisaga $ -->
2{MENUBAR}
3<div id="content">
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li>&nbsp;</li>
7      <!-- BEGIN preferred_image_order -->
8      <li>
9      {lang:Sort order}:
10      <select onchange="document.location = this.options[this.selectedIndex].value;">
11        <!-- BEGIN order -->
12        <option value="{preferred_image_order.order.URL}" {preferred_image_order.order.SELECTED_OPTION}>{preferred_image_order.order.DISPLAY}</option>
13        <!-- END order -->
14      </select>
15      </li>
16      <!-- END preferred_image_order -->
17
18      <!-- BEGIN caddie -->
19      <li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="{pwg_root}{themeconf:icon_dir}/caddie_add.png" class="button" alt="{lang:caddie}"/></a></li>
20      <!-- END caddie -->
21
22      <!-- BEGIN edit -->
23      <li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="{pwg_root}{themeconf:icon_dir}/category_edit.png" class="button" alt="{lang:edit}"/></a></li>
24      <!-- END edit -->
25
26      <!-- BEGIN search_rules -->
27      <li><a href="{search_rules.URL}" style="border:none;" onclick="popuphelp(this.href); return false;" title="{lang:Search rules}"><img src="{pwg_root}{themeconf:icon_dir}/search_rules.png" class="button" alt="(?)"></a></li>
28      <!-- END search_rules -->
29
30      <!-- BEGIN mode_normal -->
31      <li><a href="{mode_normal.URL}" title="{lang:mode_normal_hint}"><img src="{pwg_root}{themeconf:icon_dir}/normal_mode.png" class="button" alt="{lang:mode_normal_hint}"></a></li>
32      <!-- END mode_normal -->
33      <!-- BEGIN mode_posted -->
34      <li><a href="{mode_posted.URL}" title="{lang:mode_posted_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/calendar.png" class="button" alt="{lang:mode_posted_hint}"></a></li>
35      <!-- END mode_posted -->
36      <!-- BEGIN mode_created -->
37      <li><a href="{mode_created.URL}" title="{lang:mode_created_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/calendar_created.png" class="button" alt="{lang:mode_created_hint}"></a></li>
38      <!-- END mode_created -->
39    </ul>
40
41  <h2>{TITLE}</h2>
42  <!-- BEGIN calendar -->
43  <!-- BEGIN views -->
44  <div class="calendarViews">{lang:calendar_view}:
45    <select onchange="document.location = this.options[this.selectedIndex].value;">
46    <!-- BEGIN view -->
47      <option value="{calendar.views.view.VALUE}" {calendar.views.view.SELECTED}>{calendar.views.view.CONTENT}</option>
48    <!-- END view -->
49    </select>
50  </div>
51  <!-- END views -->
52  <!-- END calendar -->
53
54  <!-- BEGIN calendar -->
55  <h2>{calendar.TITLE}</h2>
56  <!-- END calendar -->
57
58  </div> <!-- titrePage -->
59
60<!-- BEGIN calendar -->
61<!-- BEGIN navbar -->
62<div class="calendarBar">
63<!-- BEGIN prev -->
64        <div style="float:left">&laquo; <a href="{calendar.navbar.prev.URL}">{calendar.navbar.prev.LABEL}</a></div>
65<!-- END prev -->
66<!-- BEGIN next -->
67        <div style="float:right"><a href="{calendar.navbar.next.URL}">{calendar.navbar.next.LABEL}</a> &raquo;</div>
68<!-- END next -->
69        {calendar.navbar.BAR}&nbsp;
70</div>
71<!-- END navbar -->
72
73<!-- BEGIN calbar -->
74<div class="calendarCalBar">{calendar.calbar.BAR}</div>
75<!-- END calbar -->
76<!-- END calendar -->
77
78{MONTH_CALENDAR}
79{THUMBNAILS}
80{CATEGORIES}
81
82<!-- BEGIN cat_infos -->
83<!-- BEGIN navigation -->
84<div class="navigationBar">
85{cat_infos.navigation.NAV_BAR}
86</div>
87<!-- END navigation -->
88<!-- BEGIN comment -->
89<div class="additional_info">{cat_infos.comment.COMMENTS}</div>
90<!-- END comment -->
91<!-- END cat_infos -->
92
93</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.