app/template/unishop/Forgot/complete.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
  4. http://www.lockon.co.jp/
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  16. #}
  17. {% extends 'default_frame.twig' %}
  18. {% block main %}
  19. <div class="login_box login">
  20.     <h2><span>パスワード発行</span><span>メールの送信 完了</span></h2>
  21.         <div class="container-fluid inner no-padding">
  22.             <div id="main">
  23.                 <div id="complete_wrap" class="container-fluid">
  24.                     <div id="complete_box" class="row">
  25.                         <div id="complete_box__body" class="col-md-10 col-md-offset-1">
  26.                             <div id="complete_box__message" class="complete_message">
  27.                                 <h3><span>パスワード再発行</span><span>メールの送信が</span><span>完了しました。</span></h3>
  28.                                 <p><span>ご登録メールアドレスに</span><span>パスワードを再発行</span><span>するためのメールを</span><span>送信いたしました。</span><br/>
  29.                             <span>メールの内容を</span><span>ご確認いただきますよう、</span><span>お願いいたします。</span></p>
  30.                                 <p><span>※メールが届かない場合は</span><span>メールアドレスをご確認の上、</span><span>再度お試しください。</span></p>
  31.                                 <p><span style="color: red;">※受信フォルダと併せて、迷惑フォルダもご確認いただけますようお願い申し上げます。</span></p>
  32.                             </div>
  33.                         </div><!-- /.col -->
  34.                     </div><!-- /.row -->
  35.                 </div>
  36.             </div>
  37.         </div>
  38.     </div>
  39. {% endblock %}