[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Details window. *} 2 {section show=ezpreference( 'admin_navigation_details' )} 3 {include uri='design:details.tpl'} 4 {/section} 5 6 {* Translations window. *} 7 {section show=ezpreference( 'admin_navigation_translations' )} 8 {include uri='design:translations.tpl'} 9 {/section} 10 11 {* Locations window. *} 12 {section show=ezpreference( 'admin_navigation_locations' )} 13 {include uri='design:locations.tpl'} 14 {/section} 15 16 {* Relations window. *} 17 {section show=or( ezpreference( 'admin_navigation_relations' ), 18 and( is_set( $view_parameters.show_relations ), eq( $view_parameters.show_relations, 1 ) ) )} 19 {include uri='design:relations.tpl'} 20 {/section} 21 22 {* Children window.*} 23 {section show=$node.object.content_class.is_container} 24 {include uri='design:children.tpl'} 25 {section-else} 26 {include uri='design:no_children.tpl'} 27 {/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 |