[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/design/admin/override/templates/admin_preview/ -> flash.tpl (source)

   1  {* Flash - Admin preview *}
   2  
   3  <div class="content-view-full">
   4      <div class="class-flash">
   5  
   6      <h1>{$node.name|wash}</h1>
   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 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
  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} id="objectid{$node.object.id}">
  16  
  17          <param name="movie" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} />
  18          <param name="quality" value="{$attribute.content.quality}" />
  19          <param name="play" value="{section show=$attribute.content.is_autoplay}true{/section}" />
  20          <param name="loop" value="{section show=$attribute.content.is_loop}true{/section}" />
  21          <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl}
  22                 quality="{$attribute.content.quality}" pluginspage="{$attribute.content.pluginspage}"
  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} play="{section show=$attribute.content.is_autoplay}true{/section}"
  24                 loop="{section show=$attribute.content.is_loop}true{/section}" name="objectid{$node.object.id}">
  25          </embed>
  26          </object>
  27      {/let}
  28      </div>
  29  
  30      </div>
  31  </div>


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