source: temp/trunk/html/install/templates/step3.tpl @ 2531

Revision 2531, 2.3 KB checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
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>
33<!--{if count($arrErr) > 0 || $tpl_message != ""}-->
34<tr>
35    <td bgcolor="#cccccc" class="fs12">
36    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
37        <tr>
38            <td bgcolor="#ffffff" width="332" class="fs12" height="50">
39            <!--{$tpl_message}--><br>
40            <span class="red"><!--{$arrErr.all}--></span>
41            <input type="button" onclick="fnModeSubmit('drop');" value="´û¸¥Ç¡¼¥¿¤ò¤¹¤Ù¤Æºï½ü¤¹¤ë">
42            </td>
43        </tr>
44    </table>
45    </td>
46</tr>
47<!--{/if}-->
48</table>
49
50<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
51    <tr><td height="20"></td></tr>
52    <tr>
53        <td align="center">
54        <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>
55        <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">
56        </td>
57    </tr>
58    <tr><td height="30"></td></tr>
59</from>
60</table>                               
Note: See TracBrowser for help on using the repository browser.