stellapalace.reserve-online.net Open in urlscan Pro
18.65.39.15  Public Scan

URL: https://stellapalace.reserve-online.net/?lang=en
Submission: On January 04 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form id="avlFrm" method="POST" novalidate="" onsubmit="return false">
  <input type="hidden" name="bk_code">
  <input type="hidden" name="offerid">
  <input type="hidden" name="checkin">
  <input type="hidden" name="checkout">
  <input type="hidden" name="cur_iso" value="EUR">
  <div class="avl-form">
    <div class="avl-options mb-3">
      <h2>
        <div class="text-divider fade start">Availability Search</div>
      </h2>
      <div class="b2b-hide">
        <a href="javascript:app.ui.ta.login()">Travel Agents</a>
      </div>
      <div class="b2b-ta-show" id="guest-nationality">
        <a href="javascript:app.ui.ta.nationality()" title="Click to change guest nationality">Guest Nationality: <img src="https://cdn.webhotelier.net/flag/4x3/de.svg" alt="DE" style="width:18px;height:18px;vertical-align:middle"></a>
      </div>
      <div id="bk-code">
        <a href="javascript:app.bkcode.open()">Booking code</a>
      </div>
      <div class="b2b-hide">
        <button id="loyalty-btn" type="button" class="success" onclick="app.ui.loyalty.open()">
          <span role="presentation" class="fa fa-heart"></span> Stella Loyalty Circle </button>
      </div>
      <div>
        <button id="calendar-btn" type="button" class="warning" onclick="app.calendar.run()" data-uid="5" style="opacity: 1; display: block;">
          <svg class="icon" aria-hidden="true" role="img">
            <use xlink:href="#calendar-star"></use>
          </svg> Flexible dates? </button>
      </div>
    </div>
    <ol>
      <li>
        <label class="date" for="date-input-fromd">
          <span>Check-in</span>
          <input class="date text" id="date-input-fromd" name="fromd" data-bind="tod" size="8" autocomplete="off" maxlength="10" value="2024-03-31" data-min="2024-01-04" data-max="2027-01-03" placeholder="dd/mm/yyyy" data-uid="3"><span
            role="presentation" class="fa fa-calendar"></span>
        </label>
      </li>
      <li>
        <label class="date" for="date-input-tod">
          <span>Check-out</span>
          <input class="date text" id="date-input-tod" name="tod" data-bind="fromd" size="8" autocomplete="off" maxlength="10" data-nmax="60" value="2024-04-01" data-min="2024-04-01" data-max="2024-05-30" placeholder="dd/mm/yyyy" data-uid="4"><span
            role="presentation" class="fa fa-calendar"></span>
        </label>
      </li>
      <li>
        <label for="select-rooms">
          <span>Rooms/Villas</span>
          <select id="select-rooms" name="rooms" data-selected="1" data-uid="6">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
          </select>
        </label>
      </li>
      <li>
        <ol>
          <li>
            <label for="select-adults">
              <span>Adults</span>
              <select id="select-adults" name="adults" data-selected="2">
                <option value="1">1</option>
                <option value="2">2</option>
                <option value="3">3</option>
                <option value="4">4</option>
                <option value="5">5</option>
                <option value="6">6</option>
                <option value="7">7</option>
                <option value="8">8</option>
              </select>
            </label>
            <small>age: 12+</small>
          </li>
          <li>
            <label for="select-children">
              <span>Children</span>
              <select id="select-children" name="children" data-selected="0">
                <option value="0">0</option>
                <option value="1">1</option>
                <option value="2">2</option>
                <option value="3">3</option>
                <option value="4">4</option>
                <option value="5">5</option>
                <option value="6">6</option>
                <option value="7">7</option>
              </select>
            </label>
            <small> age: <a href="/children-policy" data-behavior="modal" title="Children policy">
											3-11
										</a>
            </small>
          </li>
          <li>
            <label for="select-infants">
              <span>Infants</span>
              <select id="select-infants" name="infants" data-selected="0">
                <option value="0">0</option>
                <option value="1">1</option>
                <option value="2">2</option>
              </select>
            </label>
            <small> age: <a href="/children-policy" data-behavior="modal" title="Children policy">
											0-2
										</a>
            </small>
          </li>
        </ol>
        <div class="rm text-divider fade"><small>per&nbsp;room/villa</small></div>
      </li>
      <li>
        <label for="avl-voucher">
          <span>Voucher</span>
          <input id="avl-voucher" name="voucher" size="10" class="text w-100" maxlength="255">
        </label>
      </li>
    </ol>
    <ol class="search-btn">
      <li>
        <button type="submit" class="prime" onclick="app.avl.run()">
          <svg class="icon" aria-hidden="true" role="img">
            <use xlink:href="#search"></use>
          </svg> Search </button>
      </li>
      <li>
      </li>
    </ol>
  </div>
