00001 <?php
00002
00018 switch ($op) {
00019 case 'access':
00020 case 'submission':
00021 case 'internalReview':
00022 case 'externalReview':
00023 case 'editorial':
00024 case 'production':
00025 case 'productionFormatsTab':
00026 case 'editorDecisionActions':
00027 case 'submissionProgressBar':
00028 define('HANDLER_CLASS', 'WorkflowHandler');
00029 import('pages.workflow.WorkflowHandler');
00030 break;
00031 case 'fetchPublicationFormat':
00032 define('HANDLER_CLASS', 'PublicationFormatHandler');
00033 import('pages.workflow.PublicationFormatHandler');
00034 break;
00035 }
00036
00037 ?>