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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {pdf(header, hash( type, 2,
   3                     text, $object.name|wash,
   4             size, 24,
   5             align, center ) )}
   6  
   7  {section name=ContentObjectAttribute loop=$object.contentobject_attributes}
   8    {attribute_pdf_gui attribute=$ContentObjectAttribute:item}
   9  {/section}
  10  
  11  {let related=$object.related_contentobject_array}
  12    {section show=$related}
  13      {pdf(header, hash( type, 3,
  14                         text, "Related objects"|i18n("design/standard/content/view")|wash(pdf),
  15                 size, 18,
  16                 align, center ) )}
  17      
  18      {section name=Object loop=$related sequence=array(bglight,bgdark)}
  19        {content_pdf_gui view=line content_object=$Object:item}
  20      {/section}
  21  
  22    {/section}
  23  {/let}


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