[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {default current_view_id='all'} 3 {let view_list=array(hash(id,'all',url,"url/list/all",name,"All"|i18n('design/standard/url')), 4 hash(id,'valid',url,"url/list/valid",name,"Valid"|i18n('design/standard/url')), 5 hash(id,'invalid',url,"url/list/invalid",name,"Invalid"|i18n('design/standard/url')))} 6 7 <table cellspacing="0" cellpadding="4" border="0"> 8 <tr> 9 <th colspan="{$view_list|count}"> 10 {"Filter"|i18n('design/standard/url')} 11 </th> 12 <tr> 13 <tr> 14 {section name=View loop=$view_list} 15 {section show=eq($current_view_id,$:item.id)} 16 <td class="bglight"> 17 <p>{$:item.name}</p> 18 </td> 19 {section-else} 20 <td class="bgdark"> 21 <p><a href={$:item.url|ezurl}>{$:item.name}</a></p> 22 </td> 23 {/section} 24 {/section} 25 </tr> 26 </table> 27 28 {/let} 29 {/default}
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 |