app/template/akracing/Contact/complete.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 main %}
  10.     <div class="ec-role">
  11.         <div class="ec-pageHeader">
  12.             <h1>{{ 'お問い合わせ(完了)'|trans }}</h1>
  13.         </div>
  14.     </div>
  15.     <div class="ec-contactCompleteRole">
  16.         <div class="ec-off3Grid ec-text-ac">
  17.             <div class="ec-off3Grid__cell">
  18.                 <div class="ec-reportHeading">
  19.                     <h2>送信が完了いたしました</h2>
  20.                     {# <h2>{{ 'お問い合わせ内容の送信が完了いたしました'|trans }}</h2>#}
  21.                 </div>
  22.                 <p class="ec-reportDescription">万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、<script type="text/javascript">document.write('<a href=JavaScript:mail_to("","")>メールにて<\/a>');</script> ご連絡いただければ幸いです。</p>
  23.                 {#
  24.                 <p class="ec-reportDescription">{{ '万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。'|trans }}</p>
  25.                 #}
  26.                 <div class="ec-off4Grid flex flex-center">
  27.                     <div class="ec-off4Grid__cell"><a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{'トップページへ'|trans}}</a></div>
  28.                 </div>
  29.             </div>
  30.         </div>
  31.     </div>
  32. <script type="text/javascript">
  33. <!--
  34. function converter(M){
  35. var str="", str_as="";
  36. for(var i=0;i<M.length;i++){
  37. str_as = M.charCodeAt(i);
  38. str += String.fromCharCode(str_as + 1);
  39. }
  40. return str;
  41. }
  42. function mail_to(k_1,k_2)
  43. {eval(String.fromCharCode(108,111,99,97,116,105,111,110,46,104,114,101,102,32,
  44. 61,32,39,109,97,105,108,116,111,58) 
  45. + escape(k_1) + 
  46. converter(String.fromCharCode(96,106,63,115,100,106,118,104,109,99,45,98,110,45,105,111,
  47. 62,114,116,97,105,100,98,115,60)) 
  48. + escape(k_2) + "'");} 
  49. //-->
  50. </script>
  51. {% endblock %}