Changeset 12604 for extensions/gally/gally-default
- Timestamp:
- Nov 11, 2011, 4:27:43 PM (13 years ago)
- Location:
- extensions/gally/gally-default/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gally/gally-default/template/month_calendar.tpl
r6109 r12604 73 73 <td class="calDayCellFull"> 74 74 <div class="calBackDate">{$day.DAY}</div><div class="calForeDate">{$day.DAY}</div> 75 <div class="calImg ">75 <div class="calImg sTipOnRight" title="{$pwg->l10n_dec('%d image','%d images', $day.NB_ELEMENTS)}" > 76 76 <a href="{$day.U_IMG_LINK}"> 77 <img style="{$day.IMAGE_STYLE}" src="{$day.IMAGE}" alt="{$day.IMAGE_ALT}" title="{$pwg->l10n_dec('%d image','%d images', $day.NB_ELEMENTS)}"/>77 <img style="{$day.IMAGE_STYLE}" src="{$day.IMAGE}" alt="{$day.IMAGE_ALT}" /> 78 78 </a> 79 79 </div> -
extensions/gally/gally-default/template/picture.tpl
r12594 r12604 1 1 <!-- **GBL** >PICTURE> --> 2 3 {if isset($MENUBAR) and #menuAnimated# == "noswitch"}4 <div class="titrePage" id='titrePageID'>5 {$MENUBAR}6 </div>7 {/if}8 9 10 11 2 12 3 {include file='dialogs.tpl'} … … 28 19 </div> 29 20 30 <div id="imageHeaderBar"> 31 32 {if isset($MENUBAR) and #menuAnimated# != "noswitch"} 33 <div class="titrePage" id='titrePageID'> 21 22 {if isset($MENUBAR)} 23 <div id="imageHeaderBar" class="menu"> 24 <div class="titrePage" id='titrePageID'> 25 {if #menuAnimated# == "noswitch"} 26 {$MENUBAR} 27 {else} 34 28 <div id="menuswitcher"> 35 29 <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');"> 36 30 </a> 37 31 </div> 38 </div> 39 {$MENUBAR} 40 {/if} 32 {$MENUBAR} 33 {/if} 34 </div> 35 {else} 36 <div id="imageHeaderBar"> 37 {/if} 41 38 42 39 <div class="browsePath"> … … 50 47 51 48 {if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if} 49 52 50 <div id="imageToolBar"> 53 51 <div id="imageToolBarContainer" class="uiImg">
Note: See TracChangeset
for help on using the changeset viewer.