source: branches/version-2_12-multilang/html/install/templates/step4.tpl @ 22433

Revision 22433, 3.4 KB checked in by kim, 11 years ago (diff)

#2060 r22372,r22381,r22382,r22386-r22390,r22397-r22400,r22407-r22411,r22416,r22417,r22420,r22421,r22423,r22425,r22426 を差し戻す。

  • 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-2012 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><!--{t string="tpl_789"}--></h2>
40         <p><!--{t string="tpl_790"}--></p>
41    </div>
42    <div class="result-info01">
43        <ul class="site-info-list">
44            <li><span class="bold"><!--{t string="tpl_791"}--></span><!--{$tpl_site_url}--></li>
45            <li><span class="bold"><!--{t string="tpl_792"}--></span><!--{$tpl_shop_name}--></li>
46            <li><span class="bold"><!--{t string="tpl_793"}--></span><!--{$tpl_cube_ver}--></li>
47            <li><span class="bold"><!--{t string="tpl_794"}--></span><!--{$tpl_php_ver}--></li>
48            <li><span class="bold"><!--{t string="tpl_795"}--></span><!--{$tpl_db_ver}--></li>
49            <li><span class="bold"><!--{t string="tpl_796"}--></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"><!--{t string="tpl_797"}--></label>&nbsp;
54        <input type="radio" id="ng" name="send_info" value="false" /><label for="ng"><!--{t string="tpl_798"}--></label>
55    </div>
56    <div class="btn-area-top"></div>
57    <div class="btn-area">
58        <ul>
59            <li><a class="btn-action" href="#" onclick="document.form1['mode'].value='return_step3';document.form1.submit();return false;">
60                <span class="btn-prev"><!--{t string="tpl_610"}--></span></a></li>
61            <li><a class="btn-action" href="javascript:;" onclick="document.form1.submit(); return false;">
62                <span class="btn-next"><!--{t string="tpl_736"}--></span></a></li>
63        </ul>
64    <div class="btn-area-bottom"></div>
65</div>
66</form>
Note: See TracBrowser for help on using the repository browser.