[ Index ] |
|
Code source de eZ Publish 3.9.0 |
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>{"Group list for '%1'"|i18n('design/standard/collaboration',,array($collab_group.title|wash))}</h1> 7 8 {let group_item_count=fetch("collaboration","item_count",hash("parent_group_id",$collab_group.id)) 9 group_item_list=fetch("collaboration","item_list",hash("limit",$item_limit,"offset",$offset,"parent_group_id",$collab_group.id))} 10 11 <table width="100%" cellspacing="6" cellpadding="0" border="0"> 12 <tr> 13 <td valign="top"> 14 15 {section show=$group_item_count} 16 17 {include uri="design:collaboration/item_list.tpl" item_list=$group_item_list} 18 19 {include name=Navigator 20 uri='design:navigator/google.tpl' 21 page_uri=concat("/collaboration/group/list/",$collab_group.id) 22 item_count=$group_item_count 23 view_parameters=$view_parameters 24 item_limit=$item_limit} 25 26 {section-else} 27 <p>{"No items in group."|i18n('design/standard/collaboration')}</p> 28 {/section} 29 30 </td> 31 32 <td valign="top" align="left" width="1"> 33 34 {include uri="design:collaboration/group_tree.tpl" current_depth=$current_depth 35 summary_indentation=$summary_indentation parent_group_id=$parent_group_id} 36 37 </td> 38 </tr> 39 40 </table> 41 42 {/let} 43 {/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 |