source: branches/feature-module-update/html/install/templates/step4.tpl @ 15079

Revision 15079, 2.7 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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.