Changeset 13788 for trunk/themes/default/template
- Timestamp:
- Mar 28, 2012, 9:35:03 PM (13 years ago)
- Location:
- trunk/themes/default/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/index.tpl
r13773 r13788 2 2 {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} 3 3 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> 4 <div class="titrePage ">4 <div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if}"> 5 5 <ul class="categoryActions"> 6 6 {if !empty($image_orders)} … … 126 126 127 127 {if isset($chronology.TITLE)} 128 <h2 >{$chronology.TITLE}</h2>128 <h2 class="calendarTitle">{$chronology.TITLE}</h2> 129 129 {/if} 130 130 -
trunk/themes/default/template/slideshow.tpl
r13474 r13788 1 <div id=" imageHeaderBar">2 <div class="browsePath">3 {if isset($U_SLIDESHOW_STOP) } 4 [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] 5 {/if} 6 <h2 class="showtitle">{$current.TITLE}</h2>7 </div>8 <div class="imageNumber">{$PHOTO}</div>9 </div>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 10 11 <div id="imageToolBar"> 12 {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} 13 </div> 11 <div id="imageToolBar"> 12 <div class="imageNumber">{$PHOTO}</div> 13 {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} 14 </div> 14 15 15 <div id="content"> 16 <div id="theImage"> 17 {$ELEMENT_CONTENT} 18 {if isset($COMMENT_IMG)} 19 <p class="showlegend">{$COMMENT_IMG}</p> 20 {/if} 21 </div> 22 </div> 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 TracChangeset
for help on using the changeset viewer.