ticketseller.gr
Open in
urlscan Pro
2606:4700:3032::6815:285e
Public Scan
Submitted URL: https://www.ticketseller.gr/
Effective URL: https://ticketseller.gr/
Submission: On August 29 via automatic, source certstream-suspicious
Effective URL: https://ticketseller.gr/
Submission: On August 29 via automatic, source certstream-suspicious
Form analysis
6 forms found in the DOM<form class="ng-pristine ng-valid-min ng-valid-max ng-valid-date ng-invalid ng-invalid-location ng-valid-maxlength">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid" uk-grid="">
<div class="uk-first-column">
<label>Destination:</label>
<span angucomplete-alt="" input-name="loc" id="place" placeholder="e.g. Athens" selected-object="searchStr" template-url="https://ticketseller.gr/wp-content/plugins/onetourismo-forms/templates/autocomplete-template.html"
remote-url="https://autocomplete-v3.onetourismo.com/?format=array&q=" title-field="name" minlength="3" field-required-class="location" field-required="true" pause="400" input-class="uk-input" class="ng-isolate-scope">
<style>
div#place_dropdown {
width: 800px;
overflow-y: scroll;
}
.section-col.grid-6.angucomplete-column {
float: left;
width: 50%;
}
</style>
<div class="angucomplete-holder" data-ng-class="{'angucomplete-dropdown-visible': showDropdown}">
<input id="place_value" name="loc" data-ng-class="{'angucomplete-input-not-empty': notEmpty}" data-ng-model="searchStr" ng-disabled="disableInput" type="text" placeholder="e.g. Athens" maxlength="524288"
class="uk-input ng-invalid ng-invalid-location ng-valid-maxlength" ng-focus="onFocusHandler(); resetHideResults()" ng-blur="hideResults($event)" autocapitalize="off" autocorrect="off" autocomplete="off"
ng-change="inputChangeHandler(searchStr)">
<div id="place_dropdown" class="angucomplete-dropdown ng-hide" ng-show="showDropdown">
<div class="angucomplete-row ng-binding" ng-show="!results" ng-bind="textSearching">Searching...</div>
<div class="angucomplete-row ng-binding" ng-show="!searching && (!results || results.length == 0)" ng-bind="textNoResults">No results found</div>
<div class="section-grid group">
<div class="section-col grid-6 angucomplete-column">
<div class="angucomplete-column-title">Locations</div>
<!-- ngRepeat: result in results -->
</div>
<div class="section-col grid-6 angucomplete-column">
<div class="angucomplete-column-title">Hotels</div>
<!-- ngRepeat: result in results -->
</div>
</div>
</div>
</div>
</span>
</div>
<div>
<label>Check In:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-valid ng-isolate-scope ng-valid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="sdate" datepicker-options="checkInOptions" close-text="Close"
is-open="checkInOpened" show-button-bar="false" ng-click="checkInOpened=true" previous-text="‹">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Check Out:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-valid ng-isolate-scope ng-valid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="edate" datepicker-options="checkOutOptions" close-text="Close"
is-open="checkOutOpened" show-button-bar="false" ng-click="checkOutOpened=true">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Nights:</label>
<input type="number" min="1" max="31" ng-model="nights" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max" value="2">
</div>
<div class="more-inputs">
<label>Advance</label>
<a uk-toggle="target: #more-inputs">More <span uk-icon="icon: chevron-down" class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="chevron-down"><polyline fill="none" stroke="#000" stroke-width="1.03" points="16 7 10 13 4 7"></polyline></svg></span></a>
<div id="more-inputs" uk-modal="" class="uk-modal">
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-outside uk-icon uk-close" type="button" uk-close=""><svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" data-svg="close-icon">
<line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"></line>
<line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"></line>
</svg></button>
<div ng-show="rooms.length ==1">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div>
<label>Adults:</label>
<input type="number" min="2" max="10" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max" ng-model="rooms[0].adults" value="2">
</div>
<div>
<label>Children:</label>
<input type="number" min="0" max="10" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max" ng-model="rooms[0].children" value="0">
</div>
</div>
</div>
<div class="extra-fields ng-hide" ng-show="rooms.length ==1 && rooms[0].children">
<div class="uk-child-width-1-1@s uk-child-width-1-2@m uk-grid uk-grid-stack" uk-grid="">
<!-- ngRepeat: child in range(rooms[0].children) -->
</div>
</div>
<div ng-show="rooms.length > 1" class="ng-hide">
<!-- ngRepeat: (roomIndex,room) in rooms -->
<div ng-repeat="(roomIndex,room) in rooms" class="search-form-room ng-scope">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div class="search-form-room-delete" ng-click="deleteRoom(roomIndex)">
<span uk-icon="icon: trash" class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="trash">
<polyline fill="none" stroke="#000" points="6.5 3 6.5 1.5 13.5 1.5 13.5 3"></polyline>
<polyline fill="none" stroke="#000" points="4.5 4 4.5 18.5 15.5 18.5 15.5 4"></polyline>
<rect x="8" y="7" width="1" height="9"></rect>
<rect x="11" y="7" width="1" height="9"></rect>
<rect x="2" y="3" width="16" height="1"></rect>
</svg></span>
</div>
<div>
<label>Adults:</label>
<input type="number" min="2" max="10" ng-model="rooms[roomIndex].adults" value="2" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
<div>
<label>Children:</label>
<input type="number" min="0" max="" ng-model="rooms[roomIndex].children" value="0" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
<div>
<!-- ngRepeat: child in range(rooms[roomIndex].children) -->
</div>
</div>
</div><!-- end ngRepeat: (roomIndex,room) in rooms -->
</div>
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div class="add-btn">
<div class="uk-button uk-button-default uk-width-expand" ng-click="addRoom()">Add new room</div>
</div>
<div class="save-btn">
<button class="uk-button uk-button-default uk-width-expand uk-modal-close" type="button">Save</button>
</div>
</div>
</div>
</div>
</div>
<div class="submit-btn">
<button type="submit" ng-click="search()" class="uk-button uk-button-default uk-width-expand">Search</button>
</div>
</div>
</form>
Name: search —
<form id="srch" name="search" class="ng-pristine ng-valid-date ng-valid-min ng-valid-max ng-invalid ng-invalid-location ng-valid-maxlength">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid" uk-grid="">
<div>
<label>Choose your destination</label>
<span angucomplete-alt="" input-name="loc" id="place" placeholder="e.g. Athens" selected-object="searchStr" template-url="https://ticketseller.gr/wp-content/plugins/onetourismo-forms/templates/autocomplete-activity-template.html"
remote-url="https://autocomplete_v2.onetourismo.com/autocomplete.php?src=MASTER&exclude=ID&s=" title-field="topo_name_lt" minlength="3" field-required-class="location" field-required="true" pause="400" input-class="uk-input"
class="ng-isolate-scope">
<div class="angucomplete-holder" ng-class="{'angucomplete-dropdown-visible': showDropdown}">
<input id="place_value" name="loc" ng-class="{'angucomplete-input-not-empty': notEmpty}" ng-model="searchStr" ng-disabled="disableInput" type="text" placeholder="e.g. Athens" maxlength="524288" ng-focus="onFocusHandler()"
class="uk-input ng-invalid ng-invalid-location ng-valid-maxlength" ng-blur="hideResults($event)" autocapitalize="off" autocorrect="off" autocomplete="off" ng-change="inputChangeHandler(searchStr)">
<div id="place_dropdown" class="angucomplete-dropdown ng-hide" ng-show="showDropdown">
<div class="angucomplete-searching ng-binding ng-hide" ng-show="searching" ng-bind="textSearching">Searching...</div>
<div class="angucomplete-searching ng-binding" ng-show="!searching && (!results || results.length == 0)" ng-bind="textNoResults">No results found</div>
<!-- ngRepeat: result in results -->
</div>
</div>
</span>
</div>
<div>
<label>Choose month</label>
<input type="text" class="datepicker-input uk-input ng-pristine ng-untouched ng-valid ng-isolate-scope ng-valid-date" datepicker-mode="month" uib-datepicker-popup="MMMM" ng-model="month" datepicker-options="activityOptions" close-text="Close"
is-open="datepickerOpened" show-button-bar="false" ng-click="datepickerOpen('to')">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Adults</label>
<input type="number" min="1" max="10" ng-model="rooms[0].adults" class="uk-input search-form-input-number ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max" placeholder="2">
</div>
<div class="more-inputs">
<label>Advance</label>
<a uk-toggle="target: #activities-inputs">More <span uk-icon="icon: chevron-down" class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="chevron-down"><polyline fill="none" stroke="#000" stroke-width="1.03" points="16 7 10 13 4 7"></polyline></svg></span></a>
<div id="activities-inputs" uk-modal="" class="uk-modal">
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-outside uk-icon uk-close" type="button" uk-close=""><svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" data-svg="close-icon">
<line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"></line>
<line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"></line>
</svg></button>
<div ng-show="rooms.length ==1">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div>
<label>Children</label>
<input type="number" min="0" max="10" ng-model="rooms[0].children" class="uk-input search-form-input-number ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max" placeholder="0">
</div>
</div>
</div>
<div class="extra-fields uk-child-width-1-1@s uk-child-width-1-2@m ng-hide uk-grid uk-grid-stack" uk-grid="" ng-show="rooms[0].children">
<!-- ngRepeat: child in range(rooms[0].children) -->
</div>
</div>
</div>
</div>
<div class="submit-btn">
<button type="submit" class="uk-button uk-button-default uk-width-expand" ng-click="search(false)">Search</button>
</div>
</div>
</form>
<form class="ng-pristine ng-valid-min-date ng-valid-max-date ng-valid-min ng-valid-max ng-invalid ng-invalid-location ng-valid-maxlength">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid" uk-grid="">
<div>
<label>From</label>
<!-- <select class="uk-select" id="fromLocationCode" name="fromLocationCode" ng-model="destinationFrom" ng-change="getEndingDestinations()">
<option value="" disabled selected hidden>-- Select --</option>
<option ng-repeat="destination in startingDestinations" value="{{destination.id}}">{{destination.name}}</option>
</select> -->
<span angucomplete-alt="" input-name="loc" id="transfer_from" placeholder="e.g. Athens" selected-object="startingDest" remote-url="https://autocomplete_v2.onetourismo.com/autocomplete_transfers.php?provider=BDS&s="
template-url="https://ticketseller.gr/wp-content/plugins/onetourismo-forms/templates/autocomplete-transfers.html" title-field="name" minlength="3" field-required-class="location" field-required="true" pause="400" input-class="uk-input"
class="ng-isolate-scope">
<div class="angucomplete-holder" data-ng-class="{'angucomplete-dropdown-visible': showDropdown}">
<input id="transfer_from" name="loc" data-ng-class="{'angucomplete-input-not-empty': notEmpty}" data-ng-model="searchStr" ng-disabled="disableInput" type="text" placeholder="e.g. Athens" maxlength="524288"
class="uk-input ng-invalid ng-invalid-location ng-valid-maxlength" ng-focus="onFocusHandler(); resetHideResults()" ng-blur="hideResults($event)" autocapitalize="off" autocorrect="off" autocomplete="off"
ng-change="inputChangeHandler(searchStr)">
<div id="transfer_from_dropdown" class="angucomplete-dropdown ng-hide" ng-show="showDropdown">
<div class="angucomplete-row ng-binding ng-hide" ng-show="searching" ng-bind="textSearching">Searching...</div>
<div class="angucomplete-row ng-binding" ng-show="!searching && (!results || results.length == 0)" ng-bind="textNoResults">No results found</div>
<!-- ngRepeat: result in results -->
</div>
</div>
</span>
<!-- <angucomplete-alt id="fromLocationCode" pause="400" remote-url-data-field="results" selected-object="selectTransferDeparturePoint" remote-url="{{hostIp}}" title-field="name" input-class="" template-url="https://ticketseller.gr/wp-content/plugins/onetourismo-forms/templates/autocomplete-transfers.html" initial-value="" selected-object="searchStr"></angucomplete-alt> -->
<!-- <ui-select tagging ng-model="searchOptions.transfer.departure" theme="bootstrap" ng-show="searchableTransferDestinations.length">
<ui-select-match placeholder="Pick one...">{{$select.selected.name}}</ui-select-match>
<ui-select-choices
repeat="destination in searchableTransferDestinations | filter: {name: $select.search}">
<span ng-class="getTransferDestinationClass(destination)"></span>
<div class='transfer-destination-autocomplete' ng-bind="destination.name"></div>
</ui-select-choices>
</ui-select> -->
</div>
<div>
<label>To</label>
<!-- <select class="uk-select" id="toLocationCode" name="toLocationCode" ng-model="destinationTo">
<option value="" disabled selected hidden>-- Select --</option>
<option ng-repeat="destination in endingDestinations" value="{{destination.id}}">{{destination.name}}</option>
</select> -->
<span angucomplete-alt="" input-name="loc" id="transfer_to" placeholder="e.g. Athens" selected-object="endingDest" remote-url="https://autocomplete_v2.onetourismo.com/autocomplete_transfers.php?provider=BDS&s="
template-url="https://ticketseller.gr/wp-content/plugins/onetourismo-forms/templates/autocomplete-transfers.html" title-field="name" minlength="3" field-required-class="location" field-required="true" pause="400" input-class="uk-input"
class="ng-isolate-scope">
<div class="angucomplete-holder" data-ng-class="{'angucomplete-dropdown-visible': showDropdown}">
<input id="transfer_to" name="loc" data-ng-class="{'angucomplete-input-not-empty': notEmpty}" data-ng-model="searchStr" ng-disabled="disableInput" type="text" placeholder="e.g. Athens" maxlength="524288"
class="uk-input ng-invalid ng-invalid-location ng-valid-maxlength" ng-focus="onFocusHandler(); resetHideResults()" ng-blur="hideResults($event)" autocapitalize="off" autocorrect="off" autocomplete="off"
ng-change="inputChangeHandler(searchStr)">
<div id="transfer_to_dropdown" class="angucomplete-dropdown ng-hide" ng-show="showDropdown">
<div class="angucomplete-row ng-binding ng-hide" ng-show="searching" ng-bind="textSearching">Searching...</div>
<div class="angucomplete-row ng-binding" ng-show="!searching && (!results || results.length == 0)" ng-bind="textNoResults">No results found</div>
<!-- ngRepeat: result in results -->
</div>
</div>
</span>
</div>
<div>
<label>Departure Date</label>
<!-- <input type="text" id="checkin-transfer" uib-datepicker-popup="dd-MM-yyyy HH:mm" ng-model="sdate" datepicker-options="checkInOptions" close-text="Close" is-open="checkInOpened" show-button-bar="false" ng-click="checkInOpened=true" /> -->
<input class="uk-input ng-pristine ng-untouched ng-valid ng-isolate-scope moment-picker-input ng-valid-min-date ng-valid-max-date" type="text" format="DD-MM-YYYY HH:mm" min-date="todayMoment" moment-picker="sdate" minutes-step="30"
ng-model="sdate" min-view="year" max-view="hour" start-view="month" tabindex="0">
</div>
<div ng-show="!oneway">
<label>Return Date</label>
<!-- <input type="text" id="checkout-transfer" uib-datepicker-popup="dd-MM-yyyy HH:mm" ng-model="edate" datepicker-options="checkOutOptions" close-text="Close" is-open="checkOutOpened" show-button-bar="false" ng-click="checkOutOpened=true" /> -->
<input class="uk-input ng-pristine ng-untouched ng-valid ng-isolate-scope moment-picker-input ng-valid-min-date ng-valid-max-date" type="text" format="DD-MM-YYYY HH:mm" min-date="sdate" moment-picker="edate" minutes-step="30" ng-model="edate"
min-view="year" max-view="hour" start-view="month" tabindex="0">
</div>
<div>
<label>Adults</label>
<input class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max" type="number" name="numberOfAdults" ng-model="rooms[0].adults" min="1" max="10" value="2">
</div>
<div class="more-inputs">
<label>Advance</label>
<a uk-toggle="target: #more-inputs-transfers">More <span uk-icon="icon: chevron-down" class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="chevron-down"><polyline fill="none" stroke="#000" stroke-width="1.03" points="16 7 10 13 4 7"></polyline></svg></span></a>
<div id="more-inputs-transfers" uk-modal="" class="uk-modal">
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-outside uk-icon uk-close" type="button" uk-close=""><svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" data-svg="close-icon">
<line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"></line>
<line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"></line>
</svg></button>
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div>
<label>Children</label>
<input class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max" type="number" name="numberOfChildren" min="0" max="10" value="0" ng-model="rooms[0].children">
</div>
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div ng-show="rooms[0].children" class="ng-hide">
<!-- ngRepeat: child in range(rooms[0].children) -->
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<label>One Way</label>
<input type="checkbox" class="uk-checkbox ng-pristine ng-untouched ng-valid" ng-model="oneway">
</div>
<div class="submit-btn">
<button type="submit" id="redirect-submit" ng-click="search()" class="uk-button uk-button-default uk-width-expand">Search</button>
</div>
</div>
</form>
<form class="ng-pristine ng-invalid ng-invalid-date ng-valid-min ng-valid-max">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div>
<label>Check In:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="sdate" datepicker-options="hotelCheckInOptions" close-text="Close"
is-open="checkInOpened" show-button-bar="false" ng-click="checkInOpened=true" previous-text="‹">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Check Out:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="edate" datepicker-options="hotelCheckOutOptions" close-text="Close"
is-open="checkOutOpened" show-button-bar="false" ng-click="checkOutOpened=true">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Adults:</label>
<input type="number" min="2" max="10" ng-model="rooms[0].adults" value="2" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
<div>
<label>Children:</label>
<input type="number" min="0" max="10" ng-model="rooms[0].children" value="0" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
</div>
<div class="uk-child-width-1-1@s uk-child-width-1-3@m ng-hide uk-grid uk-grid-stack" uk-grid="" ng-show="rooms[0].children">
<!-- ngRepeat: child in range(rooms[0].children) -->
</div>
<div class="save-btn">
<button type="submit" ng-click="searchfeaturedhotel()" class="uk-button uk-button-default uk-width-expand uk-modal-close">Search</button>
<div class="nights ng-binding">1 night</div>
</div>
</form>
<form class="ng-pristine ng-invalid ng-invalid-date ng-valid-min ng-valid-max">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div>
<label>Check In:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="sdate" datepicker-options="hotelCheckInOptions" close-text="Close"
is-open="checkInOpened" show-button-bar="false" ng-click="checkInOpened=true" previous-text="‹">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Check Out:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="edate" datepicker-options="hotelCheckOutOptions" close-text="Close"
is-open="checkOutOpened" show-button-bar="false" ng-click="checkOutOpened=true">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Adults:</label>
<input type="number" min="2" max="10" ng-model="rooms[0].adults" value="2" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
<div>
<label>Children:</label>
<input type="number" min="0" max="10" ng-model="rooms[0].children" value="0" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
</div>
<div class="uk-child-width-1-1@s uk-child-width-1-3@m ng-hide uk-grid uk-grid-stack" uk-grid="" ng-show="rooms[0].children">
<!-- ngRepeat: child in range(rooms[0].children) -->
</div>
<div class="save-btn">
<button type="submit" ng-click="searchfeaturedhotel()" class="uk-button uk-button-default uk-width-expand uk-modal-close">Search</button>
<div class="nights ng-binding">1 night</div>
</div>
</form>
<form class="ng-pristine ng-invalid ng-invalid-date ng-valid-min ng-valid-max">
<div class="uk-grid-collapse uk-child-width-expand@s uk-text-center uk-grid uk-grid-stack" uk-grid="">
<div>
<label>Check In:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="sdate" datepicker-options="hotelCheckInOptions" close-text="Close"
is-open="checkInOpened" show-button-bar="false" ng-click="checkInOpened=true" previous-text="‹">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Check Out:</label>
<input type="text" class="uk-input cursor-pointer ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="edate" datepicker-options="hotelCheckOutOptions" close-text="Close"
is-open="checkOutOpened" show-button-bar="false" ng-click="checkOutOpened=true">
<div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope"><!-- ngIf: isOpen -->
</div>
</div>
<div>
<label>Adults:</label>
<input type="number" min="2" max="10" ng-model="rooms[0].adults" value="2" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
<div>
<label>Children:</label>
<input type="number" min="0" max="10" ng-model="rooms[0].children" value="0" class="uk-input ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max">
</div>
</div>
<div class="uk-child-width-1-1@s uk-child-width-1-3@m ng-hide uk-grid uk-grid-stack" uk-grid="" ng-show="rooms[0].children">
<!-- ngRepeat: child in range(rooms[0].children) -->
</div>
<div class="save-btn">
<button type="submit" ng-click="searchfeaturedhotel()" class="uk-button uk-button-default uk-width-expand uk-modal-close">Search</button>
<div class="nights ng-binding">1 night</div>
</div>
</form>
Text Content
Menu * Home * Destinations * 4 seasons * Activities * Independent travel agent * * * +30 211 1138 928 * CHOOSE YOUR EXPERIENCE Come and meet us * * B2B Login Menu * Home * Destinations * 4 seasons * Activities * Independent travel agent * * TRAVEL TO HEAL YOUR BODY AND SOUL * Hotels * Activities * Flights * Ferries * Transfers * Cars * Destination: Searching... No results found Locations Hotels Check In: Check Out: Nights: Advance More Adults: Children: Adults: Children: Add new room Save Search * Choose your destination Searching... No results found Choose month Adults Advance More Children Search * * * From Searching... No results found To Searching... No results found Departure Date Return Date Adults Advance More Children One Way Search * POPULAR DESTINATIONS * VENICE (3) * CHALKIDIKI (3) * MILOS (3) * THESSALONIKI (3) * REYKJAVIK (3) * NEW YORK (3) * DUBLIN (3) * NAXOS (3) * FOLEGANDROS (3) All destinations POPULAR ACTIVITIES All Packages 12h Chalkidiki Blue Lagoon Cruise with Lunch Start from 100€ View More 10.5 Romantic Road Rothenburg and Harburg Start from 56€ View More 12h Disneyland® Paris Express: A Magical Day in Disneyland from Paris Start from 123.50€ View More 2 hours Visit to the Temple of Luxor Start from 53€ View More 110 min. Porto tuk tuk ride and Douro cruise Start from 25.50€ View More 7 days Lemon Farm tour Start from 577€ View More POPULAR HOTELS White Rock Villas Lefkada Greece - Lefkada Per Night 181€ Book Now Aegialis Hotel & Spa Amorgos Greece - Amorgos Per Night 216.75€ Book Now Naxian Lounge Villas Greece - Naxos Per Night 524,75€ Book Now View All Hotels LATEST ARTICLES 10-01-2019 WHICH GREEK ISLANDS TO VISIT THIS SUMMER VOL.5 15 Best Greek Islands to visit in 2021-vol.5 Plan your trip [onetourismo-forms] We have gathered 5 Greek islands for budget... 10-01-2019 STAYCATION: A POST PANDEMIC TRAVEL TREND Have you planned traveling this year? Probably not if the trip for you is defined as travel by boat or... 10-01-2019 THE BEST SKI RESORTS IN GREECE Greece is an all-season destination. In summer there are hundreds of million of beaches for diving and during winter the... 10-01-2019 10 BEST VALUE DESTINATIONS FOR 2021 Want to know the best value destinations for 2021? We've put together 10 of the best value destinations for 2021.... 10-01-2019 5 DESTINATIONS FOR WINTER WEEKEND GETAWAYS IN GREECE Top 5 destinations for winter weekend getaways in Greece 5 Ideal winter destinations in Greece for weekend Getaways! As Christmas... 10-01-2019 TEST FOR COVID-19 & GET YOUR HEALTH CERTIFICATE WITH A 10% OFF Test for Covid-19 to get the health certificate in order to travel safe. For flights & road trips to Greece... 10-01-2019 FALL GETAWAYS For those who have not been able to holiday this summer and because the winter is forecast to be heavy,... 10-01-2019 POST COVID-19 TRAVEL DESTINATIONS We know how important travelling is for you. And the Covid-19 outbreak has not only made us worry about our... 10-01-2019 BEST PLACES TO TRAVEL IN SEPTEMBER Best Places To Travel In September Sadly, for many travellers, September marks the end of travel season. It’s back-to-school, back-to-work, back-to-reality month.... 10-01-2019 10 PACKING TIPS TO TRAVEL LIKE A PRO Whether you’re packing for a weekend city break or a two week beach holiday, these are all of the tips you’ll ever need for... 10-01-2019 WHICH GREEK ISLANDS TO VISIT THIS SUMMER VOL.4 [onetourismo-forms] SAMOTHRAKI Lush mountain landscapes The green island of Samothraki (Samothrace) is a popular destination among Greece’s nature lovers, thanks... 10-01-2019 WHICH GREEK ISLANDS TO VISIT THIS SUMMER VOL.3 Whether you are looking for a typical Cycladic island to enjoy your holiday without the hordes of tourists, a historically... HOURS & INFO 53, Ipirou street Chalandri Attica Greece +30 211 1138 928 info@ticketseller.gr Mon.-Fri. 10:00 am to 6.00 pm G.N.T.O 0259E70000752201 Follow us TOP PAGES * Medical Tourism * Search Bookings * Destinations * Travel news * About us * Privacy Policy * Return / Cancellation Policy * Secure Transactions * GDPR Compliance * Covid-19 Update * Contact Us Copyright © 2021 TicketSeller. All rights reserved. We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkNoPrivacy policy WHITE ROCK VILLAS LEFKADA Check In: Check Out: Adults: Children: Search 1 night AEGIALIS HOTEL & SPA AMORGOS Check In: Check Out: Adults: Children: Search 1 night NAXIAN LOUNGE VILLAS Check In: Check Out: Adults: Children: Search 1 night