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

   1  {* Flash - Full view *}
   2  
   3  <div class="content-view-full">
   4      <div class="class-flash">
   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 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                 type="application/x-shockwave-flash"
  23                 quality="{$attribute.content.quality}" pluginspage="{$attribute.content.pluginspage}"
  24                 {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}"
  25                 loop="{section show=$attribute.content.is_loop}true{/section}" name="objectid{$node.object.id}">
  26          </embed>
  27          </object>
  28      {/let}
  29      </div>
  30  
  31      </div>
  32  </div>


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