source: trunk/template/yoga/slideshow.tpl @ 1836

Last change on this file since 1836 was 1836, checked in by vdigital, 17 years ago

Minor changes:

  • last 2 buttons in Modify category
  • Title and description on slideshow (with css classes to hide them)
  • Category names centered on p0w0
  • some display reviews on wipi
File size: 549 bytes
Line 
1<!-- $Id: slideshow.tpl 1672 2006-12-17 11:02:09Z vdigital $ -->
2<div id="imageHeaderBar">
3  <div class="browsePath">
4    <!-- BEGIN stop_slideshow -->
5    [ <a href="{stop_slideshow.U_SLIDESHOW}">{lang:slideshow_stop}</a> ]
6    <!-- END stop_slideshow -->
7  </div>
8  <div class="imageNumber">{PHOTO}</div>
9  <!-- BEGIN title -->
10  <h2 class="showtitle">{TITLE}</h2>
11  <!-- END title -->
12</div>
13<div id="theImage">
14  {ELEMENT_CONTENT}
15<!-- BEGIN legend -->
16<p class="showlegend">{legend.COMMENT_IMG}</p>
17<!-- END legend -->
18</div>
Note: See TracBrowser for help on using the repository browser.