[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Person - Admin preview *} 2 <div class="content-view-full"> 3 <div class="class-person"> 4 <input type="hidden" name="ContentNodeID" value="{$node.node_id}" /> 5 <input type="hidden" name="ContentObjectID" value="{$node.object.id}" /> 6 <input type="hidden" name="ViewMode" value="full" /> 7 8 <h1>{$node.name|wash} ( {attribute_view_gui attribute=$node.data_map.job_title} )</h1> 9 10 {* Picture. *} 11 {section show=$node.data_map.picture.content} 12 <div class="attribute-image"> 13 {attribute_view_gui attribute=$node.data_map.picture.content.data_map.image alignment=right} 14 </div> 15 {/section} 16 17 {* Contact information. *} 18 <div class="attribute-matrix"> 19 <h2>{'Contact information'|i18n( 'design/admin/preview/person' )}</h2> 20 {attribute_view_gui attribute=$node.data_map.contact_information} 21 </div> 22 23 <h2>{'Comments'|i18n( 'design/admin/preview/person' )}</h2> 24 <div class="attribute-long"> 25 {attribute_view_gui attribute=$node.data_map.comment} 26 </div> 27 28 </div> 29 </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 |