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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {let matrix=$attribute.content
   3       rowdata=''}
   4  
   5  {set-block variable=rowdata}
   6  <tr>
   7  <td>
   8  {section name=ColumnNames loop=$matrix.columns.sequential}
   9  {$ColumnNames:item.name|wash(pdf)}
  10  {delimiter}
  11  </td>
  12  <td>
  13  {/delimiter}
  14  {/section}
  15  </td>
  16  </tr>
  17  <tr>
  18  {section name=Rows loop=$matrix.rows.sequential}
  19  <td>
  20  {section name=Columns loop=$Rows:item.columns}
  21  {$Rows:Columns:item|wash(pdf)}
  22  {delimiter}
  23  </td>
  24  <td>
  25  {/delimiter}
  26  {/section}
  27  </td>
  28  {delimiter}
  29  </tr>
  30  <tr>
  31  {/delimiter}
  32  {/section}
  33  </tr>
  34  {/set-block}
  35  
  36  {pdf(table, $rowdata )}
  37  
  38  {/let}


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