app/template/osechi/Plan/fireworks.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/fireworks.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='3 Jury / TOKYO City Pop Fireworks 2024'>3 Jury / TOKYO City Pop Fireworks 2024</option>
  42.                     <option value='20 Jury / 46th Adachi Fireworks'>20 Jury / 46th Adachi Fireworks</option>
  43.                     <option value='23 Jury / The 58th Katsushika Noryo Fireworks Festival'>23 Jury / The 58th Katsushika Noryo Fireworks Festival</option>
  44.                     <option value='27 Jury / 47th Sumida River Fireworks Festival'>27 Jury / 47th Sumida River Fireworks Festival</option>
  45.                     <option value='28 Jury / Saitama City Fireworks Festival'>28 Jury / Saitama City Fireworks Festival</option>
  46.                     <option value='3 August / 71st Todabashi Fireworks Festival'>3 August / 71st Todabashi Fireworks Festival</option>
  47.                     <option value='3 August / 65th Itabashi Fireworks Festival'>3 August / 65th Itabashi Fireworks Festival</option>
  48.                     <option value='3 August / Makuhari Beach Fireworks Festa 2024'>3 August / Makuhari Beach Fireworks Festa 2024</option>
  49.                     <option value='3 August / Teganuma Fireworks Festival 2024'>3 August / Teganuma Fireworks Festival 2024</option>
  50.                     <option value='5 August / Minato Mirai Smart Festival 2024'>5 August / Minato Mirai Smart Festival 2024</option>
  51.                     <option value='10 August / Saitama City Fireworks Festival Higashi Urawa'>10 August / Saitama City Fireworks Festival Higashi Urawa</option>
  52.                     <option value='12 August / Jingu Gaien Fireworks Festival 2024'>12 August / Jingu Gaien Fireworks Festival 2024</option>
  53.                     <option value='15 August / 77th Kisarazu Port Festival'>15 August / 77th Kisarazu Port Festival</option>
  54.                     <option value='17 August / Saitama City Fireworks Festival'>17 August / Saitama City Fireworks Festival</option>
  55.                     <option value='24 August / 49th Edogawa Fireworks Festival'>24 August / 49th Edogawa Fireworks Festival</option>
  56.                 </select>
  57.                 <span class="Form-Item-Error events" style="display: none;">*Please Select</span>
  58.             </div>
  59.             <div class="Form-Item name item">
  60.                 <p class="Form-Item-Label">Name</p>
  61.                 <input name="name" type="text" class="Form-Item-Input name" placeholder="John Smith" value="">
  62.                 <span class="Form-Item-Error name" style="display: none;">*Please enter</span>
  63.             </div>
  64.             <div class="Form-Item name">
  65.                 <p class="Form-Item-Label">Country</p>
  66.                 <input name="country" type="text" class="Form-Item-Input country" placeholder="Australia" value="">
  67.                 <span class="Form-Item-Error country" style="display: none;">*Please enter</span>
  68.             </div>
  69.             <div class="Form-Item email">
  70.                 <p class="Form-Item-Label">Mail</p>
  71.                 <input name="email" type="email" class="Form-Item-Input email" placeholder="example@gmail.com" value="">
  72.                 <span class="Form-Item-Error email" style="display: none;">*Please enter</span>
  73.             </div>
  74.             <div class="Form-Item tel">
  75.                 <p class="Form-Item-Label">Tel</p>
  76.                 <select name="telcode" class="Form-Item-Input telcode">
  77.                     <option value=""></option>
  78.                 </select>
  79.                 <input name="tel" type="tel" class="Form-Item-Input tel" placeholder="112222333" value="">
  80.                 <span class="Form-Item-Error tel" style="display: none;">*Please select and enter</span>
  81.             </div>
  82.             
  83.             <div class="Form-Item">
  84.                 <p class="Form-Item-Label block-line">Number Of Participants</p>
  85.                 <span class="note"></span>
  86.                 <select name="participants" class="Form-Item-Input participants">
  87.                     <option value="1">1</option>
  88.                     <option value="2">2</option>
  89.                     <option value="3">3</option>
  90.                     <option value="4">4</option>
  91.                     <option value="4">5</option>
  92.                     <option value="6">6</option>
  93.                 </select>
  94.             </div>
  95. {#
  96.             <div class="Form-Item">
  97.                 <p class="Form-Item-Label block-line">English Interpretation Option</p>
  98.                 <span class="note">*The option fee is free of charge.</span>
  99.                 <select name="english" class="Form-Item-Input english">
  100.                     <option value="No Need">No Need</option>
  101.                     <option value="Need">Need</option>
  102.                 </select>
  103.             </div>
  104.             <div class="Form-Item">
  105.                 <p class="Form-Item-Label block-line">Free shuttle service</p>
  106.                 <span class="note">*Limited to hotels in Minato/Chiyoda/Chuo/Shinagawa/Meguro/Shibuya .</span>
  107.                 <select name="transfer" class="Form-Item-Input transfer">
  108.                     <option value="No Need">No Need</option>
  109.                     <option value="One way">One way</option>
  110.                     <option value="Round Trip">Round Trip</option>
  111.                 </select>
  112.             </div>
  113. #}
  114.             <div class="Form-Item">
  115.                 <p class="Form-Item-Label">PickUp Location</p>
  116.                 <span class="note">*Specify the pick-up location, please.If not listed, please provide the hotel name in the comments.</span>
  117.                 <select name="pickup" class="Form-Item-Input pickup">
  118.                     <option value="">Please select</option>
  119.                 </select>
  120.                 <span class="Form-Item-Error pickup" style="display: none;">*Please select</span>
  121.             </div>
  122.             <div class="Form-Item pcOnly">
  123.             </div>
  124.             <div class="Form-Item commnet">
  125.                 <p class="Form-Item-Label">Comment</p>
  126.                 <span class="note">*If you have any requests, please enter them.</span>
  127.                 <textarea rows="5" class="Form-Item-Textarea" name="message"></textarea>
  128.             </div>
  129.             {{ include('/Plan/limited-privacy.twig') }}
  130.             <div class="ec-checkbox idp">
  131.                 <label>
  132.                     <input type="checkbox" id="deposit" class="terms" name="terms" required="required" value="1" data-gtm-form-interact-field-id="0">
  133.                     <label for="deposit">
  134.                         <span></span>
  135.                     </label>
  136.                           I agree to the Terms and Conditions
  137.                 </label>
  138.                 <div class="Form-Item-Error terms" style="display: none;">*Please Check</div>
  139.             </div>
  140.         </section>
  141.         <section class="container btn">
  142.             <div class="Form-Item">
  143.                 <a class="ec-shopCollectionBtn back" href="/awd/plan/512">back</a>
  144.             </div>
  145.             <div class="Form-Item">
  146.                 <a class="ec-shopCollectionBtn submit" href="javascript:void(0)">Reserve</a>
  147.             </div>
  148.         </section>
  149.     </div>
  150. {% endblock %}