translate('t_etape_identification')); $this->headTitle($title); $etap1 = utf8_encode('1 - '.$this->translate('t_etape_identification')); $etap2 = utf8_encode('2 - '.$this->translate('t_etape_Informations_Personnelles')); $etap3 = utf8_encode('3 - '.$this->translate('t_etape_Choix_type_logement')); $etap4 = utf8_encode('4 - '.$this->translate('t_etape_Validation_demande')); //$etap5 = utf8_encode('5-Paiement'); ?>
escapeHtml($etap1); ?>
escapeHtml($etap2); ?>
escapeHtml($etap3); ?>
escapeHtml($etap4); ?>

translate('t_etape1_bienvenue_a_HEC')) ?>

translate('e_etape1_Veuillez_indiquer_ou_confirmer')) ?>


translate($msg)); ?>
setAttribute('action', $this->url('reservation/infos', array('action' => 'infos'))); $form2->prepare(); echo $this->form()->openTag($form2); echo $this->formHidden($form2->get('id')); echo '
'; echo $this->formRow($form2->get('nom')); echo '
'; echo '
'; echo $this->formRow($form2->get('prenom')); echo '
'; //echo '
'; //echo $this->formRow($form2->get('email')); //echo '
'; if($isGoal){ echo '
'; echo ''; //echo ''; //echo ''; echo '
'; echo '
'; echo ''; //echo ''; //echo ''; echo '
'; } echo '
'; echo $this->formRow($form2->get('idProgramme')); echo '
'; echo '
'; echo $this->formRow($form2->get('idSousProgramme')); echo '
'; echo '
'; echo $this->formHidden($form2->get('boursier')); echo '
'; echo $this->formSubmit($form2->get('submitBt')); echo $this->form()->closeTag(); ?>