[ 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" => "eZWorkflow" ); 28 29 $ViewList = array(); 30 $ViewList["view"] = array( 31 "script" => "view.php", 32 "default_navigation_part" => 'ezsetupnavigationpart', 33 "params" => array( "WorkflowID" ) ); 34 $ViewList["edit"] = array( 35 "script" => "edit.php", 36 'ui_context' => 'edit', 37 "default_navigation_part" => 'ezsetupnavigationpart', 38 "params" => array( "WorkflowID", "GroupID", "GroupName" ) ); 39 $ViewList["groupedit"] = array( 40 "script" => "groupedit.php", 41 'ui_context' => 'edit', 42 "default_navigation_part" => 'ezsetupnavigationpart', 43 "params" => array( "WorkflowGroupID" ) ); 44 $ViewList["down"] = array( 45 "script" => "edit.php", 46 "default_navigation_part" => 'ezsetupnavigationpart', 47 "params" => array( "WorkflowID", "EventID" ) ); 48 $ViewList["up"] = array( 49 "script" => "edit.php", 50 "default_navigation_part" => 'ezsetupnavigationpart', 51 "params" => array( "WorkflowID", "EventID" ) ); 52 $ViewList["workflowlist"] = array( 53 "script" => "workflowlist.php", 54 "default_navigation_part" => 'ezsetupnavigationpart', 55 "params" => array( "GroupID" ) ); 56 $ViewList["grouplist"] = array( 57 "script" => "grouplist.php", 58 "default_navigation_part" => 'ezsetupnavigationpart', 59 "params" => array() ); 60 $ViewList["process"] = array( 61 "script" => "process.php", 62 "default_navigation_part" => 'ezsetupnavigationpart', 63 "params" => array( "WorkflowProcessID" ) ); 64 $ViewList["run"] = array( 65 "script" => "run.php", 66 "default_navigation_part" => 'ezsetupnavigationpart', 67 "params" => array( "WorkflowProcessID" ) ); 68 $ViewList["event"] = array( 69 "script" => "event.php", 70 "default_navigation_part" => 'ezsetupnavigationpart', 71 "params" => array( "WorkflowID", "EventID" ) ); 72 $ViewList["processlist"] = array( 73 "script" => "processlist.php", 74 "default_navigation_part" => 'ezsetupnavigationpart', 75 "params" => array( ) ); 76 77 ?>
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 |