booking.torrelines.it Open in urlscan Pro
94.177.198.53  Public Scan

Submitted URL: https://booking.torrelines.it/
Effective URL: https://booking.torrelines.it/booking.htm
Submission: On February 10 via automatic, source certstream-suspicious — Scanned from IT

Form analysis 1 forms found in the DOM

<form class="grid grid-cols-1 p-6 gap-y-4 ng-pristine ng-valid" data-required="Campo obbligatorio" data-notvalid="Campo non valido" data-error="Si è verificato un errore durante l'operazione corrente. Si prega di contattare lo staff.">
  <input type="hidden" name="type" value="transfer">
  <!--radio-->
  <fieldset class="col-span-2 ">
    <div class="grid grid-cols-2">
      <div class="flex items-center">
        <input type="radio" id="and_rit_0" name="and_rit" ng-model="input.goReturnRadio" value="0" checked="" class="w-4 h-4 text-blue-600 border-gray-300 focus:ring-blue-500 ng-pristine ng-untouched ng-valid">
        <label for="and_rit_0" class="ml-3">
          <span class="text-base text-white ng-binding">Solo andata</span>
        </label>
      </div>
      <div class="flex items-center">
        <input type="radio" id="and_rit_1" name="and_rit" ng-model="input.goReturnRadio" value="1" class="w-4 h-4 text-blue-600 border-gray-300 focus:ring-blue-500 ng-pristine ng-untouched ng-valid">
        <label for="and_rit_1" class="ml-3">
          <span class="block text-base text-white ng-binding">Andata e ritorno</span>
        </label>
      </div>
    </div>
  </fieldset>
  <!--From-->
  <div class="col-span-2">
    <label for="from" class="block mb-1 text-sm font-medium text-white ng-binding">Da</label>
    <select id="from" name="from" ng-model="input.from" class="w-full h-12 p-2 border-gray-300 rounded-md shadow-sm sm:text-md focus:ring-blu-500 focus:border-blu-500 ng-pristine ng-untouched ng-valid" ng-change="changedFrom()">
      <option selected="" value="Trapani">Trapani</option>
      <option value="Favignana">Favignana</option>
    </select>
  </div>
  <!--To-->
  <div class="col-span-2">
    <label for="to" class="block mb-1 text-sm font-medium text-white ng-binding">A</label>
    <select id="to" name="to" ng-model="input.to" class="w-full h-12 p-2 border-gray-300 rounded-md shadow-sm sm:text-md focus:ring-blu-500 focus:border-blu-500 ng-pristine ng-untouched ng-valid">
      <!-- ngIf: input.from != 'Favignana' -->
      <option selected="" ng-if="input.from != 'Favignana'" value="Favignana" class="ng-scope">Favignana</option><!-- end ngIf: input.from != 'Favignana' -->
      <!-- ngIf: input.from != 'Trapani' -->
    </select>
  </div>
  <!--pax-->
  <div x-data="{ dropdownOpen: false }" class="relative">
    <label for="passeggeri" class="block mb-1 text-sm font-medium text-white ng-binding"></label>
    <div @click="dropdownOpen = !dropdownOpen" id="t_pax transfer-pax" class="w-full h-12 p-3 bg-white border-gray-300 rounded-md shadow-sm sm:text-md focus:ring-blu-500 focus:border-blu-500">
      <span class="font-bold ng-binding">1</span>
      <!-- ngIf: lang === 'it' --><span ng-if="lang === 'it'" data-single="Passeggero" data-multi="Passeggeri" class="ng-binding ng-scope">Passeggero</span><!-- end ngIf: lang === 'it' -->
      <!-- ngIf: lang === 'en' -->
    </div>
    <div x-show="dropdownOpen" @click="dropdownOpen = false" class="fixed inset-0 z-10 w-full h-full" style="display: none;"></div>
    <div x-show="dropdownOpen" class="absolute right-0 z-20 w-full mt-3 overflow-visible bg-white rounded-md shadow-xl" style="display: none;">
      <div class="p-6">
        <div class="flex flex-row p-2 border-b-2 border-grey-600">
          <span class="flex-auto font-bold ng-binding">Adulti</span>
          <div class="flex gap-2 flex-2" data-input="adults">
            <button class="text-gray-400 hover:text-blue-500 disabled" title="1 in meno" ng-click="input.adults = input.adults > 1 ? input.adults-1 : 1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM7 9a1 1 0 000 2h6a1 1 0 100-2H7z" clip-rule="evenodd"></path>
              </svg>
            </button>
            <span class="text-lg text-center ng-binding" data-min="1" data-max="56">1</span>
            <button class="text-gray-400 hover:text-blue-500" title="1 in più" ng-click="input.adults = input.adults+1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-11a1 1 0 10-2 0v2H7a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2h-2V7z" clip-rule="evenodd"></path>
              </svg>
            </button>
          </div>
        </div>
        <div class="flex flex-row p-2 border-b-2 border-grey-600">
          <span class="flex-auto font-bold ng-binding">Ragazzi 5-12</span>
          <div class="flex gap-2 flex-2" data-input="reduced">
            <button class="text-gray-400 hover:text-blue-500 disabled" title="1 in meno" ng-click="input.reduced = input.reduced > 1 ? input.reduced-1 : 0">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM7 9a1 1 0 000 2h6a1 1 0 100-2H7z" clip-rule="evenodd"></path>
              </svg>
            </button>
            <span class="text-lg text-center ng-binding" data-min="0" data-max="56">0</span>
            <button class="text-gray-400 hover:text-blue-500" title="1 in più" ng-click="input.reduced = input.reduced+1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-11a1 1 0 10-2 0v2H7a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2h-2V7z" clip-rule="evenodd"></path>
              </svg>
            </button>
          </div>
        </div>
        <div class="flex flex-row p-2">
          <span class="flex-auto font-bold ng-binding">Bebè 0-4</span>
          <div class="flex gap-2 flex-2" data-input="free">
            <button class="text-gray-400 hover:text-blue-500 disabled" title="1 in meno" ng-click="input.free = input.free > 1 ? input.free-1 : 0">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM7 9a1 1 0 000 2h6a1 1 0 100-2H7z" clip-rule="evenodd"></path>
              </svg>
            </button>
            <span class="text-lg text-center ng-binding" data-min="0" data-max="55">0</span>
            <button class="text-gray-400 hover:text-blue-500" title="1 in più" ng-click="input.free = input.free+1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-11a1 1 0 10-2 0v2H7a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2h-2V7z" clip-rule="evenodd"></path>
              </svg>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!--dateGo-->
  <div class="col-span-2">
    <label for="dateGo" class="block mb-1 text-sm font-medium text-white ng-binding">Data di andata</label>
    <input type="text" id="dateGo" name="dateGo" ng-model="input.dateGo" placeholder="Seleziona la data"
      class="w-full h-12 p-2 border-gray-300 rounded-md shadow-sm date1 sm:text-md focus:ring-blu-500 focus:border-blu-500 ng-pristine ng-untouched ng-valid datepicker-input">
  </div>
  <!--dateReturn-->
  <div class="col-span-2" ng-style="{'display': input.goReturnRadio == '1' ? '' : 'none'}">
    <label for="dateReturn" class="block mb-1 text-sm font-medium text-white ng-binding">Data di ritorno</label>
    <input type="text" id="dateReturn" ng-model="input.dateReturn" placeholder="Seleziona la data" name="dateReturn"
      class="w-full h-12 p-2 border-gray-300 rounded-md shadow-sm date2 sm:text-md focus:ring-blu-500 focus:border-blu-500 ng-pristine ng-untouched ng-valid datepicker-input">
  </div>
  <div class="col-span-2 mt-4">
    <button ng-click="checkAvailability()"
      class="w-full px-4 py-4 text-sm font-bold text-yellow-800 uppercase bg-yellow-400 border border-transparent rounded-md shadow-sm hover:bg-yellow-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-yellow-600 ng-binding"> Verifica
      disponibilità </button>
  </div>
  <p class="text-xs italic text-white ng-binding">Facendo click su "Verifica la disponibilità", accetto i termini di utilizzo del sito web.</p>
</form>

Text Content

Solo andata
Andata e ritorno
Da Trapani Favignana
A Favignana
1 Passeggero

Adulti
1
Ragazzi 5-12
0
Bebè 0-4
0
Data di andata
Data di ritorno
Verifica disponibilità

Facendo click su "Verifica la disponibilità", accetto i termini di utilizzo del
sito web.

<PrecSucc>
Aprile 2021

DoLuMaMeGiVeSa    123456789101112131415161718192021222324252627282930 


Facebook Instagram

© Torre lines 2021

«Maggio 2023»
DoLuMaMeGiVeSa
301234567891011121314151617181920212223242526272829303112345678910
OggiCancella
«Maggio 2023»
DoLuMaMeGiVeSa
301234567891011121314151617181920212223242526272829303112345678910
OggiCancella