action_Step1(); } function action_Step1() { $this->view = 'step1'; } function action_Step2() { $this->view = 'step2'; } function action_Step3() { $this->view = 'step3'; } function action_Step4() { $this->view = 'step4'; } function action_Last() { $this->view = 'last'; } function action_Undo() { $this->view = 'undo'; } function action_Error() { $this->view = 'error'; } function action_GetControl() { echo getControl($_REQUEST['import_module'],$_REQUEST['field_name']); exit; } } ?>