Changeset 13115 for trunk/themes/default
- Timestamp:
- Feb 12, 2012, 11:02:59 AM (13 years ago)
- Location:
- trunk/themes/default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/index.tpl
r13074 r13115 9 9 </a> 10 10 <div id="sortOrderBox" style="display:none; text-align:left" onclick="toggleSortOrderBox()" onmouseout="e=event.toElement||event.relatedTarget;e.parentNode==this||e==this||toggleSortOrderBox()"> 11 {'Sort order'|@translate} :12 {foreach from=$image_orders item=image_order }<br>11 {'Sort order'|@translate}<hr> 12 {foreach from=$image_orders item=image_order name=loop}{if !$smarty.foreach.loop.first}<br>{/if} 13 13 {if $image_order.SELECTED} 14 14 <span>{$image_order.DISPLAY}</span> … … 40 40 </a> 41 41 <div id="derivativeSwitchBox" style="display:none; text-align:left" onclick="toggleImageDerivativesBox()" onmouseout="e=event.toElement||event.relatedTarget;e.parentNode==this||e==this||toggleImageDerivativesBox()"> 42 {foreach from=$image_derivatives item=image_derivative name=deriv_loop}{if !$smarty.foreach.deriv_loop.first}<br>{/if} 42 {'Photo sizes'|@translate}<hr> 43 {foreach from=$image_derivatives item=image_derivative name=loop}{if !$smarty.foreach.loop.first}<br>{/if} 43 44 {if $image_derivative.SELECTED} 44 45 <span>{$image_derivative.DISPLAY}</span> -
trunk/themes/default/template/picture.tpl
r13074 r13115 13 13 <div id="imageHeaderBar"> 14 14 <div class="browsePath"> 15 {$SECTION_TITLE} {$LEVEL_SEPARATOR} {$current.TITLE}15 {$SECTION_TITLE} {$LEVEL_SEPARATOR} <h2>{$current.TITLE}</h2> 16 16 </div> 17 17 <div class="imageNumber">{$PHOTO}</div> 18 {if $SHOW_PICTURE_NAME_ON_TITLE}19 <h2>{$current.TITLE}</h2>20 {/if}21 18 </div> 22 19 -
trunk/themes/default/template/slideshow.tpl
r12881 r13115 4 4 [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] 5 5 {/if} 6 <h2 class="showtitle">{$current.TITLE}</h2> 6 7 </div> 7 8 <div class="imageNumber">{$PHOTO}</div> 8 {if $SHOW_PICTURE_NAME_ON_TITLE }9 <h2 class="showtitle">{$current.TITLE}</h2>10 {/if}11 9 </div> 12 10 -
trunk/themes/default/theme.css
r12930 r13115 321 321 322 322 #imageHeaderBar H2 { 323 text-align: center;324 padding: 0;325 clear: both;323 display: inline; 324 text-align: center; 325 padding: 0; 326 326 } 327 327 … … 343 343 position: absolute; 344 344 left: 5px; 345 top: 1 0%;345 top: 12%; 346 346 } 347 347 … … 356 356 text-align: center; 357 357 position: relative; /*so that the drivative switch link is positioned relative to us*/ 358 }359 360 #theImage>IMG {361 display: block;362 margin: 0 auto;363 border: 0;364 358 } 365 359 … … 464 458 A.pwg-state-default:hover { 465 459 border-bottom: 0; /*reset above for icons*/ 466 }467 468 IMG {469 border: 0;470 460 } 471 461
Note: See TracChangeset
for help on using the changeset viewer.