[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {* Default search results lister *} 3 {let use_url_translation=ezini('URLTranslator','Translation')|eq('enabled')} 4 5 {section show=$search_result} 6 <table class="list" width="100%" border="0" cellspacing="0" cellpadding="0"> 7 <tr> 8 <th>{"Name"|i18n("design/standard/content/search")}</th> 9 <th width="1">{"Class"|i18n("design/standard/content/search")}</th> 10 </tr> 11 <tr> 12 {section name=SearchResult loop=$search_result show=$search_result sequence=array(bglight,bgdark)} 13 {node_view_gui view=search sequence=$:sequence use_url_translation=$use_url_translation content_node=$:item} 14 {delimiter modulo=1} 15 </tr> 16 <tr> 17 {/delimiter} 18 {section-else} 19 {/section} 20 </tr> 21 </table> 22 {/section} 23 24 {/let}
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 |