[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let attributes=$node.object.attributes} 2 Name: {$node.name} 3 4 Edit gui: 5 6 {section var=attribute loop=$attributes} 7 {$attribute.name}: 8 9 {attribute_edit_gui attribute=$attribute} 10 {delimiter} 11 12 13 {/delimiter} 14 {/section} 15 16 ------------------------------ 17 18 View gui: 19 20 {section var=attribute loop=$attributes} 21 *{$attribute.name}* 22 23 {attribute_view_gui attribute=$attribute title="abc"} 24 {delimiter} 25 ------------------------------- 26 27 {/delimiter} 28 {/section} 29 30 {/let} 31 32 Children: 33 34 {section var=child loop=$node.children} 35 {delimiter}================================ 36 37 {/delimiter} 38 {node_view_gui view=line content_node=$child} 39 40 {/section}
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 |