source: branches/version-2_5-dev/data/Smarty/templates/sphone/contact/confirm.tpl @ 20614

Revision 20614, 3.5 KB checked in by nagano, 13 years ago (diff)

モバイル・スマートフォンのデザイン調整

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
RevLine 
[19713]1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22
23<div id="undercolumn">
24  <div id="undercolumn_contact">
[19785]25    <h2 class="title"><!--{$tpl_title|h}--></h2>
[19713]26    <p>下記入力内容で送信してもよろしいでしょうか?<br />
27      よろしければ、一番下の「送信」ボタンをクリックしてください。</p>
28    <form name="form1" id="form1" method="post" action="?">
[20407]29      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
[19713]30      <input type="hidden" name="mode" value="complete" />
31      <!--{foreach key=key item=item from=$arrForm}-->
32        <!--{if $key ne 'mode'}-->
[20607]33      <input type="hidden" name="<!--{$key}-->" value="<!--{$item.value|h}-->" />
[19713]34        <!--{/if}-->
35      <!--{/foreach}-->
[20614]36      <table summary="お問い合わせ内容確認" class="entryform">
[19713]37        <tr>
38          <th>お名前<span class="attention">※</span></th>
[20607]39          <td><!--{$arrForm.name01.value|h}--> <!--{$arrForm.name02.value|h}--></td>
[19713]40        </tr>
41        <tr>
42          <th>お名前(フリガナ)<span class="attention">※</span></th>
[20607]43          <td><!--{$arrForm.kana01.value|h}--> <!--{$arrForm.kana02.value|h}--></td>
[19713]44        </tr>
45        <tr>
46          <th>郵便番号</th>
47          <td>
[20607]48             <!--{if strlen($arrForm.zip01.value) > 0 && strlen($arrForm.zip02.value) > 0}-->
49               〒<!--{$arrForm.zip01.value|h}-->-<!--{$arrForm.zip02.value|h}-->
[19713]50             <!--{/if}-->
51          </td>
52        </tr>
53        <tr>
54          <th>住所</th>
[20607]55          <td><!--{$arrPref[$arrForm.pref.value]}--><!--{$arrForm.addr01.value|h}--><!--{$arrForm.addr02.value|h}--></td>
[19713]56        </tr>
57        <tr>
58          <th>電話番号</th>
59          <td>
[20607]60            <!--{if strlen($arrForm.tel01.value) > 0 && strlen($arrForm.tel02.value) > 0 && strlen($arrForm.tel03.value) > 0}-->
61              <!--{$arrForm.tel01.value|h}-->-<!--{$arrForm.tel02.value|h}-->-<!--{$arrForm.tel03.value|h}-->
[19713]62            <!--{/if}-->
63          </td>
64        </tr>
65        <tr>
66          <th>メールアドレス<span class="attention">※</span></th>
[20607]67          <td><a href="mailto:<!--{$arrForm.email.value|escape:'hex'}-->"><!--{$arrForm.email.value|escape:'hexentity'}--></a></td>
[19713]68        </tr>
69        <tr>
70          <th>お問い合わせ内容<span class="attention">※</span><br />
71             <span class="mini">(全角1000字以下)</span></th>
[20607]72          <td><!--{$arrForm.contents.value|h|nl2br}--></td>
[19713]73        </tr>
74      </table>
75      <div class="tblareabtn">
[20614]76
77 <a class="spbtn spbtn-medeum" href="?">戻る</a>&nbsp;
78        <input type="submit" value="送信" class="spbtn spbtn-shopping" width="130" height="30" alt="送信" name="send" id="send" />
[19713]79       </div>
80     </form>
81   </div>
82</div>
83<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.