source: trunk/themes/default/template/slideshow.tpl @ 13788

Last change on this file since 13788 was 13788, checked in by Zaphod, 12 years ago

feature 2588: modifications on index.tpl & slideshow.tpl
New classes & ID:
On index.tpl:
.calendarTitleBar for titrePage when a calendar title is shown
.calendarTitle for second h2 in titrePage
On slideshow.tpl:
#slideshow to indicate that we are on slideshow page

  • Property svn:eol-style set to LF
File size: 578 bytes
Line 
1<div id="slideshow">
2        <div id="imageHeaderBar">
3          <div class="browsePath">
4                {if isset($U_SLIDESHOW_STOP) }
5                [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ]
6                {/if}
7                        <h2 class="showtitle">{$current.TITLE}</h2>
8          </div>
9        </div>
10
11        <div id="imageToolBar">
12          <div class="imageNumber">{$PHOTO}</div>
13          {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
14        </div>
15
16        <div id="content">
17        <div id="theImage">
18          {$ELEMENT_CONTENT}
19          {if isset($COMMENT_IMG)}
20          <p class="showlegend">{$COMMENT_IMG}</p>
21          {/if}
22        </div>
23        </div>
24<div>
Note: See TracBrowser for help on using the repository browser.