source: extensions/Versa/template/slideshow.tpl @ 31833

Last change on this file since 31833 was 31833, checked in by lexming, 7 years ago

Initial commit

  • Property svn:executable set to *
File size: 380 bytes
Line 
1<div id="slideshow">
2        <div id="content">
3        <div id="theImage">
4          {$ELEMENT_CONTENT}
5        </div>
6        </div>
7       
8        <div id="imageHeaderBar">
9          <div class="browsePath">
10                        <h2 class="showtitle">{$current.TITLE}</h2>
11          </div>
12        </div>
13
14        <ul id="imageToolBar">
15          {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
16          <li class="imageNumber">{$PHOTO}</li>
17        </ul>
18</div>
Note: See TracBrowser for help on using the repository browser.