[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Windows media - Full view *} 2 3 <div class="content-view-full"> 4 <div class="class-windows_media"> 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 ID="MediaPlayer" CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." type="application/x-oleobject" 15 {section show=$attribute.content.width|gt( 0 )}width="{$attribute.content.width}"{/section} {section show=$attribute.content.width|gt( 0 )}height="{$attribute.content.height}"{/section}> 16 <param name="filename" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} /> 17 <param name="autostart" value="{$attribute.content.is_autoplay}" /> 18 <param name="showcontrols" value="{$attribute.content.has_controller}" /> 19 <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} 20 type="application/x-mplayer2" pluginspage="{$attribute.content.pluginspage}" 21 {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="{$attribute.content.is_autoplay}" 22 showcontrols="{$attribute.content.has_controller}" > 23 </embed> 24 </object> 25 {/let} 26 </div> 27 28 </div> 29 </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 |