[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

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

   1  <?php
   2  //
   3  // Created on: <18-Dec-2003 13:20:08 kk>
   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' => 'eZContentObject',
  28                   'variable_params' => true );
  29  
  30  $ViewList['edit'] = array(
  31      'script' => 'edit.php',
  32      'functions' => array( 'edit' ),
  33      'ui_context' => 'edit',
  34      'default_navigation_part' => 'ezsetupnavigationpart',
  35      'single_post_actions' => array( 'ExportPDFBrowse' => 'BrowseSource',
  36                                      'ExportPDFButton' => 'Export',
  37                                      'DiscardButton'   => 'Discard',
  38                                      'CreateExport' => 'CreateExport' ),
  39      'post_action_parameters' => array( 'Export' => array( 'Title' => 'Title',
  40                                                            'DisplayFrontpage' => 'DisplayFrontpage',
  41                                                            'IntroText' => 'IntroText',
  42                                                            'SubText' => 'SubText',
  43                                                            'SourceNode' => 'SourceNode',
  44                                                            'ExportType' => 'ExportType',
  45                                                            'ClassList' => 'ClassList',
  46                                                            'SiteAccess' => 'SiteAccess',
  47                                                            'DestinationType' => 'DestinationType',
  48                                                            'DestinationFile' => 'DestinationFile' ),
  49                                         'BrowseSource' => array( 'Title' => 'Title',
  50                                                                  'DisplayFrontpage' => 'DisplayFrontpage',
  51                                                                  'IntroText' => 'IntroText',
  52                                                                  'SubText' => 'SubText',
  53                                                                  'ExportType' => 'ExportType',
  54                                                                  'ClassList' => 'ClassList',
  55                                                                  'SiteAccess' => 'SiteAccess',
  56                                                                  'DestinationType' => 'DestinationType',
  57                                                                  'DestinationFile' => 'DestinationFile' ) ),
  58      'unordered_params' => array( 'language' => 'Language' ),
  59      'params' => array( 'PDFExportID', 'PDFGenerate' ) );
  60  
  61  $ViewList['list'] = array(
  62      'script' => 'list.php',
  63      'functions' => array( 'edit' ),
  64      'default_navigation_part' => 'ezsetupnavigationpart',
  65      'single_post_actions' => array( 'NewPDFExport' => 'NewExport',
  66                                      'RemoveExportButton' => 'RemoveExport' ),
  67      'post_action_parameters' => array( 'RemoveExport' => array( 'DeleteIDArray' => 'DeleteIDArray' ) ),
  68      'unordered_params' => array( 'language' => 'Language' ) );
  69  
  70  $FunctionList['create'] = array( );
  71  
  72  $FunctionList['edit'] = array( );
  73  
  74  ?>


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