source: branches/version-2_5-dev/html/install/templates/step4.tpl @ 20116

Revision 20116, 3.2 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<form name="form1" id="form1" method="post" action="?">
23<input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
24<input type="hidden" name="step" value="0">
25<input type="hidden" name="db_skip" value=<!--{$tpl_db_skip}-->>
26<input type="hidden" name="senddata_site_url" value="<!--{$tpl_site_url}-->">
27<input type="hidden" name="senddata_shop_name" value="<!--{$tpl_shop_name}-->">
28<input type="hidden" name="senddata_cube_ver" value="<!--{$tpl_cube_ver}-->">
29<input type="hidden" name="senddata_php_ver" value="<!--{$tpl_php_ver}-->">
30<input type="hidden" name="senddata_db_ver" value="<!--{$tpl_db_ver}-->">
31<input type="hidden" name="senddata_os_type" value="<!--{""|php_uname|h}--> <!--{$smarty.server.SERVER_SOFTWARE|h}-->">
32<!--{foreach key=key item=item from=$arrHidden}-->
33<input type="hidden" name="<!--{$key}-->" value="<!--{$item|h}-->">
34<!--{/foreach}-->
35
36
37<div class="contents">
38  <div class="message">
39    <h2>サイト情報について</h2>
40     <p>EC-CUBEのシステム向上及び、デバッグのため以下の情報のご提供をお願いいたします。</p>
41  </div>
42  <div class="result-info01">
43          <ul class="site-info-list">
44            <li><span class="bold">サイトURL:</span><!--{$tpl_site_url}--></li>
45            <li><span class="bold">店舗名:</span><!--{$tpl_shop_name}--></li>
46            <li><span class="bold">EC-CUBEバージョン:</span><!--{$tpl_cube_ver}--></li>
47            <li><span class="bold">PHP情報:</span><!--{$tpl_php_ver}--></li>
48            <li><span class="bold">DB情報:</span><!--{$tpl_db_ver}--></li>
49            <li><span class="bold">OS情報:</span><!--{""|php_uname|h}--> <!--{$smarty.server.SERVER_SOFTWARE|h}--></li>
50          </ul>
51  </div>
52  <div class="result-info02">
53<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>
54  </div>
55</div>
56<div class="btn-area-top"></div>
57  <div class="btn-area">
58    <ul>
59        <li>
60        <a class="btn-action" href="#" onclick="document.form1['mode'].value='return_step3';document.form1.submit();return false;" /><span class="btn-prev">前へ戻る</span></a></li>
61         <li>
62        <a class="btn-action" href="javascript:;" onclick="document.form1.submit(); return false;"><span class="btn-next">次へ進む</span></a></li>
63   </ul>
64  <div class="btn-area-bottom"></div>
65</from>
Note: See TracBrowser for help on using the repository browser.