[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let matrix=$attribute.content} 2 3 <table> 4 <tr> 5 {section name=Rows loop=$matrix.rows.sequential} 6 <td> 7 {section name=Columns loop=$Rows:item.columns} 8 {section show=0|eq($Rows:Columns:index)} 9 {switch match=$attribute.contentclass_attribute_identifier} 10 {case match='contact_information'} 11 <em>{$Rows:Columns:item}:</em> 12 {/case} 13 {case match='company_address'} 14 <em>{$Rows:Columns:item}:</em> 15 {/case} 16 {case} 17 {/case} 18 {/switch} 19 {section-else} 20 {$Rows:Columns:item|wash(xhtml)|autolink|nl2br} 21 {/section} 22 23 {delimiter} 24 </td> 25 <td> 26 {/delimiter} 27 {/section} 28 </td> 29 {delimiter} 30 </tr> 31 <tr> 32 {/delimiter} 33 {/section} 34 </tr> 35 </table> 36 {/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 |