source: temp/trunk/html/install/templates/step0_1.tpl @ 2194

Revision 2194, 1.6 KB checked in by naka, 17 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
2<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF}-->">
3<input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
4<input type="hidden" name="step" value="0">
5
6<!--{foreach key=key item=item from=$arrHidden}-->
7<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
8<!--{/foreach}-->
9
10<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
11<tr><td height="20"></td></tr>
12<tr><td align="left" class="fs12st">¢£É¬Íפʥե¡¥¤¥ë¤Î¥³¥Ô¡¼</td></tr>
13<tr>
14    <td bgcolor="#cccccc">
15    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
16        <tr>
17            <td bgcolor="#ffffff" class="fs12">
18            <textarea name="disp_area" cols="70" rows="20" class="area70"><!--{$copy_mess}--></textarea></td>
19            </td>
20        </tr>
21    </table>
22    </td>
23</tr>
24</table>
25
26<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
27    <tr><td height="20"></td></tr>
28    <tr>
29        <td align="center">
30        <a href="#" onmouseover="chgImg('/img/install/back_on.jpg','back')" onmouseout="chgImg('/img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_step0';document.form1.submit();" /><img  width="105" src="/img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
31        <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">
32        </td>
33    </tr>
34    <tr><td height="30"></td></tr>
35</from>
36</table>                               
Note: See TracBrowser for help on using the repository browser.