[ 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/view/ -> summary.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {default parent_group_id=0
   3           current_depth=0
   4           offset=$view_parameters.offset item_limit=10
   5           summary_indentation=10}
   6  <h1>{'Summary'|i18n('design/standard/collaboration')}</h1>
   7  
   8  {let group_tree=fetch("collaboration","group_tree",hash("parent_group_id",$parent_group_id))
   9       latest_item_count=fetch("collaboration","item_count")
  10       latest_item_list=fetch("collaboration","item_list",hash("limit",$item_limit,"offset",$offset,"is_active",true()))}
  11  
  12  <table width="100%" cellspacing="6" cellpadding="0" border="0">
  13  <tr>
  14    <td valign="top" >
  15  
  16  {section show=$latest_item_count}
  17  
  18  {include uri="design:collaboration/item_list.tpl" item_list=$latest_item_list}
  19  
  20  {include name=Navigator
  21           uri='design:navigator/google.tpl'
  22           page_uri="/collaboration/view/summary"
  23           item_count=$latest_item_count
  24           view_parameters=$view_parameters
  25           item_limit=$item_limit}
  26  
  27  {section-else}
  28  <p>{"No new items to be handled."|i18n('design/standard/collaboration')}</p>
  29  {/section}
  30  
  31    </td>
  32  
  33    <td valign="top" align="right" width="1">
  34  
  35    {include uri="design:collaboration/group_tree.tpl" group_tree=$group_tree current_depth=$current_depth
  36             summary_indentation=$summary_indentation parent_group_id=$parent_group_id}
  37  
  38    </td>
  39  </tr>
  40  
  41  </table>
  42  
  43  {/let}
  44  
  45  {/default}
  46  
  47  


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