Ignore:
Timestamp:
2013/08/15 08:54:40 (13 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
eccubeオブジェクト内の階層を減らす.

Location:
branches/version-2_13-dev/html/install/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/install/templates/agreement.tpl

    r23062 r23066  
    9393        <tr> 
    9494            <td align="center"> 
    95             <a href="#" onmouseover="eccube.common.chgImg('../img/install/back_on.jpg','back')" onmouseout="eccube.common.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.common.chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="eccube.common.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="#" 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> 
    9797            </td> 
    9898        </tr> 
  • branches/version-2_13-dev/html/install/templates/step3.tpl

    r23063 r23066  
    2323<!-- 
    2424    // モードとキーを指定してSUBMITを行う。 
    25     function eccube.common.setModeAndSubmit(mode) { 
     25    function eccube.setModeAndSubmit(mode) { 
    2626        switch(mode) { 
    2727        case 'drop': 
     
    6868                <!--{if $arrErr.all != ""}--> 
    6969                    <ul class="btn-area"> 
    70                         <li><a class="btn-normal" href="javascript:;" onclick="eccube.common.setModeAndSubmit('drop'); return false;">既存データを全て削除する</a></li> 
     70                        <li><a class="btn-normal" href="javascript:;" onclick="eccube.setModeAndSubmit('drop'); return false;">既存データを全て削除する</a></li> 
    7171                    </ul> 
    7272                <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.