Changeset 11704


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

Legend:

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

    r11700 r11704  
    1313        document.getElementById(mod_id).src = '../img/install/next.jpg';         
    1414    } else { 
    15         document.getElementById('next_link').onclick = '';     
    1615        document.getElementById(mod_id).disabled = true;         
    1716        document.getElementById(mod_id).src = '../img/install/next_off.jpg'; 
     
    8079        <td align="center"> 
    8180        <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> 
    82         <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> 
     81        <a href="#" onclick="document.form1.submit();"><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> 
    8382        </td> 
    8483    </tr> 
Note: See TracChangeset for help on using the changeset viewer.