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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <div class="toolbar-item {$placement}">
   3      {section show=or($show_subtree|count_chars()|eq(0),
   4                       fetch(content, node, hash( node_id, $module_result.node_id ) ).path_string|contains( concat( '/', $show_subtree, '/' ) ),
   5                       $requested_uri_string|begins_with( $show_subtree ))}
   6      {default current_user=fetch('user','current_user')}
   7      {cache-block keys=array($tool_id, $current_user.role_id_list|implode( ',' ), $current_user.limited_assignment_value_list|implode( ',' ))}
   8      {default limit=5}
   9      {section show=$sort_by|count|eq( 0 )}{set sort_by='published'}{/section}
  10      {let node_list=cond( $treelist_check|eq( 'yes' ),
  11                               fetch( content, tree, hash( parent_node_id, $parent_node,
  12                                      limit, $limit,
  13                                      class_filter_type, exclude,
  14                                      class_filter_array, array( 'folder' ),
  15                                      sort_by, array( $sort_by, false() ) ) ),
  16                           fetch( content, list, hash( parent_node_id, $parent_node,
  17                                  limit, $limit,
  18                                  class_filter_type, exclude,
  19                                  class_filter_array, array( 'folder' ),
  20                                  sort_by, array( $sort_by, false() ) ) ) )}
  21      <div class="toollist">
  22          <div class="toollist-design">
  23          <h2>{$title}</h2>
  24          <div class="content-view-children">
  25          {section name=Node loop=$node_list sequence=array(bglight,bgdark)}
  26              {node_view_gui view=listitem content_node=$Node:item}
  27          {/section}
  28          </div>
  29          </div>
  30      </div>
  31  
  32      {/let}
  33      {/default}
  34      {/cache-block}
  35      {/default}
  36      {/section}
  37  </div>


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