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

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

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1
2<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
3<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF}-->">
4<input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
5<input type="hidden" name="step" value="0">
6
7<!--{foreach key=key item=item from=$arrHidden}-->
8<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
9<!--{/foreach}-->
10
11<tr><td height="30"></td></tr>
12<tr><td align="left" class="fs12st">¢£¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î½é´ü²½</td></tr>
13<tr><td align="left" class="fs12">¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î½é´ü²½¤ò³«»Ï¤·¤Þ¤¹</td></tr>
14<!--{if count($arrErr) > 0 || $tpl_message != ""}-->
15<tr>
16    <td bgcolor="#cccccc" class="fs12">
17    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
18        <tr>
19            <td bgcolor="#ffffff" width="332" class="fs12" height="50">
20            <!--{$tpl_message}--><br>
21            <span class="red"><!--{$arrErr.all}--></span>
22            </td>
23        </tr>
24    </table>
25    </td>
26</tr>
27<!--{/if}-->
28</table>
29
30<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
31    <tr><td height="20"></td></tr>
32    <tr>
33        <td align="center">
34        <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();" /><img  width="105" src="/img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
35        <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">
36        </td>
37    </tr>
38    <tr><td height="30"></td></tr>
39</from>
40</table>                               
Note: See TracBrowser for help on using the repository browser.