source: extensions/piclens/piclenswall.tpl @ 14974

Last change on this file since 14974 was 8780, checked in by Gotcha, 13 years ago

Ajout de 3 nouvelles options

  • showItemEmbed - Show "Sharing" links
  • showLinkOut - Show the button that links out to the original content
  • showClose - Show the "Close" button on individual items

Suppression de la traduction de l'option #1 qui ne coïncide plus avec les nouvelles versions de Cooliris
MAJ du player cooliris.swf
Résolution du bug:1397 (Bug d'affichage sur catégories spéciales)

bug:1397

File size: 4.2 KB
Line 
1
2{if isset($rssfeed)}
3
4<div class="content piclens">
5        <div class="titrePage">
6        <h2>{$piclenswalltitle}</h2>
7        </div>
8        <center>
9        <object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
10                width="100%" height="{$height}px" >
11                        <param name="movie" value="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;showItemEmbed={$showitemembed}&amp;showLinkOut={$showlinkout}&amp;showClose={$showclose}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}&amp;backgroundColor={$backgroundColor}&amp;glowColor={$glowColor}&amp;descriptionHeight={$descriptionHeight}&amp;tilt={$tilt}{if isset($backgroundImage)}&amp;backgroundImage={$backgroundImage}{/if}{if isset($tutorial)}&amp;tutorial={$tutorial}{/if}{if isset($customButton)}&amp;customButton={$customButton}{/if}{if isset($icons)}&amp;icons={$icons}{/if}{if isset($linkCSS)}&amp;linkCSS={$linkCSS}{/if}" />
12                        <param name="allowFullScreen" value="{$showfullscreen}" />
13                        <param name="showEmbed" value="{$showembed}" />
14                        <param name="showSearch" value="{$showsearch}" />
15                        <param name="showItemEmbed" value="{$showitemembed}" />
16                        <param name="showLinkOut" value="{$showlinkout}" />
17                        <param name="showClose" value="{$showclose}" />
18                        <param name="allowScriptAccess" value="always" />
19            <param name="flashvars" value="feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;showItemEmbed={$showitemembed}&amp;showLinkOut={$showlinkout}&amp;showClose={$showclose}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}&amp;backgroundColor={$backgroundColor}&amp;glowColor={$glowColor}&amp;descriptionHeight={$descriptionHeight}&amp;tilt={$tilt}{if isset($backgroundImage)}&amp;backgroundImage={$backgroundImage}{/if}{if isset($tutorial)}&amp;tutorial={$tutorial}{/if}{if isset($customButton)}&amp;customButton={$customButton}{/if}{if isset($icons)}&amp;icons={$icons}{/if}{if isset($linkCSS)}&amp;linkCSS={$linkCSS}{/if}" />
20
21           
22                        {if $transparent}
23                        <param name="wmode" value="transparent" />
24                        {/if}
25                        <embed {if $transparent}WMODE="transparent" {/if} type="application/x-shockwave-flash" src="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;showItemEmbed={$showitemembed}&amp;showLinkOut={$showlinkout}&amp;showClose={$showclose}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}&amp;backgroundColor={$backgroundColor}&amp;glowColor={$glowColor}&amp;descriptionHeight={$descriptionHeight}&amp;tilt={$tilt}{if isset($backgroundImage)}&amp;backgroundImage={$backgroundImage}{/if}{if isset($tutorial)}&amp;tutorial={$tutorial}{/if}{if isset($customButton)}&amp;customButton={$customButton}{/if}{if isset($icons)}&amp;icons={$icons}{/if}{if isset($linkCSS)}&amp;linkCSS={$linkCSS}{/if}" width="100%" height="{$height}px" showItemEmbed="{$showitemembed}" showEmbed="{$showembed}" showSearch="{$showsearch}" allowFullScreen="{$showfullscreen}" allowScriptAccess="always" style="{$color}" numRows="{$nbligne}" showChrome="{$showChrome}" showDescription="{$showDescription}" showReflections="{$showReflections}" showTutorial="{$showTutorial}" showNavArrows="{$showNavArrows}"  backgroundAlpha="{$backgroundAlpha}" backgroundColor="{$backgroundColor}" glowColor="{$glowColor}" descriptionHeight="{$descriptionHeight}" tilt="{$tilt}" {if isset($backgroundImage)}backgroundImage="{$backgroundImage}"{/if} {if isset($tutorial)}tutorial="{$tutorial}"{/if} {if isset($customButton)}customButton="{$customButton}"{/if} {if isset($icons)}icons="{$icons}"{/if} {if isset($linkCSS)}linkCSS="{$linkCSS}"{/if}/>
26        </object>
27        </center>
28
29</div>
30{/if}
Note: See TracBrowser for help on using the repository browser.