Changeset 23109 for branches/version-2_13-dev/html
- Timestamp:
- 2013/08/22 05:59:56 (13 years ago)
- Location:
- branches/version-2_13-dev/html
- Files:
-
- 2 edited
-
install/templates/agreement.tpl (modified) (1 diff)
-
js/eccube.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/install/templates/agreement.tpl
r23066 r23109 89 89 </table> 90 90 91 <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">91 <table width="500" border="0" cellspacing="1" cellpadding="8"> 92 92 <tr><td height="20"></td></tr> 93 93 <tr> 94 94 <td align="center"> 95 <a href="#" onmouseover="eccube.chgImg('../img/install/back_on.jpg','back')" onmouseout="eccube.chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_welcome';document.form1.submit();" /><img width="105" src="../img/install/back.jpg" height="24" alt="前へ戻る" border="0" name="back"></a> 96 <a href="#" onclick="document.form1.submit();"><input type='image' onMouseover="eccube.chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="eccube.chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="次へ進む" border="0" name="next" id="next"></a> 95 <a href="#" onclick="document.form1['mode'].value='return_welcome';document.form1.submit();"> 96 <img class="hover_change_image" width="105" src="../img/install/back.jpg" height="24" alt="前へ戻る" name="back"> 97 </a> 98 <a href="#" onclick="document.form1.submit();"> 99 <input type='image' class="hover_change_image" src="../img/install/next.jpg" width="105" height="24" alt="次へ進む" name="next" id="next"> 100 </a> 97 101 </td> 98 102 </tr> -
branches/version-2_13-dev/html/js/eccube.js
r23108 r23109 88 88 }; 89 89 90 eccube.chgImgImageSubmit = function(fileName,imgObj){91 imgObj.src = fileName;92 };93 94 90 // 郵便番号入力呼び出し. 95 91 eccube.getAddress = function(php_url, tagname1, tagname2, input1, input2) {
Note: See TracChangeset
for help on using the changeset viewer.
