Changeset 13788


Ignore:
Timestamp:
Mar 28, 2012, 9:35:03 PM (12 years ago)
Author:
Zaphod
Message:

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

Location:
trunk/themes/default/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/index.tpl

    r13773 r13788  
    22{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
    33<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    4 <div class="titrePage">
     4<div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if}">
    55        <ul class="categoryActions">
    66{if !empty($image_orders)}
     
    126126
    127127{if isset($chronology.TITLE)}
    128 <h2>{$chronology.TITLE}</h2>
     128<h2 class="calendarTitle">{$chronology.TITLE}</h2>
    129129{/if}
    130130
  • 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>
    1010
    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>
    1415
    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.