source: branches/version-2_5-dev/html/install/templates/step1.tpl @ 19711

Revision 19711, 7.0 KB checked in by nanasess, 13 years ago (diff)
  • #748(モバイルのデザイン管理機能)
    • dtb_pagelayout, dtb_bloc, dtb_blocposition のプライマリーキー変更, device_type_id 追加
    • 管理画面のメニュー修正
  • Property svn:eol-style set to LF
  • 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<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
23<form name="form1" id="form1" method="post" action="?">
24<input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
25<input type="hidden" name="step" value="0">
26
27<!--{foreach key=key item=item from=$arrHidden}-->
28<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
29<!--{/foreach}-->
30
31<tr><td height="30"></td></tr>
32<tr><td align="left" class="fs12st">■ECサイトの設定</td></tr>
33<tr>
34    <td bgcolor="#cccccc">
35    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
36        <tr>
37            <td bgcolor="#f2f1ec" width="150" class="fs12n">店名<span class="red">※</span></td>
38            <td bgcolor="#ffffff" width="332">
39            <!--{assign var=key value="shop_name"}-->
40            <span class="red"><span class="fs12n"><!--{$arrErr[$key]}--></span></span>
41            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" />
42            <br><span class="fs10">※あなたの店名をご記入ください。</span>
43            </td>
44        </tr>
45        <tr>
46            <td bgcolor="#f2f1ec" width="150" class="fs12n">管理者:メールアドレス<span class="red">※</span></td>
47            <td bgcolor="#ffffff" width="332">
48            <!--{assign var=key value="admin_mail"}-->
49            <span class="red"><span class="fs12n"><!--{$arrErr[$key]}--></span></span>
50            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" />
51            <br><span class="fs10">※受注メールなどの宛先になります。:(例)example@ec-cube.net</span>
52            </td>
53        </tr>
54        <tr>
55            <td bgcolor="#f2f1ec" width="150"><span class="fs12n">管理者:ログインID<span class="red">※</span></span><br/><span class="fs10">半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字</span></td>
56            <td bgcolor="#ffffff" width="332">
57            <!--{assign var=key value="login_id"}-->
58            <span class="red"><span class="fs12n"><!--{$arrErr[$key]}--></span></span>
59            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" />
60            <br><span class="fs10">※管理者画面にログインするためのIDです。</span>
61            </td>
62        </tr>
63        <tr>
64            <td bgcolor="#f2f1ec" width="150"><span class="fs12n">管理者:パスワード<span class="red">※</span></span><br/><span class="fs10">半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字</span></td>
65            <td bgcolor="#ffffff" width="332">
66            <!--{assign var=key value="login_pass"}-->
67            <span class="red"><span class="fs12n"><!--{$arrErr[$key]}--></span></span>
68            <input type="password" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->;" size="40" class="box40" />
69            <br><span class="fs10">※管理者画面にログインするためのパスワードです。</span>
70            </td>
71        </tr>
72    </table>
73    </td>
74</tr>
75<tr><td height="20"></td></tr>
76<tr><td align="left" class="fs12st">■WEBサーバの設定</td></tr>
77<tr>
78    <td bgcolor="#cccccc">
79    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
80        <tr>
81            <td bgcolor="#f2f1ec" width="150" class="fs12n">URL(通常)<span class="red">※</span></td>
82            <td bgcolor="#ffffff" width="332" class="fs12">
83            <!--{assign var=key value="normal_url"}-->
84            <span class="red"><!--{$arrErr[$key]}--></span>
85            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" />
86            </td>
87        </tr>
88        <tr>
89            <td bgcolor="#f2f1ec" width="150" class="fs12n">URL(セキュア)<span class="red">※</span></td>
90            <td bgcolor="#ffffff" width="332" class="fs12">
91            <!--{assign var=key value="secure_url"}-->
92            <span class="red"><!--{$arrErr[$key]}--></span>
93            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" />
94            </td>
95        </tr>
96        <tr>
97            <td bgcolor="#f2f1ec" width="150" class="fs12n">共通ドメイン</td>
98            <td bgcolor="#ffffff" width="332">
99            <!--{assign var=key value="domain"}-->
100            <span class="red"><span class="fs12n"><!--{$arrErr[$key]}--></span></span>
101            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" />
102            <br><span class="fs10">※通常URLとセキュアURLでサブドメインが異なる場合に指定します。</span>
103            </td>
104        </tr>
105    </table>
106    </td>
107</tr>
108</table>
109
110<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
111    <tr><td height="20"></td></tr>
112    <tr>
113        <td align="center">
114        <a href="#" onmouseover="chgImg('img/back_on.jpg','back')" onmouseout="chgImg('img/back.jpg','back')" onclick="document.form1['mode'].value='return_step0';document.form1.submit();return false;" /><img  width="105" src="img/back.jpg"  height="24" alt="前へ戻る" border="0" name="back"></a>
115        <input type="image" onMouseover="chgImgImageSubmit('img/next_on.jpg',this)" onMouseout="chgImgImageSubmit('img/next.jpg',this)" src="img/next.jpg" width="105" height="24" alt="次へ進む" border="0" name="next">
116        </td>
117    </tr>
118    <tr><td height="30"></td></tr>
119</from>
120</table>
Note: See TracBrowser for help on using the repository browser.