source: extensions/piclens/piclenswall.tpl @ 3536

Last change on this file since 3536 was 3536, checked in by tiico, 15 years ago

Add extended description integration for category name
Correct chinese language
Correct embeded wall title (not show)
Add blank name parameter for image name in the wall
Add/Correct rank order in the rss feed
Add row number parameter for the embeded wall

File size: 1.3 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;numRows={$nbligne}&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            <param name="flashvars" value="feed=api://www.flickr.com/&amp;style={$color}&amp;numRows={$nbligne}" />
17           
18                        {if $transparent}
19                        <param name="wmode" value="transparent" />
20                        {/if}
21                        <embed {if $transparent}WMODE="transparent" {/if} type="application/x-shockwave-flash" src="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;numRows={$nbligne}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}" width="100%" height="{$height}" showEmbed="{$showembed}" showSearch="{$showsearch}" allowFullScreen="{$showfullscreen}" allowScriptAccess="always" style="{$color}" numRows="{$nbligne}"/>
22        </object>
23        </center>
24
25
26</div>
27{/if}
Note: See TracBrowser for help on using the repository browser.