{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<div class="ec-role">
<div class="ec-pageHeader">
<h1>{{ 'お問い合わせ(完了)'|trans }}</h1>
</div>
</div>
<div class="ec-contactCompleteRole">
<div class="ec-off3Grid ec-text-ac">
<div class="ec-off3Grid__cell">
<div class="ec-reportHeading">
<h2>送信が完了いたしました</h2>
{# <h2>{{ 'お問い合わせ内容の送信が完了いたしました'|trans }}</h2>#}
</div>
<p class="ec-reportDescription">万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、<script type="text/javascript">document.write('<a href=JavaScript:mail_to("","")>メールにて<\/a>');</script> ご連絡いただければ幸いです。</p>
{#
<p class="ec-reportDescription">{{ '万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。'|trans }}</p>
#}
<div class="ec-off4Grid flex flex-center">
<div class="ec-off4Grid__cell"><a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{'トップページへ'|trans}}</a></div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
<!--
function converter(M){
var str="", str_as="";
for(var i=0;i<M.length;i++){
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
function mail_to(k_1,k_2)
{eval(String.fromCharCode(108,111,99,97,116,105,111,110,46,104,114,101,102,32,
61,32,39,109,97,105,108,116,111,58)
+ escape(k_1) +
converter(String.fromCharCode(96,106,63,115,100,106,118,104,109,99,45,98,110,45,105,111,
62,114,116,97,105,100,98,115,60))
+ escape(k_2) + "'");}
//-->
</script>
{% endblock %}