Ignore:
Timestamp:
Jul 25, 2009, 6:08:26 PM (15 years ago)
Author:
flop25
Message:

_test new type of theme
_change version_checker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/index.tpl

    r3579 r3677  
    1212      <td id="section_left">&nbsp;</td>
    1313      <td id="section_in">
    14   <div class="titrePage">
    15     <ul class="categoryActions">
    16       {if !empty($image_orders) }
    17       <li>
    18       {'Sort order'|@translate}:
    19       <select onchange="document.location = this.options[this.selectedIndex].value;">
    20         {foreach from=$image_orders item=image_order }
    21         <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option>
    22         {/foreach}
    23       </select>
    24       </li>
    25       {/if}
    26 
    27       {if isset($U_CADDIE) }
    28       <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>
    29       {/if}
    30 
    31       {if isset($U_EDIT) }
    32       <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>
    33       {/if}
    34 
    35       {if isset($U_SEARCH_RULES) }
    36       <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>
    37       {/if}
    38 
    39       {if isset($U_SLIDESHOW) }
    40       <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>
    41       {/if}
    42 
    43       {if isset($U_MODE_FLAT) }
    44       <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>
    45       {/if}
    46 
    47       {if isset($U_MODE_NORMAL) }
    48       <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>
    49       {/if}
    50 
    51       {if isset($U_MODE_POSTED) }
    52       <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>
    53       {/if}
    54      
    55       {if isset($U_MODE_CREATED) }
    56       <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>
    57       {/if}
    58      
    59       {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
    60     </ul>
    61 
    62   <h2>{$TITLE}</h2>
    63 
    64   {if isset($chronology_views) }
    65   <div class="calendarViews">{'calendar_view'|@translate}:
    66     <select onchange="document.location = this.options[this.selectedIndex].value;">
    67       {foreach from=$chronology_views item=view}
    68       <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
    69       {/foreach}
    70     </select>
    71   </div>
    72   {/if}
    73 
    74   {if isset($chronology.TITLE) }
    75   <h2>{$chronology.TITLE}</h2>
    76   {/if}
    77 
    78   </div> <!-- titrePage -->
     14          <div class="titrePage">
     15                <ul class="categoryActions">
     16                  {if !empty($image_orders) }
     17                  <li>
     18                  {'Sort order'|@translate}:
     19                  <select onchange="document.location = this.options[this.selectedIndex].value;">
     20                        {foreach from=$image_orders item=image_order }
     21                        <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option>
     22                        {/foreach}
     23                  </select>
     24                  </li>
     25                  {/if}
     26       
     27                  {if isset($U_CADDIE) }
     28                  <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>
     29                  {/if}
     30       
     31                  {if isset($U_EDIT) }
     32                  <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>
     33                  {/if}
     34       
     35                  {if isset($U_SEARCH_RULES) }
     36                  <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>
     37                  {/if}
     38       
     39                  {if isset($U_SLIDESHOW) }
     40                  <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>
     41                  {/if}
     42       
     43                  {if isset($U_MODE_FLAT) }
     44                  <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>
     45                  {/if}
     46       
     47                  {if isset($U_MODE_NORMAL) }
     48                  <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>
     49                  {/if}
     50       
     51                  {if isset($U_MODE_POSTED) }
     52                  <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>
     53                  {/if}
     54                 
     55                  {if isset($U_MODE_CREATED) }
     56                  <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>
     57                  {/if}
     58                 
     59                  {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
     60                </ul>
     61       
     62          <h2>{$TITLE}</h2>
     63       
     64          {if isset($chronology_views) }
     65          <div class="calendarViews">{'calendar_view'|@translate}:
     66                <select onchange="document.location = this.options[this.selectedIndex].value;">
     67                  {foreach from=$chronology_views item=view}
     68                  <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
     69                  {/foreach}
     70                </select>
     71          </div>
     72          {/if}
     73       
     74          {if isset($chronology.TITLE) }
     75          <h2>{$chronology.TITLE}</h2>
     76          {/if}
     77       
     78          </div> <!-- titrePage -->
    7979
    8080{if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
Note: See TracChangeset for help on using the changeset viewer.