Changeset 11478


Ignore:
Timestamp:
2007/02/28 18:26:24 (17 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/html/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/index.php

    r11474 r11478  
    292292case 'return_step3': 
    293293    $objPage = lfDispStep3($objPage); 
     294    break; 
     295case 'return_agreement': 
     296    $objPage = lfDispAgreement($objPage); 
     297    $objPage->tpl_onload .= "fnChangeVisible('agreement_yes', 'next');"; 
    294298    break; 
    295299case 'return_welcome': 
  • branches/dev/html/install/templates/step0.tpl

    r17 r11478  
    4040        <td align="center"> 
    4141        <!--{if !$err_file}--> 
    42         <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> 
     42        <a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_agreement';document.form1.submit();" /><img  width="105" src="../img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a> 
    4343        <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"> 
    4444        <!--{else}--> 
    45         <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> 
     45        <a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_agreement';document.form1.submit();" /><img  width="105" src="../img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a> 
    4646        <img src="../img/install/next_off.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next">        
    4747        <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.