[ 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/ -> real_video.tpl (source)

   1  <div class="view-embed">
   2      <div class="content-media">
   3      {let attribute=$object.data_map.file}
   4          <object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
   5                  width="{$attribute.content.width}" height="{$attribute.content.height}">
   6          <param name="src" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} />
   7          <param name="controls" value="{$attribute.content.controls}" />
   8          <param name="autostart" value="{section show=$attribute.content.is_autoplay}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}" autostart="{section show=$attribute.content.is_autoplay}true{/section}"
  12                 controls="{$attribute.content.controls}" >
  13          </embed>
  14          </object>
  15      {/let}
  16      </div>
  17  </div>


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