| 1 | <!--{* |
|---|
| 2 | /* |
|---|
| 3 | * Copyright(c) 2000-2006 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 | <!-- |
|---|
| 26 | self.moveTo(20,20);self.focus(); |
|---|
| 27 | |
|---|
| 28 | function lfnCheckPayment(){ |
|---|
| 29 | var fm = document.form1; |
|---|
| 30 | var val = 0; |
|---|
| 31 | |
|---|
| 32 | payment = new Array('payment[]'); |
|---|
| 33 | list = new Array('convenience_url', 'mobile_convenience_url'); |
|---|
| 34 | |
|---|
| 35 | var max = fm["payment[]"].length; |
|---|
| 36 | |
|---|
| 37 | for (pi = 0; pi < payment.length; pi++) { |
|---|
| 38 | if (max == undefined) { |
|---|
| 39 | if (fm["payment[]"].checked) { |
|---|
| 40 | fnChangeDisabled(list, false); |
|---|
| 41 | } else { |
|---|
| 42 | fnChangeDisabled(list); |
|---|
| 43 | } |
|---|
| 44 | } else { |
|---|
| 45 | if (fm["payment[]"][0].checked) { |
|---|
| 46 | fnChangeDisabled(list, false); |
|---|
| 47 | } else { |
|---|
| 48 | fnChangeDisabled(list); |
|---|
| 49 | } |
|---|
| 50 | } |
|---|
| 51 | } |
|---|
| 52 | } |
|---|
| 53 | |
|---|
| 54 | function fnChangeDisabled(list, disable) { |
|---|
| 55 | len = list.length; |
|---|
| 56 | |
|---|
| 57 | if(disable == null) { disable = true; } |
|---|
| 58 | |
|---|
| 59 | for(i = 0; i < len; i++) { |
|---|
| 60 | if(document.form1[list[i]]) { |
|---|
| 61 | // ¥é¥¸¥ª¥Ü¥¿¥ó¡¢¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹Åù¤ÎÇÛÎó¤ËÂбþ |
|---|
| 62 | max = document.form1[list[i]].length |
|---|
| 63 | if(max > 1) { |
|---|
| 64 | for(j = 0; j < max; j++) { |
|---|
| 65 | // ͸ú¡¢Ìµ¸ú¤ÎÀÚ¤êÂØ¤¨ |
|---|
| 66 | document.form1[list[i]][j].disabled = disable; |
|---|
| 67 | } |
|---|
| 68 | } else { |
|---|
| 69 | // ͸ú¡¢Ìµ¸ú¤ÎÀÚ¤êÂØ¤¨ |
|---|
| 70 | document.form1[list[i]].disabled = disable; |
|---|
| 71 | } |
|---|
| 72 | } |
|---|
| 73 | } |
|---|
| 74 | } |
|---|
| 75 | |
|---|
| 76 | function win_open(URL){ |
|---|
| 77 | var WIN; |
|---|
| 78 | WIN = window.open(URL); |
|---|
| 79 | WIN.focus(); |
|---|
| 80 | } |
|---|
| 81 | //--> |
|---|
| 82 | </script> |
|---|
| 83 | </head> |
|---|
| 84 | |
|---|
| 85 | <body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload='lfnCheckPayment(); <!--{$tpl_onload}-->'> |
|---|
| 86 | <noscript> |
|---|
| 87 | <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" /> |
|---|
| 88 | </noscript> |
|---|
| 89 | |
|---|
| 90 | <div align="center"> |
|---|
| 91 | <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> |
|---|
| 92 | <table width="500" border="0" cellspacing="0" cellpadding="0" summary=" "> |
|---|
| 93 | <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> |
|---|
| 94 | <input type="hidden" name="mode" value="edit"> |
|---|
| 95 | <tr valign="top"> |
|---|
| 96 | <td class="mainbg"> |
|---|
| 97 | <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é--> |
|---|
| 98 | <table width="500" border="0" cellspacing="0" cellpadding="0" summary=" "> |
|---|
| 99 | <!--¥á¥¤¥ó¥¨¥ê¥¢--> |
|---|
| 100 | <tr> |
|---|
| 101 | <td align="center"> |
|---|
| 102 | <table width="470" border="0" cellspacing="0" cellpadding="0" summary=" "> |
|---|
| 103 | <tr><td height="14"></td></tr> |
|---|
| 104 | <tr> |
|---|
| 105 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="470" height="14" alt=""></td> |
|---|
| 106 | </tr> |
|---|
| 107 | <tr> |
|---|
| 108 | <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> |
|---|
| 109 | <td bgcolor="#cccccc" > |
|---|
| 110 | <table width="442" border="0" cellspacing="0" cellpadding="0" summary=" "> |
|---|
| 111 | <tr> |
|---|
| 112 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="442" height="7" alt=""></td> |
|---|
| 113 | </tr> |
|---|
| 114 | <tr> |
|---|
| 115 | <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> |
|---|
| 116 | <td bgcolor="#636469" width="402" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë--><!--{$tpl_subtitle}--></span></td> |
|---|
| 117 | <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> |
|---|
| 118 | </tr> |
|---|
| 119 | <tr> |
|---|
| 120 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="442" height="7" alt=""></td> |
|---|
| 121 | </tr> |
|---|
| 122 | <tr> |
|---|
| 123 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="442" height="10" alt=""></td> |
|---|
| 124 | </tr> |
|---|
| 125 | </table> |
|---|
| 126 | |
|---|
| 127 | <table width="442" border="0" cellspacing="1" cellpadding="8" summary=" "> |
|---|
| 128 | <tr class="fs12n"> |
|---|
| 129 | <td bgcolor="#ffffff"> |
|---|
| 130 | ¥ë¥ß¡¼¥º·èºÑ¥â¥¸¥å¡¼¥ë¤ò¤´ÍøÍÑĺ¤¯°Ù¤Ë¤Ï¡¢¥æ¡¼¥¶Íͤ´¼«¿È¤Ç |
|---|
| 131 | ¥ë¥ß¡¼¥º³ô¼°²ñ¼ÒÍͤȤ´·ÀÌó¤ò¹Ô¤Ã¤Æ¤¤¤¿¤À¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ <br/> |
|---|
| 132 | ¤ª¿½¤·¹þ¤ß¤Ë¤Ä¤¤Þ¤·¤Æ¤Ï¡¢²¼µ¤Î¥Ú¡¼¥¸¤«¤é¡¢¤ª¿½¤·¹þ¤ß¤ò¹Ô¤Ã¤Æ²¼¤µ¤¤¡£<br/><br/> |
|---|
| 133 | <a href="#" onClick="win_open('http://www.remise.jp/')" > ¡ä¡ä ¥ë¥ß¡¼¥º·èºÑ¥·¥¹¥Æ¥à¤Ë¤Ä¤¤¤Æ</a><br/> |
|---|
| 134 | <a href="#" onClick="win_open('http://www.ec-cube.net/download/index.php')" > ¡ä¡ä ¥ë¥ß¡¼¥º·èºÑ¥â¥¸¥å¡¼¥ëÀßÄê¥Þ¥Ë¥å¥¢¥ë</a> |
|---|
| 135 | </td> |
|---|
| 136 | </tr> |
|---|
| 137 | </table> |
|---|
| 138 | |
|---|
| 139 | <table width="442" border="0" cellspacing="0" cellpadding="0" summary=" "> |
|---|
| 140 | <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="442" height="10" alt=""></td></tr> |
|---|
| 141 | </table> |
|---|
| 142 | |
|---|
| 143 | <table width="442" border="0" cellspacing="1" cellpadding="8" summary=" "> |
|---|
| 144 | <tr class="fs12n"> |
|---|
| 145 | <td width="" bgcolor="#f3f3f3">²ÃÌÁŹ¥³¡¼¥É<span class="red">¢¨</span></td> |
|---|
| 146 | <td width="337" bgcolor="#ffffff"> |
|---|
| 147 | <!--{assign var=key value="code"}--> |
|---|
| 148 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 149 | <input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box10" maxlength="<!--{$smarty.const.INT_LEN}-->"> |
|---|
| 150 | </td> |
|---|
| 151 | </tr> |
|---|
| 152 | <tr class="fs12n"> |
|---|
| 153 | <td width="" bgcolor="#f3f3f3">¥Û¥¹¥ÈÈÖ¹æ<span class="red">¢¨</span></td> |
|---|
| 154 | <td width="337" bgcolor="#ffffff"> |
|---|
| 155 | <!--{assign var=key value="host_id"}--> |
|---|
| 156 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 157 | <input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box10" maxlength="<!--{$smarty.const.INT_LEN}-->"> |
|---|
| 158 | </td> |
|---|
| 159 | </tr> |
|---|
| 160 | <tr class="fs12n"> |
|---|
| 161 | <td width="" bgcolor="#f3f3f3">ÀܳÀèURL<br />(¥¯¥ì¥¸¥Ã¥È)<span class="red">¢¨</span></td> |
|---|
| 162 | <td width="337" bgcolor="#ffffff"> |
|---|
| 163 | <!--{assign var=key value="credit_url"}--> |
|---|
| 164 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 165 | [PC]<br /><input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box40" maxlength="<!--{$smarty.const.URL_LEN}-->"><br /> |
|---|
| 166 | <!--{assign var=key value="mobile_credit_url"}--> |
|---|
| 167 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 168 | [¥â¥Ð¥¤¥ë]<br /><input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box40" maxlength="<!--{$smarty.const.URL_LEN}-->"> |
|---|
| 169 | </td> |
|---|
| 170 | </tr> |
|---|
| 171 | <tr class="fs12n"> |
|---|
| 172 | <td width="90" bgcolor="#f3f3f3">»Ùʧ¤¤ÊýË¡<span class="red">¢¨</span></td> |
|---|
| 173 | <td width="337" bgcolor="#ffffff"> |
|---|
| 174 | <!--{assign var=key value="credit_method"}--> |
|---|
| 175 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 176 | <!--{html_checkboxes_ex name="$key" options=$arrCredit selected=$arrForm[$key].value style=$arrErr[$key]|sfGetErrorColor}--> |
|---|
| 177 | </td> |
|---|
| 178 | </tr> |
|---|
| 179 | <tr class="fs12n"> |
|---|
| 180 | <td width="90" bgcolor="#f3f3f3">¥ª¥×¥·¥ç¥ó</td> |
|---|
| 181 | <td width="337" bgcolor="#ffffff"> |
|---|
| 182 | <!--{assign var=key value="payment"}--> |
|---|
| 183 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 184 | <!--{html_checkboxes_ex name="$key" options=$arrPayment selected=$arrForm[$key].value style=$arrErr[$key]|sfGetErrorColor onclick="lfnCheckPayment();"}--> |
|---|
| 185 | </td> |
|---|
| 186 | </tr> |
|---|
| 187 | <tr class="fs12n"> |
|---|
| 188 | <td width="" bgcolor="#f3f3f3">ÀܳÀèURL<br />(¥³¥ó¥Ó¥Ë)</td> |
|---|
| 189 | <td width="337" bgcolor="#ffffff"> |
|---|
| 190 | <!--{assign var=key value="convenience_url"}--> |
|---|
| 191 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 192 | [PC]<br /><input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box40" maxlength="<!--{$smarty.const.URL_LEN}-->"><br /> |
|---|
| 193 | <!--{assign var=key value="mobile_convenience_url"}--> |
|---|
| 194 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 195 | [¥â¥Ð¥¤¥ë]<br /><input type="text" name="<!--{$key}-->" style="ime-mode:disabled; <!--{$arrErr[$key]|sfGetErrorColor}-->" value="<!--{$arrForm[$key].value}-->" class="box40" maxlength="<!--{$smarty.const.URL_LEN}-->"> |
|---|
| 196 | </td> |
|---|
| 197 | </tr> |
|---|
| 198 | <!--{assign var=key value="service"}--> |
|---|
| 199 | <!--{if $arrErr[$key] != ""}--> |
|---|
| 200 | <tr class="fs12n"> |
|---|
| 201 | <td bgcolor="#ffffff" colspan=2> |
|---|
| 202 | <span class="red12"><!--{$arrErr[$key]}--></span> |
|---|
| 203 | </td> |
|---|
| 204 | </tr> |
|---|
| 205 | <!--{/if}--> |
|---|
| 206 | </table> |
|---|
| 207 | |
|---|
| 208 | <table width="442" border="0" cellspacing="0" cellpadding="0" summary=" "> |
|---|
| 209 | <tr> |
|---|
| 210 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> |
|---|
| 211 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="440" height="7" alt=""></td> |
|---|
| 212 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> |
|---|
| 213 | </tr> |
|---|
| 214 | <tr> |
|---|
| 215 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> |
|---|
| 216 | <td bgcolor="#e9e7de" align="center"> |
|---|
| 217 | <table border="0" cellspacing="0" cellpadding="0" summary=" "> |
|---|
| 218 | <tr> |
|---|
| 219 | <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> |
|---|
| 220 | </tr> |
|---|
| 221 | </table> |
|---|
| 222 | </td> |
|---|
| 223 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> |
|---|
| 224 | </tr> |
|---|
| 225 | <tr> |
|---|
| 226 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="442" height="8" alt=""></td> |
|---|
| 227 | </tr> |
|---|
| 228 | </table> |
|---|
| 229 | </td> |
|---|
| 230 | <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> |
|---|
| 231 | </tr> |
|---|
| 232 | <tr> |
|---|
| 233 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="470" height="14" alt=""></td> |
|---|
| 234 | </tr> |
|---|
| 235 | <tr><td height="30"></td></tr> |
|---|
| 236 | </table> |
|---|
| 237 | </td> |
|---|
| 238 | </tr> |
|---|
| 239 | <!--¥á¥¤¥ó¥¨¥ê¥¢--> |
|---|
| 240 | </table> |
|---|
| 241 | <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç--> |
|---|
| 242 | </td> |
|---|
| 243 | </tr> |
|---|
| 244 | </form> |
|---|
| 245 | </table> |
|---|
| 246 | <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> |
|---|
| 247 | </div> |
|---|
| 248 | |
|---|
| 249 | </body> |
|---|
| 250 | </html> |
|---|
| 251 | |
|---|
| 252 | |
|---|