</form>

POST /book

<form id="bkFrm" action="/book" novalidate="" method="POST" onsubmit="return false">
  <input type="hidden" name="fromd">
  <input type="hidden" name="nights">
  <input type="hidden" name="rooms">
  <input type="hidden" name="adults">
  <input type="hidden" name="children" value="0">
  <input type="hidden" name="infants" value="0">
  <input type="hidden" name="rate_id">
  <input type="hidden" name="bk_code">
  <input type="hidden" name="currency">
  <input type="hidden" name="offerid">
  <input type="hidden" name="price">
  <input type="hidden" name="deposit">
  <input type="hidden" name="tpl" value="9236">
  <input type="hidden" name="ua_width">
  <input type="hidden" name="ua_height">
  <input type="hidden" name="ua_timezone_offset">
  <div class="return-btn">
    <button type="button" onclick="window.history.back()">
      <svg class="icon" aria-hidden="true" role="img">
        <use xlink:href="#chevron-double-left"></use>
      </svg> &nbsp;Back to room/villa selection </button>
  </div>
  <div class="checkout-container">
    <div id="book-data"></div>
    <div id="summary">
      <div id="sum-content" class="inside">
        <p id="sum-preview"></p>
        <div id="sum-room"></div>
        <div id="sum-rate-details" class="user"></div>
        <div id="sum-extras">
          <hr>
          <p id="sum-extras-desc"></p>
        </div>
        <div id="sum-agent">
          <div class="summary-section">travel agent:</div>
          <p id="sum-agent-desc"></p>
        </div>
        <hr>
        <dl class="numeric" id="sum-room-total">
          <dt>Stay total:</dt>
          <dd class="price sum"></dd>
        </dl>
        <dl class="numeric d-none" id="sum-credit">
          <dt>Credit note:</dt>
          <dd class="price sum"></dd>
        </dl>
        <dl class="numeric" id="sum-extras-total">
          <dt>Extras &amp; stay enhancements:</dt>
          <dd class="price sum"></dd>
        </dl>
        <dl class="numeric" id="sum-taxes">
          <dt>Taxes:</dt>
          <dd class="price sum"></dd>
        </dl>
        <div class="summary-section">Booking total:</div>
        <div id="sum-price"></div>
        <div id="sum-deposit">
          <div class="summary-section">Deposit:</div>
          <dl class="numeric">
            <dt></dt>
            <dd class="price sum"></dd>
          </dl>
        </div>
        <div id="sum-charges"></div>
        <div class="book-buttons">
          <label class="check" for="checkbox-accept">
            <input id="checkbox-accept" type="checkbox" name="accept">
            <span>By completing this booking you agree to the <a href="javascript:;" onclick="app.ui.checkout.terms()">booking terms</a> and <a href="javascript:;" onclick="app.ui.checkout.privacy()">privacy policy</a>.</span>
          </label>
          <br>
          <button type="submit" onclick="app.book.confirm()" id="book-btn" class="prime">
            <span role="presentation" class="fa fa-check-circle"></span> Confirm &amp; Book </button>
        </div>
        <div id="sum-notes"></div>
      </div>
    </div>
  </div>
</form>

Text Content

 * About
 * Rooms
 * Villas
 * Map
 * Hotel with Flight
 * Ferry Tickets

AVAILABILITY SEARCH

Travel Agents
Guest Nationality:
Booking code
Stella Loyalty Circle
Flexible dates?
 1. Check-in
 2. Check-out
 3. Rooms/Villas 12345678910
 4. 1. Adults 12345678 age: 12+
    2. Children 0 1 2 3 4 5 6 7 age: 3-11
    3. Infants 012 age: 0-2
    per room/villa
 5. Voucher

 1. Search
 2. 


 Back to room/villa selection

--------------------------------------------------------------------------------



travel agent:



--------------------------------------------------------------------------------

Stay total: Credit note: Extras & stay enhancements: Taxes:
Booking total:

Deposit:

By completing this booking you agree to the booking terms and privacy policy.
Confirm & Book

Add another room/villa Print Voucher
Cancel booking Change booking


 * Change/Cancel booking   Privacy notice
 * https://stellapalace.gr

WebHotelier
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1