[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/collaboration/ -> group_tree.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {default parent_group_id=0
   3           current_depth=0
   4           summary_indentation=10
   5           group_tree=fetch("collaboration","group_tree",hash("parent_group_id",$parent_group_id))}
   6  
   7  <table class="list" cellspacing="0" cellpadding="0" border="0">
   8  <tr>
   9    <th>{"Groups"|i18n('design/standard/collaboration')}</th>
  10  </tr>
  11  {section name=Group loop=$group_tree sequence=array(bglight,bgdark)}
  12  <tr>
  13  {let group_item_count=$:item.item_count}
  14    <td class="{$:sequence}">
  15      <p><nobr><img src={"1x1.gif"|ezimage} width="{mul(sub($:item.depth,$current_depth),$summary_indentation)}" height="1" alt="" border="0" />
  16      <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}</nobr></p>
  17    </td>
  18  {/let}
  19  </tr>
  20  {/section}
  21  </table>
  22  
  23  {/default}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7