Ignore:
Timestamp:
Mar 14, 2012, 2:52:28 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.5.2

  • more flexible layout for thumbnails
  • more flexible layout for categories
  • restore the possibility to hide thumbnails caption.
  • center image in slideshow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/slideshow.tpl

    r13547 r13557  
    11{html_head}
    22{literal}
    3 <style>#copyright {display: none;}</style>
     3<style>
     4  #copyright { display: none; }
     5</style>
    46{/literal}
    57{/html_head}
    6 <div id="slideshow" class="titrePage">
    7   <div class="imageNumber">{$PHOTO}</div>
    8   {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
    9   {if $SHOW_PICTURE_NAME_ON_TITLE }
    10   <h2>{$current.TITLE}</h2>
    11   {/if}
     8<div id="slideshow">
     9  <div class="titrePage">
     10    <div class="imageNumber">{$PHOTO}</div>
     11    {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
     12    {if $SHOW_PICTURE_NAME_ON_TITLE }
     13    <h2>{$current.TITLE}</h2>
     14    {/if}
     15  </div>
     16  <div id="theImage">
     17    {$ELEMENT_CONTENT}
     18    {if isset($COMMENT_IMG)}
     19    <p class="showlegend">{$COMMENT_IMG}</p>
     20    {/if}
     21  </div>
    1222</div>
    13 <div id="theImage">
    14   {$ELEMENT_CONTENT}
    15   {if isset($COMMENT_IMG)}
    16   <p class="showlegend">{$COMMENT_IMG}</p>
    17   {/if}
    18 </div>
Note: See TracChangeset for help on using the changeset viewer.