source: tmp/version-2_5-test/data/Smarty/templates/default/admin/basis/index.tpl @ 18609

Revision 18609, 12.0 KB checked in by kajiwara, 14 years ago (diff)

正式版にナイトリービルド版をマージしてみるテスト

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<form name="form1" id="form1" method="post" action="?">
25<input type="hidden" name="mode" value="<!--{$tpl_mode}-->" />
26<!--{* ▼登録テーブルここから *}-->
27<div id="basis" class="contents-main">
28
29  <h2>基本情報</h2>
30  <table summary="基本情報" id="basis-index-basis">
31    <tr>
32      <th>会社名</th>
33      <td>
34        <span class="attention"><!--{$arrErr.company_name}--></span>
35        <input type="text" name="company_name" value="<!--{$arrForm.company_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.company_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
36        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
37      </td>
38    </tr>
39    <tr>
40      <th>会社名(カナ)</th>
41      <td>
42        <span class="attention"><!--{$arrErr.company_kana}--></span>
43        <input type="text" name="company_kana" value="<!--{$arrForm.company_kana|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.company_kana != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
44        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
45      </td>
46    </tr>
47    <tr>
48      <th>店名<span class="attention"> *</span></th>
49      <td>
50        <span class="attention"><!--{$arrErr.shop_name}--></span>
51        <input type="text" name="shop_name" value="<!--{$arrForm.shop_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
52        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
53      </td>
54    </tr>
55    <tr>
56      <th>店名(カナ)</th>
57      <td>
58        <span class="attention"><!--{$arrErr.shop_kana}--></span>
59        <input type="text" name="shop_kana" value="<!--{$arrForm.shop_kana|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_kana != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
60        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
61      </td>
62    </tr>
63    <tr>
64      <th>郵便番号<span class="attention"> *</span></th>
65      <td>
66        <span class="attention"><!--{$arrErr.zip01}--></span>
67        <span class="attention"><!--{$arrErr.zip02}--></span>
68        〒 <input type="text" name="zip01" value="<!--{$arrForm.zip01|escape}-->" maxlength="3" size="6" class="box6" style="<!--{if $arrErr.zip01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> - <input type="text" name="zip02" value="<!--{$arrForm.zip02|escape}-->" maxlength="4"  size="6" class="box6" style="<!--{if $arrErr.zip02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
69        <input type="button" name="address_input" value="住所入力" onclick="fnCallAddress('<!--{$smarty.const.URL_INPUT_ZIP}-->', 'zip01', 'zip02', 'pref', 'addr01');" />
70      </td>
71    </tr>
72    <tr>
73      <th>SHOP住所<span class="attention"> *</span></th>
74      <td>
75        <p>
76          <span class="attention"><!--{$arrErr.pref}--></span>
77          <select name="pref" style="<!--{if $arrErr.pref != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" >
78            <option value="" selected="selected">都道府県を選択</option>
79            <!--{html_options options=$arrPref selected=$arrForm.pref}-->
80          </select>
81        </p>
82        <p>
83          <span class="attention"><!--{$arrErr.addr01}--></span>
84          <input type="text" name="addr01" value="<!--{$arrForm.addr01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.addr01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span><br />
85          <!--{$smarty.const.SAMPLE_ADDRESS1}-->
86        </p>
87        <p>
88          <span class="attention"><!--{$arrErr.addr02}--></span>
89          <input type="text" name="addr02" value="<!--{$arrForm.addr02|escape}-->"  maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.addr02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span><br />
90          <!--{$smarty.const.SAMPLE_ADDRESS2}-->
91        </p>
92      </td>
93    </tr>
94    <tr>
95      <th>TEL</th>
96      <td>
97        <span class="attention"><!--{$arrErr.tel01}--></span>
98        <input type="text" name="tel01" value="<!--{$arrForm.tel01}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.tel01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> -
99        <input type="text" name="tel02" value="<!--{$arrForm.tel02}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.tel01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> -
100        <input type="text" name="tel03" value="<!--{$arrForm.tel03}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.tel01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
101      </td>
102    </tr>
103    <tr>
104      <th>FAX</th>
105      <td>
106        <span class="attention"><!--{$arrErr.fax01}--></span>
107        <input type="text" name="fax01" value="<!--{$arrForm.fax01}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.fax01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> -
108        <input type="text" name="fax02" value="<!--{$arrForm.fax02}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.fax02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> -
109        <input type="text" name="fax03" value="<!--{$arrForm.fax03}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.fax03 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
110      </td>
111    </tr>
112    <tr>
113      <th>店舗営業時間</th>
114      <td>
115        <span class="attention"><!--{$arrErr.business_hour}--></span>
116        <input type="text" name="business_hour" value="<!--{$arrForm.business_hour|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.business_hour != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
117        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
118      </td>
119    </tr>
120    <tr>
121      <th>商品注文受付<br />メールアドレス<span class="attention"> *</span></th>
122      <td>
123        <span class="attention"><!--{$arrErr.email01}--></span>
124        <input type="text" name="email01" value="<!--{$arrForm.email01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" />
125        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
126      </td>
127    </tr>
128    <tr>
129      <th>問い合わせ受付<br />メールアドレス<span class="attention"> *</span></th>
130      <td>
131        <span class="attention"><!--{$arrErr.email02}--></span>
132        <input type="text" name="email02" value="<!--{$arrForm.email02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/>
133        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
134      </td>
135    </tr>
136    <tr>
137      <th>メール送信元<br />メールアドレス<span class="attention"> *</span></th>
138      <td>
139        <span class="attention"><!--{$arrErr.email03}--></span>
140        <input type="text" name="email03" value="<!--{$arrForm.email03|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email03 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/>
141        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
142      </td>
143    </tr>
144    <tr>
145      <th>送信エラー受付<br />メールアドレス<span class="attention"> *</span></th>
146      <td>
147        <span class="attention"><!--{$arrErr.email04}--></span>
148        <input type="text" name="email04" value="<!--{$arrForm.email04|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email04 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/>
149        <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
150      </td>
151    </tr>
152    <tr>
153      <th>取扱商品</th>
154      <td>
155        <!--{assign var=key value="good_traded"}-->
156        <span class="attention"><!--{$arrErr[$key]}--></span>
157        <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{$arrForm[$key]|escape}--></textarea>
158        <span class="attention"> (上限<!--{$smarty.const.LLTEXT_LEN}-->文字)</span>
159      </td>
160    </tr>
161    <tr>
162      <th>メッセージ</th>
163      <td>
164        <!--{assign var=key value="message"}-->
165        <span class="attention"><!--{$arrErr[$key]}--></span>
166        <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{$arrForm[$key]|escape}--></textarea>
167        <span class="attention"> (上限<!--{$smarty.const.LLTEXT_LEN}-->文字)</span>
168      </td>
169    </tr>
170  </table>
171
172  <h2>定休日設定</h2>
173  <table id="basis-index-holiday">
174    <tr>
175      <th>定休日</th>
176      <td>
177        <span class="attention"><!--{$arrErr.regular_holiday_ids}--></span>
178        <!--{html_checkboxes name="regular_holiday_ids" options=$arrRegularHoliday selected=$arrForm.regular_holiday_ids}-->
179      </td>
180    </tr>
181  </table>
182
183  <h2>SHOP機能</h2>
184  <table id="basis-index-func">
185    <tr>
186      <th>消費税率<span class="attention"> *</span></th>
187      <td>
188        <span class="attention"><!--{$arrErr.tax}--></span>
189        <input type="text" name="tax" value="<!--{$arrForm.tax|escape}-->" maxlength="<!--{$smarty.const.PERCENTAGE_LEN}-->" size="6" class="box6" style="<!--{if $arrErr.tax != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> %
190      </td>
191    </tr>
192    <tr>
193      <th>課税規則<span class="attention"> *</span></th>
194      <td>
195        <span class="attention"><!--{$arrErr.tax_rule}--></span>
196        <!--{html_radios name="tax_rule" options=$arrTAXRULE selected=$arrForm.tax_rule}-->
197      </td>
198    </tr>
199    <tr>
200      <th>送料無料条件</th>
201      <td>
202        <span class="attention"><!--{$arrErr.free_rule}--></span>
203        <input type="text" name="free_rule" value="<!--{$arrForm.free_rule|escape}-->" maxlength="<!--{$smarty.const.PRICE_LEN}-->" size="6" class="box6" style="<!--{if $arrErr.free_rule != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 円以上購入時無料
204      </td>
205    </tr>
206  </table>
207
208  <div class="btn">
209    <button type="submit"><span>この内容で登録する</span></button>
210  </div>
211</div>
212<!--{* ▲登録テーブルここまで *}-->
213</form>
Note: See TracBrowser for help on using the repository browser.