[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* File - Full view *} 2 3 <div class="content-view-full"> 4 <div class="class-file"> 5 6 <h1>{$node.data_map.name.content|wash()}</h1> 7 8 {section show=$node.data_map.description.content.is_empty|not} 9 <div class="attribute-long"> 10 {attribute_view_gui attribute=$node.data_map.description} 11 </div> 12 {/section} 13 14 <div class="attribute-file"> 15 <p>{attribute_view_gui attribute=$node.data_map.file icon_title=$node.name}</p> 16 </div> 17 18 </div> 19 </div>
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 |