source: branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/convenience.tpl @ 19785

Revision 19785, 5.8 KB checked in by Seasoft, 13 years ago (diff)

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--▼CONTENTS-->
25<table width="780" cellspacing="0" cellpadding="0" summary=" ">
26    <tr>
27        <td bgcolor="#cccccc"><img src="../img/_.gif" width="1" height="18" alt="" /></td>
28        <td bgcolor="#ffffff" colspan="3"><img src="../img/_.gif" width="778" height="1" alt="" /></td>
29
30        <td bgcolor="#cccccc"><img src="../img/_.gif" width="1" height="18" alt="" /></td>     
31    </tr>
32    <tr>
33        <td bgcolor="#cccccc"><img src="../img/_.gif" width="1" height="10" alt="" /></td>
34        <td bgcolor="#ffffff"><img src="../img/_.gif" width="10" height="1" alt="" /></td>
35        <td><img src="../img/shopping/flow06.gif" width="758" height="78" alt="お買い物の流れ" /></td>
36        <td bgcolor="#ffffff"><img src="../img/_.gif" width="10" height="1" alt="" /></td>
37        <td bgcolor="#cccccc"><img src="../img/_.gif" width="1" height="10" alt="" /></td>     
38    </tr>
39</table>
40
41<table width="780" cellspacing="0" cellpadding="0" summary=" ">
42    <tr>
43        <td bgcolor="#cccccc" width="1"><img src="../img/_.gif" width="1" height="10" alt="" /></td>
44        <td bgcolor="#ffffff" width="9"><img src="../img/_.gif" width="39" height="1" alt="" /></td>
45        <td bgcolor="#ffffff" align="left">
46        <!--▼MAIN CONTENTS-->
47        <table cellspacing="0" cellpadding="0" summary=" " id="containerfull">
48            <tr><td height="20"></td></tr>
49            <tr valign="top">
50                <!--▼CONTENTS-->
51
52                <td>
53                <div id="maintitle"><img src="../img/shopping/conveni_title.jpg" width="700" height="40" alt="コンビニ決済" /></div>
54                <div class="fs12n" id="comment01">下記から、お支払いするコンビニをご選択くださいませ。<br />
55                選択後、一番下の「ご注文完了ページへ」ボタンをクリックしてください。</div>
56                <form name="form1" id="form1" method="post" action="?">
57                <input type="hidden" name="mode" value="complete">
58                <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
59                <span class="red12st"><!--{$arrErr.convenience}--></span>
60                <table cellspacing="1" cellpadding="8" summary=" " id="frame">
61                    <tr class="fs12n">
62                        <td id="select">選択</td>
63                        <td id="payment">コンビニの種類</td>
64                    </tr>
65                    <!--{foreach key=key item=item from=$arrCONVENIENCE}-->
66                    <tr>
67                        <td id="select_c"><input type="radio" name="convenience" value="<!--{$key}-->" style="<!--{$arrErr.convenience|sfGetErrorColor}-->"></td>
68                        <td class="fs12n" id="payment_c"><!--{$item|h}--></td>
69                    </tr>
70                    <!--{/foreach}-->
71                </table>
72                <div class="red12" id="comment02">※「ご注文完了ページへ」をクリック後、完了ページが表示されるまでお待ちください。</div>
73                <div id="button">
74                <!--「戻る」「登録」-->
75                <a href="?" onmouseover="chgImg('/img/button/back03_on.gif','back03')" onmouseout="chgImg('/img/button/back03.gif','back03')" onclick="fnModeSubmit('return', '', ''); return false;" /><img src="/img/button/back03.gif" width="110" height="30" alt="戻る" border="0" name="back03" id="back03" ></a><img src="../img/_.gif" width="20" height="" alt="" /><input type="image" onmouseover="chgImgImageSubmit('../img/shopping/complete_on.gif',this)" onmouseout="chgImgImageSubmit('../img/shopping/complete.gif',this)" src="../img/shopping/complete.gif" width="170" height="30" alt="ご注文完了ページへ" border="0" name="complete" id="complete" />
76                </div>
77                </form>
78               
79                <table cellspacing="0" cellpadding="0" summary=" " id="verisign">
80                    <tr>
81                        <td><script src=https://seal.verisign.com/getseal?host_name=secure.tokado.jp&size=S&use_flash=YES&use_transparent=NO&lang=ja></script></td>
82                        <td><img src="../img/_.gif" width="10" height="1" alt="" /></td>
83                        <td class="fs10">インターネットショッピングでは、通信の安全性を確保するセキュリティモードを設定しています。「暗号化(SSL)」を選択すると、送受信するデータが暗号化され、漏洩の危険性が低くなります。また、日本ベリサイン社によって通信サーバが認証されるため、なりすましなどによるID・パスワードの盗用の可能性も低減できます。</td>
84                    </tr>
85
86                </table>
87                </td>
88                <!--▲ONTENTS-->
89            </tr>
90        </table>
91        <!--▲MAIN CONTENTS-->
92        </td>
93        <td bgcolor="#ffffff" width="10"><img src="../img/_.gif" width="39" height="1" alt="" /></td>
94        <td bgcolor="#cccccc" width="1"><img src="../img/_.gif" width="1" height="10" alt="" />
95<!-- EBiS start -->
96<script type="text/javascript">
97if ( location.protocol == 'http:' ){
98    strServerName = 'http://daikoku.ebis.ne.jp';
99} else {
100    strServerName = 'https://secure2.ebis.ne.jp/ver3';
101}
102cid = 'tqYg3k6U'; pid = 'shopping_card'; m1id=''; a1id=''; o1id=''; o2id=''; o3id=''; o4id=''; o5id='';
103document.write("<scr" + "ipt type=\"text\/javascript\" src=\"" + strServerName + "\/ebis_tag.php?cid=" + cid + "&pid=" + pid + "&m1id=" + m1id + "&a1id=" + a1id + "&o1id=" + o1id + "&o2id=" + o2id + "&o3id=" + o3id + "&o4id=" + o4id + "&o5id=" + o5id + "\"><\/scr" + "ipt>");
104</script>
105<!-- EBiS end -->
106        </td>
107
108    </tr>
109</table>
110<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.