[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/base/override/templates/embed/ -> quicktime.tpl (source)

   1  <div class="view-embed">
   2      <div class="content-media">
   3      {let attribute=$object.data_map.file}
   4          <object {section show=$attribute.content.width|gt( 0 )}width="{$attribute.content.width}"{/section} {section show=$attribute.content.height|gt( 0 )}height="{$attribute.content.height}"{/section}>
   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                 type="video/quicktime"
  11                 pluginspage="{$attribute.content.pluginspage}"
  12                 {section show=$attribute.content.width|gt( 0 )}width="{$attribute.content.width}"{/section} {section show=$attribute.content.height|gt( 0 )}height="{$attribute.content.height}"{/section} play="{section show=$attribute.content.is_autoplay}true{/section}"
  13                 loop="{section show=$attribute.content.is_loop}true{/section}" controller="{section show=$attribute.content.has_controller}true{/section}" >
  14          </embed>
  15          </object>
  16      {/let}
  17      </div>
  18  </div>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7