[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let page_limit=10 3 col_count=2 4 children=fetch('content','list',hash(parent_node_id,$node.node_id,limit,$page_limit,offset,$view_parameters.offset)) 5 child_count=fetch('content','list_count',hash(parent_node_id,$node.node_id))} 6 7 <div class="maincontentheader"> 8 <h1>{"Site map"|i18n("design/standard/node/view")} {$node.name|wash}</h1> 9 </div> 10 11 <table width="100%" cellspacing="0" cellpadding="4"> 12 <tr> 13 {section name=Child loop=$children} 14 <td> 15 <h2><a href={$Child:item.url_alias|ezurl}>{$Child:item.name}</a></h2> 16 17 {let sub_children=fetch('content','list',hash(parent_node_id,$Child:item.node_id,limit,$page_limit)) 18 sub_child_count=fetch('content','list_count',hash(parent_node_id,$Child:item.node_id))} 19 20 <ul> 21 {section name=SubChild loop=$:sub_children} 22 <li><a href={$:item.url_alias|ezurl}>{$:item.name}</a></li> 23 {/section} 24 </ul> 25 26 {/let} 27 28 </td> 29 {delimiter modulo=$col_count} 30 </tr> 31 <tr> 32 {/delimiter} 33 {/section} 34 </tr> 35 </table> 36 {/let}
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 |