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

Revision 15078, 10.9 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

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