[ 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" => "eZVisual", 28 "variable_params" => true, 29 'ui_component_match' => 'view' ); 30 31 $ViewList = array(); 32 $ViewList["toolbarlist"] = array( 33 "script" => "toolbarlist.php", 34 "default_navigation_part" => 'ezvisualnavigationpart', 35 "params" => array( 'SiteAccess' ) ); 36 37 $ViewList["toolbar"] = array( 38 "script" => "toolbar.php", 39 'ui_context' => 'edit', 40 "default_navigation_part" => 'ezvisualnavigationpart', 41 'post_actions' => array( 'BrowseActionName' ), 42 'single_post_actions' => array( 'BackToToolbarsButton' => 'BackToToolbars', 43 'NewToolButton' => 'NewTool', 44 'UpdatePlacementButton' => 'UpdatePlacement', 45 'BrowseButton' => 'Browse', 46 'RemoveButton' => 'Remove', 47 'StoreButton' => 'Store' ), 48 "params" => array( 'SiteAccess', 'Position' ) ); 49 50 $ViewList["menuconfig"] = array( 51 "script" => "menuconfig.php", 52 'default_navigation_part' => 'ezvisualnavigationpart', 53 'single_post_actions' => array( 'StoreButton' => 'Store', 54 'SelectCurrentSiteAccessButton' => 'SelectCurrentSiteAccess' ), 55 "params" => array() ); 56 57 $ViewList["templatelist"] = array( 58 "script" => "templatelist.php", 59 "default_navigation_part" => 'ezvisualnavigationpart', 60 "params" => array( ), 61 "unordered_params" => array( "offset" => "Offset" ) ); 62 63 $ViewList["templateview"] = array( 64 "script" => "templateview.php", 65 "default_navigation_part" => 'ezvisualnavigationpart', 66 'single_post_actions' => array( 'SelectCurrentSiteAccessButton' => 'SelectCurrentSiteAccess', 67 'RemoveOverrideButton' => 'RemoveOverride', 68 'UpdateOverrideButton' => 'UpdateOverride', 69 'NewOverrideButton' => 'NewOverride' ), 70 "params" => array( ) ); 71 72 $ViewList['templateedit'] = array( 73 'script' => 'templateedit.php', 74 'ui_context' => 'edit', 75 'default_navigation_part' => 'ezvisualnavigationpart', 76 'single_post_actions' => array( 'SaveButton' => 'Save', 77 'DiscardButton' => 'Discard' ), 78 'params' => array( ), 79 'unordered_params' => array( 'siteAccess' => 'SiteAccess' ) ); 80 81 $ViewList['templatecreate'] = array( 82 'script' => 'templatecreate.php', 83 'ui_context' => 'edit', 84 'default_navigation_part' => 'ezvisualnavigationpart', 85 'single_post_actions' => array( 'CreateOverrideButton' => 'CreateOverride', 86 'CancelOverrideButton' => 'CancelOverride' ), 87 'params' => array( ), 88 'unordered_params' => array( 'siteAccess' => 'SiteAccess', 89 'classID' => 'ClassID', 90 'nodeID' => 'NodeID' ) ); 91 92 ?>
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 |