source: branches/feature-module-update/data/downloads/module/mdl_epsilon/mdl_epsilon.tpl @ 16582

Revision 16582, 15.4 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2007 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<!-- -->
25<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
26<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
27
28<head>
29<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" />
30<meta http-equiv="content-script-type" content="text/javascript" />
31<meta http-equiv="content-style-type" content="text/css" />
32<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/contents.css" type="text/css" media="all" />
33<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
34<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
35<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
36<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
37<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/admin.js"></script>
38<!--{include file='css/contents.tpl'}-->
39<title><!--{$tpl_subtitle}--></title>
40<script type="text/javascript">
41<!--
42self.moveTo(20,20);self.focus();
43
44function lfnCheckPayment(){
45    var fm = document.form1;
46    var val = 0;
47
48    payment = new Array('payment[]');
49
50    for(pi = 0; pi < payment.length; pi++) {
51
52        list = new Array('credit[]');
53        if(fm[payment[pi]][0].checked){
54            fnChangeDisabled(list, false);
55        }else{
56            fnChangeDisabled(list);
57        }
58
59        list = new Array('convenience[]');
60        if(fm[payment[pi]][1].checked){
61            fnChangeDisabled(list, false);
62        }else{
63            fnChangeDisabled(list);
64        }
65    }
66}
67
68function fnChangeDisabled(list, disable) {
69    len = list.length;
70
71    if(disable == null) { disable = true; }
72
73    for(i = 0; i < len; i++) {
74        if(document.form1[list[i]]) {
75            // ラジオボタン、チェックボックス等の配列に対応
76            max = document.form1[list[i]].length
77            if(max > 1) {
78                for(j = 0; j < max; j++) {
79                    // 有効、無効の切り替え
80                    document.form1[list[i]][j].disabled = disable;
81                }
82            } else {
83                // 有効、無効の切り替え
84                document.form1[list[i]].disabled = disable;
85            }
86        }
87    }
88}
89
90function win_open(URL){
91    var WIN;
92    WIN = window.open(URL);
93    WIN.focus();
94}
95//-->
96</script>
97</head>
98
99<body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload='lfnCheckPayment(); <!--{$tpl_onload}-->'>
100<noscript>
101<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" />
102</noscript>
103
104<div align="center">
105<!--★★メインコンテンツ★★-->
106<table width="500" border="0" cellspacing="0" cellpadding="0" summary=" ">
107<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
108<input type="hidden" name="mode" value="edit">
109    <tr valign="top">
110        <td class="mainbg">
111            <!--▼登録テーブルここから-->
112            <table width="500" border="0" cellspacing="0" cellpadding="0" summary=" ">
113                <!--メインエリア-->
114                <tr>
115                    <td align="center">
116                        <table width="470" border="0" cellspacing="0" cellpadding="0" summary=" ">
117                            <tr><td height="14"></td></tr>
118                            <tr>
119                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="470" height="14" alt=""></td>
120                            </tr>
121                            <tr>
122                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
123                                <td bgcolor="#cccccc" >
124                                    <table width="442" border="0" cellspacing="0" cellpadding="0" summary=" ">
125                                        <tr>
126                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="442" height="7" alt=""></td>
127                                        </tr>
128                                        <tr>
129                                            <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
130                                            <td bgcolor="#636469" width="402" class="fs14n"><span class="white"><!--コンテンツタイトル--><!--{$tpl_subtitle}--></span></td>
131                                            <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
132                                        </tr>
133                                        <tr>
134                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="442" height="7" alt=""></td>
135                                        </tr>
136                                        <tr>
137                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="442" height="10" alt=""></td>
138                                        </tr>
139                                    </table>
140
141                                    <table width="442" border="0" cellspacing="1" cellpadding="8" summary=" ">
142                                        <tr class="fs12n">
143                                            <td bgcolor="#ffffff">
144                                                イプシロン決済モジュールをご利用頂く為には、ユーザ様ご自身で
145                                                イプシロン株式会社様とご契約を行っていただく必要があります。 <br/>
146                                                お申し込みにつきましては、下記のページから、お申し込みを行って下さい。<br/><br/>
147                                                <a href="#" onClick="win_open('http://www.rapidsite.jp/product/support/shop/epsilon.html')" > >> イプシロン決済システムについて</a><br/>
148                                                <a href="#" onClick="win_open('http://wiki.ec-cube.net/')" > >> イプシロン決済モジュール設定マニュアル</a>
149                                            </td>
150                                        </tr>
151                                    </table>
152                                    <table width="442" border="0" cellspacing="0" cellpadding="0" summary=" ">
153                                        <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="442" height="10" alt=""></td></tr>
154                                    </table>
155
156                                    <table width="442" border="0" cellspacing="1" cellpadding="8" summary=" ">
157                                        <tr class="fs12n">
158                                            <td width="" bgcolor="#f3f3f3">契約コード<span class="red">※</span></td>
159                                            <td width="337" bgcolor="#ffffff">
160                                            <!--{assign var=key value="code"}-->
161                                            <span class="red12"><!--{$arrErr[$key]}--></span>
162                                            <input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box10" maxlength="<!--{$smarty.const.INT_LEN}-->">
163                                            </td>
164                                        </tr>
165                                        <tr class="fs12n">
166                                            <td width="" bgcolor="#f3f3f3">接続先URL<span class="red">※</span></td>
167                                            <td width="337" bgcolor="#ffffff">
168                                            <!--{assign var=key value="url"}-->
169                                            <span class="red12"><!--{$arrErr[$key]}--></span>
170                                            <input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box40" maxlength="<!--{$smarty.const.URL_LEN}-->">
171                                            </td>
172                                        </tr>
173                                        <tr class="fs12n">
174                                            <td width="90" bgcolor="#f3f3f3">利用決済<span class="red">※</span></td>
175                                            <td width="337" bgcolor="#ffffff">
176                                            <!--{assign var=key value="payment"}-->
177                                            <span class="red12"><!--{$arrErr[$key]}--></span>
178                                            <!--{html_checkboxes_ex name="$key" options=$arrPayment selected=$arrForm[$key].value style=$arrErr[$key]|sfGetErrorColor onclick="lfnCheckPayment();"}-->
179                                            </td>
180                                        </tr>
181                                        <tr class="fs12n">
182                                            <td width="90" bgcolor="#f3f3f3">利用クレジット</td>
183                                            <td width="337" bgcolor="#ffffff">
184                                            <!--{assign var=key value="credit"}-->
185                                            <span class="red12"><!--{$arrErr[$key]}--></span>
186                                            <!--{html_checkboxes_ex name="$key" options=$arrCredit selected=$arrForm[$key].value style=$arrErr[$key]|sfGetErrorColor}-->
187                                            </td>
188                                        </tr>
189                                        <tr class="fs12n">
190                                            <td width="90" bgcolor="#f3f3f3">利用コンビニ</td>
191                                            <td width="337" bgcolor="#ffffff">
192                                            <!--{assign var=key value="convenience"}-->
193                                            <span class="red12"><!--{$arrErr[$key]}--></span>
194                                            <!--{html_checkboxes_ex name="$key" options=$arrConvenience selected=$arrForm[$key].value style=$arrErr[$key]|sfGetErrorColor}-->
195                                            </td>
196                                        </tr>
197                                        <!--{assign var=key value="service"}-->
198                                        <!--{if $arrErr[$key] != ""}-->
199                                        <tr class="fs12n">
200                                            <td bgcolor="#ffffff" colspan=2>
201                                            <span class="red12"><!--{$arrErr[$key]}--></span>
202                                            </td>
203                                        </tr>
204                                        <!--{/if}-->
205                                    </table>
206
207                                    <table width="442" border="0" cellspacing="0" cellpadding="0" summary=" ">
208                                        <tr>
209                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
210                                            <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="440" height="7" alt=""></td>
211                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
212                                        </tr>
213                                        <tr>
214                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
215                                            <td bgcolor="#e9e7de" align="center">
216                                            <table border="0" cellspacing="0" cellpadding="0" summary=" ">
217                                                <tr>
218                                                    <td><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" onClick="document.body.style.cursor = 'wait';"></td>
219                                                </tr>
220                                            </table>
221                                            </td>
222                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
223                                        </tr>
224                                        <tr>
225                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="442" height="8" alt=""></td>
226                                        </tr>
227                                    </table>
228                                </td>
229                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
230                            </tr>
231                            <tr>
232                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="470" height="14" alt=""></td>
233                            </tr>
234                            <tr><td height="30"></td></tr>
235                        </table>
236                    </td>
237                </tr>
238                <!--メインエリア-->
239            </table>
240            <!--▲登録テーブルここまで-->
241        </td>
242    </tr>
243</form>
244</table>
245<!--★★メインコンテンツ★★-->
246</div>
247
248</body>
249</html>
250
251
Note: See TracBrowser for help on using the repository browser.