[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Link - Line view *} 2 3 <div class="content-view-line"> 4 <div class="class-link"> 5 6 <h2>{$node.name|wash}</h2> 7 8 {section show=$node.data_map.description.has_content} 9 <div class="attribute-long"> 10 {attribute_view_gui attribute=$node.data_map.description} 11 </div> 12 {/section} 13 14 {section show=$node.data_map.location.has_content} 15 <div class="attribute-link"> 16 <p><a href="{$node.data_map.location.content}">{section show=$node.data_map.location.data_text|count|gt( 0 )}{$node.data_map.location.data_text|wash}{section-else}{$node.data_map.location.content|wash}{/section}</a></p> 17 </div> 18 {/section} 19 20 </div> 21 </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 |