[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Company - Line view *} 2 3 <div class="content-view-line"> 4 <div class="class-company"> 5 6 <h2><a href={$node.url_alias|ezurl}>{$node.name|wash}</a> ( {attribute_view_gui attribute=$node.data_map.company_number} )</h2> 7 8 {section show=$node.data_map.logo.content} 9 <div class="attribute-image"> 10 {attribute_view_gui attribute=$node.data_map.logo.content.data_map.image alignment=right image_class=small href=$node.url_alias|ezurl} 11 </div> 12 {/section} 13 14 <div class="attribute-matrix"> 15 <h3>{"Contact information"|i18n("design/base")}</h3> 16 {attribute_view_gui attribute=$node.data_map.contact_information} 17 </div> 18 19 <div class="attribute-matrix"> 20 <h2>{"Address"|i18n("design/base")}</h2> 21 {attribute_view_gui attribute=$node.data_map.company_address} 22 </div> 23 24 </div> 25 26 <div class="break"></div> 27 </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 |