doctype(); ?>
headTitle('Portail de '. $this->translate('reservation'))->setSeparator(' - ')->setAutoEscape(false) ?> headMeta()->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8') ->appendHttpEquiv('Content-Language', 'fr-FR');?> headMeta() ->appendName('viewport', 'width=device-width, initial-scale=1.0') ->appendHttpEquiv('X-UA-Compatible', 'IE=edge') ?> headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/img/favicon.ico')) ->prependStylesheet($this->basePath() . '/css/font.css') ->prependStylesheet($this->basePath() . '/css/style.css') ->prependStylesheet($this->basePath() . '/css/weasyloc.css') ->prependStylesheet($this->basePath() . '/css/weasylocTest.css') ->prependStylesheet($this->basePath() . '/css/login.css') //->prependStylesheet($this->basePath() . '/css/login-btn.css') ->prependStylesheet($this->basePath() . '/css/bootstrap-theme.min.css') ->prependStylesheet($this->basePath() . '/css/bootstrap.css') ->prependStylesheet($this->basePath() . '/font-awesome/css/font-awesome.min.css') ->prependStylesheet($this->basePath() . '/css/kalendar.css') ->prependStylesheet($this->basePath() . '/css/datepicker.css') ->prependStylesheet($this->basePath() . '/css/jquerysctipttop.css') ->prependStylesheet($this->basePath() . '/css/bootstrapValidator.css') ->prependStylesheet($this->basePath() . '/css/select2.css') ->prependStylesheet($this->basePath() . '/js/Croppie-2.6.4/croppie.css') ->prependStylesheet($this->basePath() . '/js/intlTelInputV2/intlTelInput.css') ?> headScript() //->prependFile($this->basePath() . '/js/jquery.min.js') ->prependFile($this->basePath() . '/js/bootstrap.min.js') ->prependFile($this->basePath() . '/js/respond.min.js') ->prependFile($this->basePath() . '/js/html5shiv.js') ->prependFile($this->basePath() . '/js/kalendar.js') ->prependFile($this->basePath() . '/js/lodash.min.js') ->prependFile($this->basePath() . '/js/bootstrap-datepicker.js') //->prependFile($this->basePath() . '/js/bootstrap-datepicker.fr.js') ->prependFile($this->basePath() . '/js/bootstrapValidator.js') //->prependFile($this->basePath() . '/js/language/fr_FR.js') ->prependFile($this->basePath() . '/js/intlTelInputV2/intlTelInput.js') ->prependFile($this->basePath() . '/js/select2.js') ->prependFile($this->basePath() . '/js/scripts.js') ->prependFile($this->basePath() . '/js/Croppie-2.6.4/croppie.js') ->prependFile($this->basePath() . '/js/moment-timezone-with-data.min.js') ->prependFile($this->basePath() . '/js/moment-locale-fr.js') // ->prependFile($this->basePath() . '/js/daterange/moment.min.js') // ->prependFile($this->basePath() . '/js/fullcalendar/lib/moment.min.js') ->prependFile($this->basePath() . '/js/moment-with-locales.min.js') ->prependFile($this->basePath() . '/js/commons/calculformuledate.js') ->prependFile($this->basePath() . '/js/commons/genererQrCode.js') ->prependFile($this->basePath() . '/js/qrcode.min.js') ; $acces = !empty($CURRENT_PARAMS['acces']) ? $CURRENT_PARAMS['acces'] : ""; $idResa = !empty($CURRENT_PARAMS['id']) ? $CURRENT_PARAMS['id'] : ""; $logo = 'img/logo.png'; if($logoCampagne && $logoCampagne != "" && file_exists(getcwd()."/public/img/campagnes/".$idCampagne."/".$logoCampagne)){ $logo = "img/campagnes/".$idCampagne."/".$logoCampagne; } ?>