aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/slideshow.tpl
blob: 1be2c5a819b2b5b2170c4ef47c99a0e4a0adf114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- $Id$ -->
<div id="imageHeaderBar">
  <div class="browsePath">
    <!-- BEGIN stop_slideshow -->
    [ <a href="{stop_slideshow.U_SLIDESHOW}">{lang:slideshow_stop}</a> ]
    <!-- END stop_slideshow -->
  </div>
  <div class="imageNumber">{PHOTO}</div>
  <!-- BEGIN title -->
  <h2 class="showtitle">{TITLE}</h2>
  <!-- END title -->
</div>

<div id="imageToolBar">
  {NAV_BUTTONS}
</div>

<div id="theImage">
  {ELEMENT_CONTENT}
  <!-- BEGIN legend -->
  <p class="showlegend">{legend.COMMENT_IMG}</p>
  <!-- END legend -->
</div>