[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let matrix=$attribute.content} 3 <table class="list" cellspacing="0"> 4 <tr> 5 {section var=ColumnNames loop=$matrix.columns.sequential} 6 <th>{$ColumnNames.item.name}</th> 7 {/section} 8 </tr> 9 {section var=Rows loop=$matrix.rows.sequential sequence=array( bglight, bgdark )} 10 <tr class="{$Rows.sequence}"> 11 {section var=Columns loop=$Rows.item.columns} 12 <td>{$Columns.item|wash( xhtml )}</td> 13 {/section} 14 </tr> 15 {/section} 16 </table> 17 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |