source: extensions/simple_themes/simple/template/slideshow.tpl @ 13557

Last change on this file since 13557 was 13557, checked in by plg, 12 years ago

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 size: 497 bytes
RevLine 
[13547]1{html_head}
2{literal}
[13557]3<style>
4  #copyright { display: none; }
5</style>
[13547]6{/literal}
7{/html_head}
[13557]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>
[13546]22</div>
Note: See TracBrowser for help on using the repository browser.