app/template/osechi/Plan/cruisefireworks.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% extends 'default_frame.twig' %}
  9. {% block stylesheet %}
  10.     <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css">
  11.     <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css">
  12.     <link rel="stylesheet" href="//unpkg.com/flatpickr/dist/flatpickr.min.css">
  13.     <!-- カスタムテーマ -->
  14.     <link rel="stylesheet" href="//unpkg.com/flatpick/dist/themes/airbnb.css">
  15.     <link rel="stylesheet" href="{{ asset('assets/css/input.css') }}?{{ env('CSS_PARAM') }}">
  16.     <link rel="stylesheet" href="{{ asset('assets/css/limitedoffer.css') }}?{{ env('CSS_PARAM') }}">
  17.     <link rel="stylesheet" href="{{ asset('assets/css/limitedoffer-privacy.css') }}?{{ env('CSS_PARAM') }}">
  18. {% endblock %}
  19. {% block javascript %}
  20.     <script src="//unpkg.com/flatpickr"></script>
  21.     <script src="//unpkg.com/flatpickr/dist/l10n/ja.js"></script>
  22.     <script src="{{ asset('assets/js/hotelinfo].js') }}?{{ env('JS_PARAM') }}"></script>
  23.     <script src="{{ asset('assets/js/curisefireworks.js') }}?{{ env('JS_PARAM') }}"></script>
  24.     <script src="{{ asset('assets/js/telcode.js') }}?{{ env('JS_PARAM') }}"></script>
  25. {% endblock %}
  26. {% block main %}
  27.     <div class="contents">
  28.         <form name="reserveForm" action="{{ url('fireworks_reserved') }}" method="post" class="reserveForm">
  29.             <input type="hidden" name="referralhotel" class="referralhotel" value="">
  30.         <section class="container">
  31.             <h3 style="    margin-top: 20px;">Reservation holder</h3>
  32.             <div class="w100">
  33.                 <p class="ec-para-normal position_error">
  34.                     Please enter the necessary information to make a reservation. After submission, the provisional bookig will be confirmed.
  35.                 </p>
  36.                 <p class="reserevedError" style="display:none;">Reservation information is not set correctly</p>
  37.             </div>
  38.             <div class="Form-Item name item">
  39.                 <p class="Form-Item-Label">Event</p>
  40.                 <select name="events" class="Form-Item-Input participants">
  41.                     <option value='13 July  / 2024 Kurihama Perry Festival Fireworks Festival'>13 July  / 2024 Kurihama Perry Festival Fireworks Festival</option>
  42.                     <option value='13 July  / 2024 Yokohama Hakkeijima Fireworks Sinfonia'>13 July  / 2024 Yokohama Hakkeijima Fireworks Sinfonia</option>
  43.                     <option value='14 July  / 2024 Yokohama Hakkeijima Fireworks Sinfonia'>14 July  / 2024 Yokohama Hakkeijima Fireworks Sinfonia</option>
  44.                     <option value='5 August / Minato Mirai Smart Festival 2024'>5 August / Minato Mirai Smart Festival 2024</option>
  45.                     <option value='7 August / 44th Miura Coast Summer Festival Fireworks Festival'>7 August / 44th Miura Coast Summer Festival Fireworks Festival</option>
  46.                     <option value='10 August / 2024 Yokohama Hakkeijima Fireworks Sinfonia'>10 August / 2024 Yokohama Hakkeijima Fireworks Sinfonia</option>
  47.                     <option value='11 August / 2024 Yokohama Hakkeijima Fireworks Sinfonia'>11 August / 2024 Yokohama Hakkeijima Fireworks Sinfonia</option>
  48.                     <option value='15 August / 77th Kisarazu Port Festival Fireworks Festival'>15 August / 77th Kisarazu Port Festival Fireworks Festival</option>
  49.                 </select>
  50.                 <span class="Form-Item-Error events" style="display: none;">*Please Select</span>
  51.             </div>
  52.             <div class="Form-Item name item">
  53.                 <p class="Form-Item-Label">Name</p>
  54.                 <input name="name" type="text" class="Form-Item-Input name" placeholder="John Smith" value="">
  55.                 <span class="Form-Item-Error name" style="display: none;">*Please enter</span>
  56.             </div>
  57.             <div class="Form-Item name">
  58.                 <p class="Form-Item-Label">Country</p>
  59.                 <input name="country" type="text" class="Form-Item-Input country" placeholder="Australia" value="">
  60.                 <span class="Form-Item-Error country" style="display: none;">*Please enter</span>
  61.             </div>
  62.             <div class="Form-Item email">
  63.                 <p class="Form-Item-Label">Mail</p>
  64.                 <input name="email" type="email" class="Form-Item-Input email" placeholder="example@gmail.com" value="">
  65.                 <span class="Form-Item-Error email" style="display: none;">*Please enter</span>
  66.             </div>
  67.             <div class="Form-Item tel">
  68.                 <p class="Form-Item-Label">Tel</p>
  69.                 <select name="telcode" class="Form-Item-Input telcode">
  70.                     <option value=""></option>
  71.                 </select>
  72.                 <input name="tel" type="tel" class="Form-Item-Input tel" placeholder="112222333" value="">
  73.                 <span class="Form-Item-Error tel" style="display: none;">*Please select and enter</span>
  74.             </div>
  75.             
  76.             <div class="Form-Item">
  77.                 <p class="Form-Item-Label block-line">Number Of Participants</p>
  78.                 <span class="note"></span>
  79.                 <select name="participants" class="Form-Item-Input participants">
  80.                     <option value="1">1</option>
  81.                     <option value="2">2</option>
  82.                     <option value="3">3</option>
  83.                     <option value="4">4</option>
  84.                     <option value="4">5</option>
  85.                     <option value="6">6</option>
  86.                     <option value="7">7</option>
  87.                     <option value="8">8</option>
  88.                     <option value="9">9</option>
  89.                     <option value="10">10</option>
  90.                 </select>
  91.             </div>
  92. {#
  93.             <div class="Form-Item">
  94.                 <p class="Form-Item-Label block-line">English Interpretation Option</p>
  95.                 <span class="note">*The option fee is free of charge.</span>
  96.                 <select name="english" class="Form-Item-Input english">
  97.                     <option value="No Need">No Need</option>
  98.                     <option value="Need">Need</option>
  99.                 </select>
  100.             </div>
  101.             <div class="Form-Item">
  102.                 <p class="Form-Item-Label block-line">Free shuttle service</p>
  103.                 <span class="note">*Limited to hotels in Minato/Chiyoda/Chuo/Shinagawa/Meguro/Shibuya .</span>
  104.                 <select name="transfer" class="Form-Item-Input transfer">
  105.                     <option value="No Need">No Need</option>
  106.                     <option value="One way">One way</option>
  107.                     <option value="Round Trip">Round Trip</option>
  108.                 </select>
  109.             </div>
  110. #}
  111.             <div class="Form-Item">
  112.                 <p class="Form-Item-Label">PickUp Location</p>
  113.                 <span class="note">*Specify the pick-up location, please.If not listed, please provide the hotel name in the comments.</span>
  114.                 <select name="pickup" class="Form-Item-Input pickup">
  115.                     <option value="">Please select</option>
  116.                 </select>
  117.                 <span class="Form-Item-Error pickup" style="display: none;">*Please select</span>
  118.             </div>
  119.             <div class="Form-Item pcOnly">
  120.             </div>
  121.             <div class="Form-Item commnet">
  122.                 <p class="Form-Item-Label">Comment</p>
  123.                 <span class="note">*If you have any requests, please enter them.</span>
  124.                 <textarea rows="5" class="Form-Item-Textarea" name="message"></textarea>
  125.             </div>
  126.             {{ include('/Plan/limited-privacy.twig') }}
  127.             <div class="ec-checkbox idp">
  128.                 <label>
  129.                     <input type="checkbox" id="deposit" class="terms" name="terms" required="required" value="1" data-gtm-form-interact-field-id="0">
  130.                     <label for="deposit">
  131.                         <span></span>
  132.                     </label>
  133.                           I agree to the Terms and Conditions
  134.                 </label>
  135.                 <div class="Form-Item-Error terms" style="display: none;">*Please Check</div>
  136.             </div>
  137.         </section>
  138.         <section class="container btn">
  139.             <div class="Form-Item">
  140.                 <a class="ec-shopCollectionBtn back" href="/awd/plan/532">back</a>
  141.             </div>
  142.             <div class="Form-Item">
  143.                 <a class="ec-shopCollectionBtn submit" href="javascript:void(0)">Reserve</a>
  144.             </div>
  145.         </section>
  146.     </div>
  147. {% endblock %}