Changeset 11697 for branches/dev


Ignore:
Timestamp:
2007/03/09 20:24:12 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/templates/agreement.tpl

    r11696 r11697  
    1010     
    1111    if (document.getElementById(check_id).checked){ 
    12         document.getElementById(mod_id).disabled = false; 
     12        document.getElementById('next_link').onclick = false; 
    1313        document.getElementById(mod_id).src = '../img/install/next.jpg';         
    1414    } else { 
    15         document.getElementById(mod_id).disabled = true;         
     15        document.getElementById('next_link').onclick = true;         
    1616        document.getElementById(mod_id).src = '../img/install/next_off.jpg'; 
    1717    } 
     
    7979        <td align="center"> 
    8080        <a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="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> 
    81         <a href="#" onclick="document.form1.submit();"><input type="image" onMouseover="chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next" id="next"></a> 
     81        <a href="#" onclick="document.form1.submit();" id="next_link"><img onMouseover="chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next" id="next"></a> 
    8282        </td> 
    8383    </tr> 
Note: See TracChangeset for help on using the changeset viewer.