Luxbum.net - Script de galerie photo

Changeset 328

Show
Ignore:
Timestamp:
08/31/08 17:40:46 (2 years ago)
Author:
nicolas
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/templates/public/luxbum/_header.html

    r201 r328  
    55    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66    <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 
    7     <title>{$cfg['gallery_name']}</title> 
     7    <title>{$cfg['gallery_name']}{if $gallery} - {$gallery.niceName}{/if}</title> 
    88 
    99        {style} 
    10          
     10 
    1111  </head> 
  • trunk/templates/public/luxbum/slideshow.html

    r227 r328  
    1818    <!-- 
    1919      var photosURL = new Array(); 
     20      var ids = new Array(); 
    2021 
    2122      {assign $cpt =0} 
    2223      {foreach $gallery as $img} 
    2324      photosURL[{$cpt}] = "{$img.previewUrl}"; 
     25      ids[{$cpt}] = "{$img.dir|escurl}{$img.file|escurl}"; 
    2426      {assign $cpt=$cpt+1} 
    2527      {/foreach} 
     
    2830      var slide_speed = {$cfg['slideshow_time']}; 
    2931      var first = {$first}; 
     32      var urlbase = '{$cfg['url_base']}'; 
    3033     --> 
    3134  </script> 
  • trunk/templates/public/photoblog/display.html

    r242 r328  
    77    <div class="imgprevious"> 
    88      <a href="{$gallery.linkPreviousDisplay}"> 
     9        &laquo; {i18n 'prev'} 
    910        <img src="{$gallery.imagePreviousDisplay}"/> 
    10         &laquo; {i18n 'prev'}</a> 
     11      </a> 
    1112    </div> 
    1213  {/if} 
     
    1617  {else} 
    1718  <div class="imgnext"> 
    18     <a href="{$gallery.linkNextDisplay}"><img src="{$gallery.imageNextDisplay}"/> 
    19       {i18n 'next'} &raquo;</a> 
     19    <a href="{$gallery.linkNextDisplay}"> 
     20      {i18n 'next'} &raquo; 
     21      <img src="{$gallery.imageNextDisplay}"/> 
     22    </a> 
    2023  </div> 
    2124  {/if} 
  • trunk/templates/public/photoblog/index.html

    r240 r328  
    6161    {/if} 
    6262    {if $gallery.totalCount > 0 && !$gallery->isPrivateAndLocked()} 
    63             <h3><a href="#">{i18n 'Diaporama'}</a></h3> 
     63            <h3><a href="#">{i18n "Slideshow"}</a></h3> 
    6464    {/if} 
    6565    </div> 
     
    9797  </div> 
    9898</div> 
    99   <p style="clear:both;"></p> 
    10099{/if} 
    101   <p style="clear:both;"></p> 
     100<p style="clear:both;"></p> 
    102101 
    103102{include '_footer.html'}