[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 // 3 // Created on: <17-Apr-2002 11:05:08 amos> 4 // 5 // SOFTWARE NAME: eZ publish 6 // SOFTWARE RELEASE: 3.9.0 7 // BUILD VERSION: 17785 8 // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS 9 // SOFTWARE LICENSE: GNU General Public License v2.0 10 // NOTICE: > 11 // This program is free software; you can redistribute it and/or 12 // modify it under the terms of version 2.0 of the GNU General 13 // Public License as published by the Free Software Foundation. 14 // 15 // This program is distributed in the hope that it will be useful, 16 // but WITHOUT ANY WARRANTY; without even the implied warranty of 17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 // GNU General Public License for more details. 19 // 20 // You should have received a copy of version 2.0 of the GNU General 21 // Public License along with this program; if not, write to the Free 22 // Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 23 // MA 02110-1301, USA. 24 // 25 // 26 27 $Module = array( 'name' => 'eZCollaboration' ); 28 29 $ViewList = array(); 30 $ViewList['action'] = array( 31 'script' => 'action.php', 32 "default_navigation_part" => 'ezmynavigationpart', 33 'default_action' => array( array( 'name' => 'Custom', 34 'type' => 'post', 35 'parameters' => array( 'CollaborationActionCustom', 36 'CollaborationTypeIdentifier', 37 'CollaborationItemID' ) ) ), 38 'post_action_parameters' => array( 'Custom' => array( 'TypeIdentifer' => 'CollaborationTypeIdentifier', 39 'ItemID' => 'CollaborationItemID' ) ), 40 'params' => array() ); 41 $ViewList['view'] = array( 42 'script' => 'view.php', 43 "default_navigation_part" => 'ezmynavigationpart', 44 'params' => array( 'ViewMode' ), 45 "unordered_params" => array( "language" => "Language", 46 "offset" => "Offset" ) ); 47 $ViewList['item'] = array( 48 'script' => 'item.php', 49 "default_navigation_part" => 'ezmynavigationpart', 50 'params' => array( 'ViewMode', 'ItemID' ), 51 "unordered_params" => array( "language" => "Language", 52 "offset" => "Offset" ) ); 53 $ViewList['group'] = array( 54 'script' => 'group.php', 55 "default_navigation_part" => 'ezmynavigationpart', 56 'params' => array( 'ViewMode', 'GroupID' ), 57 "unordered_params" => array( "language" => "Language", 58 "offset" => "Offset" ) ); 59 60 ?>
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 |