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

   1  {* Real video - Admin preview *}
   2  
   3  <div class="content-view-full">
   4      <div class="class-real_video">
   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 classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
  16                  {section show=$attribute.content.width|gt( 0 )}width="{$attribute.content.width}"{/section} {section show=$attribute.content.height|gt( 0 )}height="{$attribute.content.height}"{/section}>
  17          <param name="src" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} />
  18          <param name="controls" value="{$attribute.content.controls}" />
  19          <param name="autostart" value="{section show=$attribute.content.is_autoplay}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                 pluginspage="http://real.com"
  23                 type="audio/x-pn-realaudio-plugin"
  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} autostart="{section show=$attribute.content.is_autoplay}true{/section}"
  25                 controls="{$attribute.content.controls}" >
  26          </embed>
  27          </object>
  28      {section-else}
  29          {'No media file is available.'|i18n( 'design/admin/content/datatype' )}
  30      {/section}
  31      {/let}
  32      </div>
  33  
  34      </div>
  35  </div>


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