[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/design/standard/templates/content/datatype/pdf/ -> ezimage.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  
   3  {default image_class=large
   4           alignment=false()
   5           hspace=false()
   6           border_size=0}
   7  {let image_content=$attribute.content}
   8  {section show=$image_content.original.is_valid}
   9    {let image=$image_content[$image_class]}
  10  
  11         {pdf(image,hash(src,$image.full_path,
  12                             width,$image.width,
  13                             height,$image.height,
  14                             border,$border_size,
  15                             align,$attribute_parameters.align))}
  16  
  17    {/let}
  18  {/section}
  19  {/let}
  20  {/default}


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