UNPKG

quotravel-excursion-engine

Version:

Quotravel excursions search engine based on materializ e

30 lines (26 loc) 3.74 kB
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Excursion</title><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.4.1/css/all.css integrity=sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz crossorigin=anonymous><script src=https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.js></script><link href=https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.css rel=stylesheet><script>// EasyTravelApi implementation server localStorage.setItem("baseurl", 'https://demo.quotravel.eu/resources/eyAiY3JlYXRlZCI6ICJGcmkgTWFyIDIyIDEwOjIyOjI5IENFVCAyMDE5IiwgInVzZXJJZCI6ICJhZG1pbiIsICJhZ2VuY3lJZCI6ICIzIn0='); //localStorage.setItem("baseurl", ''); //localStorage.setItem("baseurl", 'https://test.easytravelapi.com/rest/yourauthtoken'); if (!localStorage.getItem("language")) { localStorage.setItem("language", 'es'); } localStorage.setItem("serverurl", 'http://localhost:4000'); localStorage.setItem("language", 'es'); var globaldata = { baseurl: localStorage.getItem("baseurl"), // EasyTravelApi implementation server siteurl: localStorage.getItem("siteurl"), // URL Base from the site language: localStorage.getItem("language"), //Current Language for ML system (ISO code) userprofile: JSON.parse(sessionStorage.getItem("userprofile")), //User profile Object for login methods (not used) serverurl: localStorage.getItem("serverurl"), // URL for logins access (not used) destination: localStorage.getItem("destination"), localizador: sessionStorage.getItem("localizador"), // Booking Locator to add services listcalendar:true, // Available resources List with calendar // true: list with calendar and maps // false: list without calendar , blocks without calendar , maps mapboxtoken:'pk.eyJ1Ijoicm5pZXRvdCIsImEiOiJjam51ZWtuZjExMG16M3FsOGlwaDhmZGViIn0.RbAzYbK6eyjfyqpv0jg0Ug', //mapbox token to configure maps --> get it at https://www.mapbox.com/pricing/ whitebrandhotel:'', // Used to a particular hotel. Filled with hotel ID shows only that hotel info, if empty ('') value lists all portfolio hotels whitebrandcircuit:'', // Used to a particular hotel. Filled with hotel ID shows only that hotel info, if empty ('') value lists all portfolio hotels whitebrandexcursion:'', // Used to a particular hotel. Filled with hotel ID shows only that hotel info, if empty ('') value lists all portfolio hotels recaptchatoken: "6LdXOpsUAAAAADpzlaToBJmZKDhaim-7-wEMLhEk",// Token for Google recaptcha v2 6LdXOpsUAAAAADpzlaToBJmZKDhaim-7-wEMLhEk, captchaValidation: true, excursionshortdestinations:true };</script><script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer=defer></script><link href=/static/css/excursion.app.css rel=stylesheet></head><body><div class=container><div class=white><div id=excursion></div></div></div><h1>pie</h1><div id=lbutton></div><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css><link rel=stylesheet href=/static/css/excursion.generic.css><script src=https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js></script><script src=https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js></script><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel=stylesheet><script type=text/javascript src=/static/js/excursion.manifest.js></script><script type=text/javascript src=/static/js/excursion.vendor.js></script><script type=text/javascript src=/static/js/excursion.app.js></script></body></html>