source: branches/dev/html/install/templates/step4.tpl @ 17

Revision 17, 2.6 KB checked in by uehara, 17 years ago (diff)
Line 
1<!--{*
2 * Copyright(c) 2000-2007 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<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
8<input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
9<input type="hidden" name="step" value="0">
10<input type="hidden" name="db_skip" value=<!--{$tpl_db_skip}-->>
11<input type="hidden" name="senddata_site_url" value="<!--{$tpl_site_url}-->">
12<input type="hidden" name="senddata_shop_name" value="<!--{$tpl_shop_name}-->">
13<input type="hidden" name="senddata_cube_ver" value="<!--{$tpl_cube_ver}-->">
14<input type="hidden" name="senddata_php_ver" value="<!--{$tpl_php_ver}-->">
15<input type="hidden" name="senddata_db_ver" value="<!--{$tpl_db_ver}-->">
16<!--{foreach key=key item=item from=$arrHidden}-->
17<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
18<!--{/foreach}-->
19
20<tr><td height="30"></td></tr>
21<tr><td align="left" class="fs12st">¢£¥µ¥¤¥È¾ðÊó¤Ë¤Ä¤¤¤Æ</td></tr>
22<tr><td align="left" class="fs12">EC-CUBE¤Î¥·¥¹¥Æ¥à¸þ¾åµÚ¤Ó¡¢¥Ç¥Ð¥Ã¥°¤Î¤¿¤á°Ê²¼¤Î¾ðÊó¤Î¤´Ä󶡤ò¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£</td></tr>
23<tr>
24    <td bgcolor="#cccccc" class="fs12">
25    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
26        <tr>
27            <td bgcolor="#ffffff" class="fs12" height="50">
28                - ¥µ¥¤¥ÈURL¡§<!--{$tpl_site_url}--><br/>
29                - ŹÊÞ̾¡§<!--{$tpl_shop_name}--><br/>
30                - EC-CUBE¥Ð¡¼¥¸¥ç¥ó¡§<!--{$tpl_cube_ver}--><br/>
31                - PHP¾ðÊó¡§<!--{$tpl_php_ver}--><br/>
32                - DB¾ðÊó¡§<!--{$tpl_db_ver}--><br/>
33            </td>
34        </tr>
35    </table>
36    </td>
37</tr>
38<tr><td align="left" class="fs12"><input type="radio" id="ok" name="send_info" checked value=true><label for="ok">¤Ï¤¤(¿ä¾©)</label>¡¡<input type="radio" id="ng" name="send_info" value=false><label for="ng">¤¤¤¤¤¨</label></td></tr>
39</table>
40
41<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
42    <tr><td height="20"></td></tr>
43    <tr>
44        <td align="center">
45        <a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_step3';document.form1.submit();return false;" /><img  width="105" src="../img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
46        <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">
47        </td>
48    </tr>
49    <tr><td height="30"></td></tr>
50</from>
51</table>                               
Note: See TracBrowser for help on using the repository browser.