source: branches/1.7/template/yoga/index.tpl @ 3253

Last change on this file since 3253 was 2137, checked in by rvelices, 17 years ago
  • fix plugin menu link broken with xamp (realpath behaves differently) (merge from trunk to branch 1_7)
  • added some meta_robots (noindex and nofollow) on popuphelp, search_rules and search seaction (googlebot gets crazy)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
Line 
1<!-- $Id: index.tpl 2137 2007-10-16 01:45:26Z rvelices $ -->
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}" rel="nofollow"><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
34      <!-- BEGIN flat -->
35      <li><a href="{flat.URL}" title="{lang:mode_flat_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/flat.png" class="button" alt="{lang:mode_flat_hint}"></a></li>
36      <!-- END flat -->
37
38      <!-- BEGIN mode_posted -->
39      <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>
40      <!-- END mode_posted -->
41      <!-- BEGIN mode_created -->
42      <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>
43      <!-- END mode_created -->
44      {PLUGIN_INDEX_ACTIONS}
45    </ul>
46
47  <h2>{TITLE}</h2>
48  <!-- BEGIN calendar -->
49  <!-- BEGIN views -->
50  <div class="calendarViews">{lang:calendar_view}:
51    <select onchange="document.location = this.options[this.selectedIndex].value;">
52    <!-- BEGIN view -->
53      <option value="{calendar.views.view.VALUE}" {calendar.views.view.SELECTED}>{calendar.views.view.CONTENT}</option>
54    <!-- END view -->
55    </select>
56  </div>
57  <!-- END views -->
58  <!-- END calendar -->
59
60  <!-- BEGIN calendar -->
61  <h2>{calendar.TITLE}</h2>
62  <!-- END calendar -->
63
64  </div> <!-- titrePage -->
65
66{PLUGIN_INDEX_CONTENT_BEGIN}
67<!-- BEGIN calendar -->
68<!-- BEGIN navbar -->
69<div class="calendarBar">
70<!-- BEGIN prev -->
71        <div style="float:left">&laquo; <a href="{calendar.navbar.prev.URL}">{calendar.navbar.prev.LABEL}</a></div>
72<!-- END prev -->
73<!-- BEGIN next -->
74        <div style="float:right"><a href="{calendar.navbar.next.URL}">{calendar.navbar.next.LABEL}</a> &raquo;</div>
75<!-- END next -->
76        {calendar.navbar.BAR}&nbsp;
77</div>
78<!-- END navbar -->
79
80<!-- BEGIN calbar -->
81<div class="calendarCalBar">{calendar.calbar.BAR}</div>
82<!-- END calbar -->
83<!-- END calendar -->
84
85{MONTH_CALENDAR}
86{CATEGORIES}
87{THUMBNAILS}
88
89<!-- BEGIN cat_infos -->
90<!-- BEGIN navigation -->
91<div class="navigationBar">
92{cat_infos.navigation.NAV_BAR}
93</div>
94<!-- END navigation -->
95<!-- BEGIN comment -->
96<div class="additional_info">{cat_infos.comment.COMMENTS}</div>
97<!-- END comment -->
98<!-- END cat_infos -->
99
100<!-- BEGIN related_tags -->
101  <ul id="fullTagCloud">
102    <li>{lang:Related tags}:</li>
103    <!-- BEGIN tag -->
104    <li><a href="{related_tags.tag.URL}" class="{related_tags.tag.CLASS}" title="{related_tags.tag.TITLE}">{related_tags.tag.NAME}</a></li>
105    <!-- END tag -->
106  </ul>
107<!-- END related_tags -->
108
109{PLUGIN_INDEX_CONTENT_END}
110</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.