[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/kernel/class/ -> module.php (source)

   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" => "eZContentClass" );
  28  
  29  $ViewList = array();
  30  $ViewList["edit"] = array(
  31      "script" => "edit.php",
  32      'ui_context' => 'edit',
  33      "default_navigation_part" => 'ezsetupnavigationpart',
  34      "params" => array( "ClassID", "GroupID", "GroupName" ),
  35      'unordered_params' => array( 'language' => 'Language' )
  36      );
  37  $ViewList["view"] = array(
  38      "script" => "view.php",
  39      "default_navigation_part" => 'ezsetupnavigationpart',
  40      "params" => array( "ClassID" ),
  41      'unordered_params' => array( 'language' => 'Language' ) );
  42  $ViewList["copy"] = array(
  43      "script" => "copy.php",
  44      'ui_context' => 'edit',
  45      "default_navigation_part" => 'ezsetupnavigationpart',
  46      "params" => array( "ClassID" ) );
  47  $ViewList["down"] = array(
  48      "script" => "edit.php",
  49      "default_navigation_part" => 'ezsetupnavigationpart',
  50      "params" => array( "ClassID", "AttributeID" ) );
  51  $ViewList["up"] = array(
  52      "script" => "edit.php",
  53      "default_navigation_part" => 'ezsetupnavigationpart',
  54      "params" => array( "ClassID", "AttributeID" ) );
  55  $ViewList["removeclass"] = array(
  56      "script" => "removeclass.php",
  57      "default_navigation_part" => 'ezsetupnavigationpart',
  58      "params" => array( "GroupID" ) );
  59  $ViewList["removegroup"] = array(
  60      "script" => "removegroup.php",
  61      "default_navigation_part" => 'ezsetupnavigationpart',
  62      "params" => array() );
  63  $ViewList["classlist"] = array(
  64      "script" => "classlist.php",
  65      "default_navigation_part" => 'ezsetupnavigationpart',
  66      "params" => array( "GroupID" ) );
  67  $ViewList["grouplist"] = array(
  68      "script" => "grouplist.php",
  69      "default_navigation_part" => 'ezsetupnavigationpart',
  70      "params" => array() );
  71  $ViewList["groupedit"] = array(
  72      "script" => "groupedit.php",
  73      'ui_context' => 'edit',
  74      "default_navigation_part" => 'ezsetupnavigationpart',
  75      "params" => array( "GroupID" ) );
  76  $ViewList['translation'] = array(
  77      'script' => 'translation.php',
  78      'default_navigation_part' => 'ezsetupnavigationpart',
  79      'ui_context' => 'edit',
  80      'params' => array(  ),
  81      'single_post_actions' => array( 'CancelButton' => 'Cancel',
  82                                      'UpdateInitialLanguageButton' => 'UpdateInitialLanguage',
  83                                      'RemoveTranslationButton' => 'RemoveTranslation' ),
  84      'post_action_parameters' => array( 'Cancel' => array( 'ClassID' => 'ContentClassID',
  85                                                            'LanguageCode' => 'ContentClassLanguageCode' ),
  86                                         'UpdateInitialLanguage' => array( 'ClassID' => 'ContentClassID',
  87                                                                           'LanguageCode' => 'ContentClassLanguageCode',
  88                                                                           'InitialLanguageID' => 'InitialLanguageID' ),
  89                                         'RemoveTranslation' => array( 'ClassID' => 'ContentClassID',
  90                                                                       'LanguageCode' => 'ContentClassLanguageCode',
  91                                                                       'LanguageID' => 'LanguageID',
  92                                                                       'ConfirmRemoval' => 'ConfirmRemoval' ) ) );
  93  
  94  ?>


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