Ignore:
Timestamp:
Mar 14, 2011, 5:12:07 PM (13 years ago)
Author:
flop25
Message:

updating tpl files
delete of picture.css
Theme URI updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/index.tpl

    r9237 r9675  
    88      <td id="section_up">
    99                  <div class="titrePage">
    10                 <ul class="categoryActions">
    11                   {if !empty($image_orders) }
    12                   <li>
    13                   {'Sort order'|@translate}:
    14                   <select onchange="document.location = this.options[this.selectedIndex].value;">
    15                         {foreach from=$image_orders item=image_order }
    16                         <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option>
    17                         {/foreach}
    18                   </select>
    19                   </li>
    20                   {/if}
    21        
    22                   {if isset($U_CADDIE) }
    23                   <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>
    24                   {/if}
    25        
    26                   {if isset($U_EDIT) }
    27                   <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>
    28                   {/if}
    29        
    30                   {if isset($U_SEARCH_RULES) }
    31                   <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>
    32                   {/if}
    33        
    34                   {if isset($U_SLIDESHOW) }
    35                   <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>
    36                   {/if}
    37        
    38                   {if isset($U_MODE_FLAT) }
    39                   <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-categories'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-categories'|@translate}" /></a></li>
    40                   {/if}
    41        
    42                   {if isset($U_MODE_NORMAL) }
    43                   <li><a href="{$U_MODE_NORMAL}" title="{'return to normal view mode'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'return to normal view mode'|@translate}" /></a></li>
    44                   {/if}
    45        
    46                   {if isset($U_MODE_POSTED) }
    47                   <li><a href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'display a calendar by posted date'|@translate}" /></a></li>
    48                   {/if}
    49                  
    50                   {if isset($U_MODE_CREATED) }
    51                   <li><a href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'display a calendar by creation date'|@translate}" /></a></li>
    52                   {/if}
    53                  
    54                   {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
    55                 </ul>
    56        
    57           <h2>{$TITLE}</h2>
    58        
    59           {if isset($chronology_views) }
    60           <div class="calendarViews">{'calendar_view'|@translate}:
    61                 <select onchange="document.location = this.options[this.selectedIndex].value;">
    62                   {foreach from=$chronology_views item=view}
    63                   <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
    64                   {/foreach}
    65                 </select>
    66           </div>
    67           {/if}
    68        
    69           {if isset($chronology.TITLE) }
    70           <h2>{$chronology.TITLE}</h2>
    71           {/if}
    72        
    73           </div> <!-- titrePage -->
    74 
     10          <ul class="categoryActions">
     11            {if !empty($image_orders)}
     12                <li>{'Sort order'|@translate}: {strip}
     13                <select onchange="document.location = this.options[this.selectedIndex].value;">
     14                  {foreach from=$image_orders item=image_order}
     15                  <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option>
     16                  {/foreach}
     17                </select>
     18            {/strip}</li>
     19            {/if}
     20            {if isset($favorite)}
     21                <li><a href="{$favorite.U_FAVORITE}" title="{'delete all photos from your favorites'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     22                  <span class="pwg-icon pwg-icon-favorite-del"> </span><span class="pwg-button-text">{'delete all photos from your favorites'|@translate}</span>
     23                </a></li>
     24            {/if}
     25            {if isset($U_CADDIE)}
     26                <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}" class="pwg-state-default pwg-button">
     27                  <span class="pwg-icon pwg-icon-caddie-add"> </span><span class="pwg-button-text">{'caddie'|@translate}</span>
     28                </a></li>
     29            {/if}
     30            {if isset($U_EDIT)}
     31                <li><a href="{$U_EDIT}" title="{'edit'|@translate}" class="pwg-state-default pwg-button">
     32                  <span class="pwg-icon pwg-icon-category-edit"> </span><span class="pwg-button-text">{'edit'|@translate}</span>
     33                </a></li>
     34            {/if}
     35            {if isset($U_SEARCH_RULES)}
     36                {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
     37                <li><a href="{$U_SEARCH_RULES}" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     38                  <span class="pwg-icon pwg-icon-help"> </span><span class="pwg-button-text">(?)</span>
     39                </a></li>
     40            {/if}
     41            {if isset($U_SLIDESHOW)}
     42                <li>{strip}<a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     43                  <span class="pwg-icon pwg-icon-slideshow"> </span><span class="pwg-button-text">{'slideshow'|@translate}</span>
     44                </a>{/strip}</li>
     45            {/if}
     46            {if isset($U_MODE_FLAT)}
     47                <li>{strip}<a href="{$U_MODE_FLAT}" title="{'display all photos in all sub-albums'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     48                  <span class="pwg-icon pwg-icon-category-view-flat"> </span><span class="pwg-button-text">{'display all photos in all sub-albums'|@translate}</span>
     49                </a>{/strip}</li>
     50            {/if}
     51            {if isset($U_MODE_NORMAL)}
     52                <li>{strip}<a href="{$U_MODE_NORMAL}" title="{'return to normal view mode'|@translate}" class="pwg-state-default pwg-button">
     53                  <span class="pwg-icon pwg-icon-category-view-normal"> </span><span class="pwg-button-text">{'return to normal view mode'|@translate}</span>
     54                </a>{/strip}</li>
     55            {/if}
     56            {if isset($U_MODE_POSTED)}
     57                <li>{strip}<a href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     58                  <span class="pwg-icon pwg-icon-calendar"> </span><span class="pwg-button-text">{'Calendar'|@translate}</span>
     59                </a>{/strip}</li>
     60            {/if}
     61            {if isset($U_MODE_CREATED)}
     62                <li>{strip}<a href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     63                  <span class="pwg-icon pwg-icon-camera-calendar"> </span><span class="pwg-button-text">{'Calendar'|@translate}</span>
     64                </a>{/strip}</li>
     65            {/if}
     66            {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
     67          </ul>
     68       
     69        <h2>{$TITLE}</h2>
     70       
     71        {if isset($chronology_views)}
     72        <div class="calendarViews">{'View'|@translate}:
     73          <select onchange="document.location = this.options[this.selectedIndex].value;">
     74            {foreach from=$chronology_views item=view}
     75            <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
     76            {/foreach}
     77          </select>
     78        </div>
     79        {/if}
     80       
     81        {if isset($chronology.TITLE)}
     82        <h2>{$chronology.TITLE}</h2>
     83        {/if}
     84           
     85                        </div>{* <!-- titrePage --> *} 
    7586          </td>
    7687      <td id="section_up_right">&nbsp;</td>
     
    7990      <td id="section_left">&nbsp;</td>
    8091      <td id="section_in">
    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;margin:10px 16px">{'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($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
    114                
    115                 {if !empty($CONTENT_DESCRIPTION) }
    116                 <div class="additional_info">
    117                   {$CONTENT_DESCRIPTION}
    118                 </div>
    119                 {/if}
    120                
    121                 {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if}
     92
     93        {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
     94       
     95        {if !empty($category_search_results)}
     96        <div style="font-size:16px;margin:10px 16px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
     97          <em><strong>
     98          {foreach from=$category_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 !empty($tag_search_results)}
     107        <div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
     108          <em><strong>
     109          {foreach from=$tag_search_results item=res name=res_loop}
     110          {if !$smarty.foreach.res_loop.first} &mdash; {/if}
     111          {$res}
     112          {/foreach}
     113          </strong></em>
     114        </div>
     115        {/if}
     116       
     117        {if isset($FILE_CHRONOLOGY_VIEW)}
     118        {include file=$FILE_CHRONOLOGY_VIEW}
     119        {/if}
     120       
     121        {if !empty($CONTENT_DESCRIPTION)}
     122        <div class="additional_info">
     123          {$CONTENT_DESCRIPTION}
     124        </div>
     125        {/if}
     126       
     127        {if !empty($CATEGORIES)}{$CATEGORIES}{/if}
     128        {if !empty($THUMBNAILS)}
     129        <ul class="thumbnails" id="thumbnails">
     130        {$THUMBNAILS}
     131        </ul>
     132        {/if}
     133       
     134        {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
     135       
     136        {if !empty($PLUGIN_INDEX_CONTENT_END)}{$PLUGIN_INDEX_CONTENT_END}{/if}
    122137      </td>
    123138          <td id="section_right">&nbsp;</td>
Note: See TracChangeset for help on using the changeset viewer.