source: branches/comu/html/install/templates/step0_1.tpl @ 2

Revision 2, 1.8 KB checked in by root, 17 years ago (diff)

new import

Line 
1<!--{*
2 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
7
8<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
9<tr><td height="20"></td></tr>
10<tr><td align="left" class="fs12st">¢£É¬Íפʥե¡¥¤¥ë¤Î¥³¥Ô¡¼</td></tr>
11<tr>
12    <td bgcolor="#cccccc">
13    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
14        <tr>
15            <td bgcolor="#ffffff" class="fs12">
16            <textarea name="disp_area" cols="70" rows="20" class="area70"><!--{$copy_mess}--></textarea></td>
17            </td>
18        </tr>
19    </table>
20    </td>
21</tr>
22</table>
23
24<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
25<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
26<input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
27<input type="hidden" name="step" value="0">
28
29<!--{foreach key=key item=item from=$arrHidden}-->
30<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
31<!--{/foreach}-->
32    <tr><td height="20"></td></tr>
33    <tr>
34        <td align="center">
35        <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();return false;" /><img  width="105" src="../img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
36        <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">
37        </td>
38    </tr>
39    <tr><td height="30"></td></tr>
40</from>
41</table>                               
Note: See TracBrowser for help on using the repository browser.