source: extensions/piclens/piclenswall.tpl @ 3417

Last change on this file since 3417 was 3410, checked in by tiico, 15 years ago
File size: 1.1 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}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}" />
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                        {if $transparent}
17                        <param name="wmode" value="transparent" />
18                        {/if}
19                        <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}" width="100%" height="{$height}" showEmbed="{$showembed}" showSearch="{$showsearch}" allowFullScreen="{$showfullscreen}" allowScriptAccess="always" />
20        </object>
21        </center>
22
23
24</div>
25{/if}
Note: See TracBrowser for help on using the repository browser.