[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Real video - Full view *} 2 3 <div class="content-view-full"> 4 <div class="class-real_video"> 5 6 <h2>{$node.name|wash}</h2> 7 8 <div class="attribute-short"> 9 {attribute_view_gui attribute=$node.data_map.description} 10 </div> 11 12 <div class="content-media"> 13 {let attribute=$node.data_map.file} 14 <object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" 15 {section show=$attribute.content.width|gt( 0 )}width="{$attribute.content.width}"{/section} {section show=$attribute.content.height|gt( 0 )}height="{$attribute.content.height}"{/section}> 16 <param name="src" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} /> 17 <param name="controls" value="{$attribute.content.controls}" /> 18 <param name="autostart" value="{section show=$attribute.content.is_autoplay}true{/section}" /> 19 <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} 20 {*pluginspage="{$attribute.content.pluginspage}"*} 21 pluginspage="http://real.com" 22 type="audio/x-pn-realaudio-plugin" 23 {section show=$attribute.content.width|gt( 0 )}width="{$attribute.content.width}"{/section} {section show=$attribute.content.height|gt( 0 )}height="{$attribute.content.height}"{/section} autostart="{section show=$attribute.content.is_autoplay}true{/section}" 24 controls="{$attribute.content.controls}" > 25 </embed> 26 </object> 27 {/let} 28 </div> 29 30 </div> 31 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |