[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {default parent_group_id=0 2 current_depth=0 3 summary_indentation=10 4 group_tree=fetch("collaboration","group_tree",hash("parent_group_id",$parent_group_id))} 5 6 <table class="list" cellspacing="0"> 7 <tr> 8 <th>{"Groups"|i18n('design/admin/collaboration/group_tree')}</th> 9 </tr> 10 {section name=Group loop=$group_tree sequence=array(bglight,bgdark)} 11 <tr class="{$:sequence}"> 12 {let group_item_count=$:item.item_count} 13 <td> 14 <img src={"1x1.gif"|ezimage} width="{mul(sub($:item.depth,$current_depth),$summary_indentation)}" height="1" alt="" border="0" /> 15 <a href={concat("collaboration/group/list/",$:item.id)|ezurl}>{$:item.title|wash}</a>{section show=$:group_item_count|gt(0)} <b>({$:group_item_count})</b>{/section} 16 </td> 17 {/let} 18 </tr> 19 {/section} 20 </table> 21 22 {/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 |