Last change
on this file since 7524 was
3614,
checked in by tiico, 15 years ago
|
Modify parameters format for name and descriptions in rss feed (use preformated parameters like Flash_Gallery)
Increase length for config zone in tpl
|
File size:
3.8 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}" > |
---|
11 | <param name="movie" value="{$swf_link}?feed={$rssfeed}&style={$color}&showEmbed={$showembed}&showFullScreen={$showfullscreen}&showSearch={$showsearch}&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}" /> |
---|
12 | <param name="allowFullScreen" value="{$showfullscreen}" /> |
---|
13 | <param name="showEmbed" value="{$showembed}" /> |
---|
14 | <param name="showSearch" value="{$showsearch}" /> |
---|
15 | <param name="allowScriptAccess" value="always" /> |
---|
16 | <param name="flashvars" value="feed={$rssfeed}&style={$color}&showEmbed={$showembed}&showFullScreen={$showfullscreen}&showSearch={$showsearch}&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}" /> |
---|
17 | |
---|
18 | |
---|
19 | {if $transparent} |
---|
20 | <param name="wmode" value="transparent" /> |
---|
21 | {/if} |
---|
22 | <embed {if $transparent}WMODE="transparent" {/if} type="application/x-shockwave-flash" src="{$swf_link}?feed={$rssfeed}&style={$color}&showEmbed={$showembed}&showFullScreen={$showfullscreen}&showSearch={$showsearch}&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}" width="100%" height="{$height}" 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}/> |
---|
23 | </object> |
---|
24 | </center> |
---|
25 | |
---|
26 | </div> |
---|
27 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.