[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Folder - Admin preview *} 2 <div class="content-view-full"> 3 <div class="class-folder"> 4 5 <h1>{$node.data_map.name.content|wash()}</h1> 6 7 {* Short description. *} 8 {section show=$node.data_map.short_description.has_content} 9 <div class="attribute-short"> 10 {attribute_view_gui attribute=$node.data_map.short_description} 11 </div> 12 {/section} 13 14 {* Description *} 15 {section show=$node.data_map.description.has_content} 16 <div class="attribute-long"> 17 {attribute_view_gui attribute=$node.data_map.description} 18 </div> 19 {/section} 20 21 {* Children. *} 22 <div class="content-control"> 23 <label>{'Show children'|i18n( 'design/admin/preview/folder' )}:</label> 24 {section show=$node.data_map.show_children.content} 25 <p>{'Yes'|i18n( 'design/admin/preview/folder' )}</p> 26 {section-else} 27 <p>{'No'|i18n( 'design/admin/preview/folder' )}</p> 28 {/section} 29 </div> 30 31 </div> 32 </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 |