[ 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/toolbar/line/ -> node_list.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {section show=or($show_subtree|count_chars()|eq(0), $requested_uri_string|begins_with( $show_subtree ))}
   3  {default current_user=fetch('user','current_user')}
   4  {cache-block keys=array($tool_id, $current_user.role_id_list|implode( ',' ), $current_user.limited_assignment_value_list|implode( ',' ))}
   5  {default limit=5}
   6  {section show=$sort_by|count|eq( 0 )}{set sort_by='published'}{/section}
   7  {let node_list=cond( $treelist_check|eq( 'yes' ),
   8                           fetch( content, tree, hash( parent_node_id, $parent_node,
   9                                  limit, $limit,
  10                                  class_filter_type, exclude,
  11                                  class_filter_array, array( 'folder' ),
  12                                  sort_by, array( $sort_by, false() ) ) ),
  13                       fetch( content, list, hash( parent_node_id, $parent_node,
  14                              limit, $limit,
  15                              class_filter_type, exclude,
  16                              class_filter_array, array( 'folder' ),
  17                              sort_by, array( $sort_by, false() ) ) ) )}
  18  <b>{$title}:</b>
  19  {section name=Node loop=$node_list sequence=array(bglight,bgdark)}
  20      {node_view_gui view=toolline content_node=$Node:item}
  21  {/section}
  22  <br />
  23  
  24  {/let}
  25  {/default}
  26  {/cache-block}
  27  {/default}
  28  {/section}


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