Changeset 11478
- Timestamp:
- 2007/02/28 18:26:24 (16 years ago)
- Location:
- branches/dev/html/install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/install/index.php
r11474 r11478 292 292 case 'return_step3': 293 293 $objPage = lfDispStep3($objPage); 294 break; 295 case 'return_agreement': 296 $objPage = lfDispAgreement($objPage); 297 $objPage->tpl_onload .= "fnChangeVisible('agreement_yes', 'next');"; 294 298 break; 295 299 case 'return_welcome': -
branches/dev/html/install/templates/step0.tpl
r17 r11478 40 40 <td align="center"> 41 41 <!--{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> 43 43 <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"> 44 44 <!--{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> 46 46 <img src="../img/install/next_off.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next"> 47 47 <!--{/if}-->
Note: See TracChangeset
for help on using the changeset viewer.