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

   1  {* Quicktime - Admin preview *}
   2  
   3  <div class="content-view-full">
   4      <div class="class-quicktime">
   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      {section show=$attribute.has_content}
  15          <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} codebase="http://www.apple.com/qtactivex/qtplugin.cab">
  16          <param name="movie" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} />
  17          <param name="controller" value="{section show=$attribute.content.has_controller}true{/section}" />
  18          <param name="autoplay" value="{section show=$attribute.content.is_autoplay}true{/section}" />
  19          <param name="loop" value="{section show=$attribute.content.is_loop}true{/section}" />
  20          <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl}
  21                 pluginspage="{$attribute.content.pluginspage}"
  22                 {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}"
  23                 loop="{section show=$attribute.content.is_loop}true{/section}" controller="{section show=$attribute.content.has_controller}true{/section}" >
  24          </embed>
  25          </object>
  26      {section-else}
  27          {'No media file is available.'|i18n( 'design/admin/content/datatype' )}
  28      {/section}
  29      {/let}
  30      </div>
  31  
  32      </div>
  33  </div>


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