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

   1  {* Windows media - Admin preview *}
   2  
   3  <div class="content-view-full">
   4      <div class="class-windows_media">
   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 ID="MediaPlayer"  CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." type="application/x-oleobject"
  16                  {section show=$attribute.content.width|gt( 0 )}width="{$attribute.content.width}"{/section} {section show=$attribute.content.width|gt( 0 )}height="{$attribute.content.height}"{/section}>
  17          <param name="filename" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} />
  18          <param name="autostart" value="{$attribute.content.is_autoplay}" />
  19          <param name="showcontrols" value="{$attribute.content.has_controller}" />
  20          <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl}
  21                 type="application/x-mplayer2" 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} autostart="{$attribute.content.is_autoplay}"
  23                 showcontrols="{$attribute.content.has_controller}" >
  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