| 1 | <script type="text/javascript">
|
|---|
| 2 | <!--
|
|---|
| 3 | // ¥â¡¼¥É¤È¥¡¼¤ò»ØÄꤷ¤ÆSUBMIT¤ò¹Ô¤¦¡£
|
|---|
| 4 | function fnModeSubmit(mode) {
|
|---|
| 5 | switch(mode) {
|
|---|
| 6 | case 'drop':
|
|---|
| 7 | if(!window.confirm('°ìÅÙºï½ü¤·¤¿¥Ç¡¼¥¿¤Ï¡¢¸µ¤ËÌ᤻¤Þ¤»¤ó¡£\nºï½ü¤·¤Æ¤âµ¹¤·¤¤¤Ç¤¹¤«¡©')){
|
|---|
| 8 | return;
|
|---|
| 9 | }
|
|---|
| 10 | break;
|
|---|
| 11 | default:
|
|---|
| 12 | break;
|
|---|
| 13 | }
|
|---|
| 14 | document.form1['mode'].value = mode;
|
|---|
| 15 | document.form1.submit();
|
|---|
| 16 | }
|
|---|
| 17 | //-->
|
|---|
| 18 | </script>
|
|---|
| 19 |
|
|---|
| 20 | <table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
|
|---|
| 21 | <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF}-->">
|
|---|
| 22 | <input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
|
|---|
| 23 | <input type="hidden" name="step" value="0">
|
|---|
| 24 |
|
|---|
| 25 | <!--{foreach key=key item=item from=$arrHidden}-->
|
|---|
| 26 | <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
|
|---|
| 27 | <!--{/foreach}-->
|
|---|
| 28 |
|
|---|
| 29 | <tr><td height="30"></td></tr>
|
|---|
| 30 | <tr><td align="left" class="fs12st">¢£¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î½é´ü²½</td></tr>
|
|---|
| 31 | <tr><td align="left" class="fs12">¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î½é´ü²½¤ò³«»Ï¤·¤Þ¤¹</td></tr>
|
|---|
| 32 | <tr><td align="left" class="fs12">¢¨¤¹¤Ç¤Ë¥Æ¡¼¥Ö¥ëÅù¤¬ºîÀ®¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤ÏÃæÃǤµ¤ì¤Þ¤¹</td></tr><!--{$arrForm.skip}-->
|
|---|
| 33 | <tr><td align="left" class="fs12"><input type="checkbox" id="skip" name="skip" <!--{if $arrForm.skip == "on"}-->checked<!--{/if}-->> <label for="skip">¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î½é´ü²½½èÍý¤ò¹Ô¤ï¤Ê¤¤</label></td></tr>
|
|---|
| 34 |
|
|---|
| 35 | <!--{if count($arrErr) > 0 || $tpl_message != ""}-->
|
|---|
| 36 | <tr>
|
|---|
| 37 | <td bgcolor="#cccccc" class="fs12">
|
|---|
| 38 | <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
|
|---|
| 39 | <tr>
|
|---|
| 40 | <td bgcolor="#ffffff" class="fs12" height="50">
|
|---|
| 41 | <!--{$tpl_message}--><br>
|
|---|
| 42 | <span class="red"><!--{$arrErr.all}--></span>
|
|---|
| 43 | <!--{if $arrErr.all != ""}-->
|
|---|
| 44 | <input type="button" onclick="fnModeSubmit('drop');" value="´û¸¥Ç¡¼¥¿¤ò¤¹¤Ù¤Æºï½ü¤¹¤ë">
|
|---|
| 45 | <!--{/if}-->
|
|---|
| 46 | </td>
|
|---|
| 47 | </tr>
|
|---|
| 48 | </table>
|
|---|
| 49 | </td>
|
|---|
| 50 | </tr>
|
|---|
| 51 | <!--{/if}-->
|
|---|
| 52 | </table>
|
|---|
| 53 |
|
|---|
| 54 | <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
|
|---|
| 55 | <tr><td height="20"></td></tr>
|
|---|
| 56 | <tr>
|
|---|
| 57 | <td align="center">
|
|---|
| 58 | <a href="#" onmouseover="chgImg('/img/install/back_on.jpg','back')" onmouseout="chgImg('/img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_step2';document.form1.submit();return false;" /><img width="105" src="/img/install/back.jpg" height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
|
|---|
| 59 | <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" onClick="document.body.style.cursor = 'wait';">
|
|---|
| 60 | </td>
|
|---|
| 61 | </tr>
|
|---|
| 62 | <tr><td height="30"></td></tr>
|
|---|
| 63 | </from>
|
|---|
| 64 | </table>
|
|---|