source: extensions/Fotorama/template/fotorama.tpl

Last change on this file was 29975, checked in by JanisV, 10 years ago

Rollback image_h

  • Property svn:executable set to *
File size: 523 bytes
Line 
1<script>
2var image_w = {$item_height};
3var image_h = {$item_height};
4</script>
5
6<div id="slideshow">
7  <div id="imageHeaderBar">
8        <div class="browsePath">
9          {if isset($U_SLIDESHOW_STOP) }
10                [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|translate}</a> ]
11          {/if}
12          <h2 class="showtitle">{$current.TITLE}</h2>
13        </div>
14  </div>
15
16  <div id="imageToolBar">
17        <div class="imageNumber">{$PHOTO}</div>
18  </div>
19
20  <div id="content">
21        <div id="theImage">
22      {include file=$FOTORAMA_CONTENT_PATH}
23        </div>
24  </div>
25</div>
Note: See TracBrowser for help on using the repository browser.