[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <div class="view-embed"> 2 <div class="content-media"> 3 {let attribute=$object.data_map.file} 4 <object width="{$attribute.content.width}" height="{$attribute.content.height}"> 5 <param name="movie" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} /> 6 <param name="controller" value="{section show=$attribute.content.has_controller}true{/section}" /> 7 <param name="play" value="{section show=$attribute.content.is_autoplay}true{/section}" /> 8 <param name="loop" value="{section show=$attribute.content.is_loop}true{/section}" /> 9 <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} 10 pluginspage="{$attribute.content.pluginspage}" 11 width="{$attribute.content.width}" height="{$attribute.content.height}" play="{section show=$attribute.content.is_autoplay}true{/section}" 12 loop="{section show=$attribute.content.is_loop}true{/section}" controller="{section show=$attribute.content.has_controller}true{/section}" > 13 </embed> 14 </object> 15 {/let} 16 </div> 17 </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 |