Ignore:
Timestamp:
2012/12/04 19:35:44 (11 years ago)
Author:
h_yoshimoto
Message:

#1890 管理画面テンプレートのメッセージを集約(ダミーID)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/basis/index.tpl

    r21867 r22121  
    4343                    $("#longitude").val(latlng.lng()); 
    4444                } else { 
    45                     alert('所在地の場所が見つかりません'); 
     45                    alert(<!--{t string="tpl_061"}-->); 
    4646                } 
    4747            }); 
    4848        } else { 
    49             alert('所在地の場所が見つかりません'); 
     49            alert(<!--{t string="tpl_061"}-->); 
    5050        } 
    5151    }); 
     
    115115<div id="basis" class="contents-main"> 
    116116 
    117     <h2>基本情報</h2> 
    118     <table summary="基本情報" id="basis-index-basis"> 
    119         <tr> 
    120             <th>会社名</th> 
     117    <h2><!--{t string="tpl_027"}--></h2> 
     118    <table summary="<!--{t string="tpl_027"}-->" id="basis-index-basis"> 
     119        <tr> 
     120            <th><!--{t string="tpl_028"}--></th> 
    121121            <td> 
    122122                <span class="attention"><!--{$arrErr.company_name}--></span> 
    123123                <input type="text" name="company_name" value="<!--{$arrForm.company_name|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.company_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    124                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    125             </td> 
    126         </tr> 
    127         <tr> 
    128             <th>会社名(フリガナ)</th> 
     124                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     125            </td> 
     126        </tr> 
     127        <tr> 
     128            <th><!--{t string="tpl_029"}--></th> 
    129129            <td> 
    130130                <span class="attention"><!--{$arrErr.company_kana}--></span> 
    131131                <input type="text" name="company_kana" value="<!--{$arrForm.company_kana|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.company_kana != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    132                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    133             </td> 
    134         </tr> 
    135         <tr> 
    136             <th>店名<span class="attention"> *</span></th> 
     132                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     133            </td> 
     134        </tr> 
     135        <tr> 
     136            <th><!--{t string="tpl_030"}--><span class="attention"> *</span></th> 
    137137            <td> 
    138138                <span class="attention"><!--{$arrErr.shop_name}--></span> 
    139139                <input type="text" name="shop_name" value="<!--{$arrForm.shop_name|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    140                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    141             </td> 
    142         </tr> 
    143         <tr> 
    144             <th>店名(フリガナ)</th> 
     140                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     141            </td> 
     142        </tr> 
     143        <tr> 
     144            <th><!--{t string="tpl_031"}--></th> 
    145145            <td> 
    146146                <span class="attention"><!--{$arrErr.shop_kana}--></span> 
    147147                <input type="text" name="shop_kana" value="<!--{$arrForm.shop_kana|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_kana != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    148                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    149             </td> 
    150         </tr> 
    151         <tr> 
    152             <th>店名(英語表記)</th> 
     148                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     149            </td> 
     150        </tr> 
     151        <tr> 
     152            <th><!--{t string="tpl_032"}--></th> 
    153153            <td> 
    154154                <span class="attention"><!--{$arrErr.shop_name_eng}--></span> 
    155155                <input type="text" name="shop_name_eng" value="<!--{$arrForm.shop_name_eng|h}-->" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_name_eng != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    156                 <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 
    157             </td> 
    158         </tr> 
    159         <tr> 
    160             <th>郵便番号<span class="attention"> *</span></th> 
     156                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.MTEXT_LEN}--></span> 
     157            </td> 
     158        </tr> 
     159        <tr> 
     160            <th><!--{t string="tpl_033"}--><span class="attention"> *</span></th> 
    161161            <td> 
    162162                <span class="attention"><!--{$arrErr.zip01}--></span> 
    163163                <span class="attention"><!--{$arrErr.zip02}--></span> 
    164                 <input type="text" name="zip01" value="<!--{$arrForm.zip01|h}-->" 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|h}-->" maxlength="4"    size="6" class="box6" style="<!--{if $arrErr.zip02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    165                 <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'zip01', 'zip02', 'pref', 'addr01'); return false;">所在地入力</a> 
    166             </td> 
    167         </tr> 
    168         <tr> 
    169             <th>SHOP所在地<span class="attention"> *</span></th> 
     164                <!--{t string="tpl_106"}--> <input type="text" name="zip01" value="<!--{$arrForm.zip01|h}-->" 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|h}-->" maxlength="4"    size="6" class="box6" style="<!--{if $arrErr.zip02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
     165                <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'zip01', 'zip02', 'pref', 'addr01'); return false;"><!--{t string="tpl_034"}--></a> 
     166            </td> 
     167        </tr> 
     168        <tr> 
     169            <th><!--{t string="tpl_035"}--><span class="attention"> *</span></th> 
    170170            <td> 
    171171                <p> 
    172172                    <span class="attention"><!--{$arrErr.pref}--></span> 
    173173                    <select class="top" name="pref" style="<!--{if $arrErr.pref != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" > 
    174                         <option value="" selected="selected">都道府県を選択</option> 
     174                        <option value="" selected="selected"><!--{t string="tpl_036"}--></option> 
    175175                        <!--{html_options options=$arrPref selected=$arrForm.pref}--> 
    176176                    </select> 
     
    178178                <p> 
    179179                    <span class="attention"><!--{$arrErr.addr01}--></span> 
    180                     <input type="text" name="addr01" value="<!--{$arrForm.addr01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.addr01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="addr01" /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span><br /> 
     180                    <input type="text" name="addr01" value="<!--{$arrForm.addr01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.addr01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="addr01" /><span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span><br /> 
    181181                    <!--{$smarty.const.SAMPLE_ADDRESS1}--> 
    182182                </p> 
    183183                <p> 
    184184                    <span class="attention"><!--{$arrErr.addr02}--></span> 
    185                     <input type="text" name="addr02" value="<!--{$arrForm.addr02|h}-->"    maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.addr02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="addr02" /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span><br /> 
     185                    <input type="text" name="addr02" value="<!--{$arrForm.addr02|h}-->"    maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.addr02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="addr02" /><span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span><br /> 
    186186                    <!--{$smarty.const.SAMPLE_ADDRESS2}--> 
    187187                </p> 
     
    189189        </tr> 
    190190        <tr> 
    191             <th>TEL</th> 
     191            <th><!--{t string="tpl_037"}--></th> 
    192192            <td> 
    193193                <span class="attention"><!--{$arrErr.tel01}--></span> 
     
    198198        </tr> 
    199199        <tr> 
    200             <th>FAX</th> 
     200            <th><!--{t string="tpl_039"}--></th> 
    201201            <td> 
    202202                <span class="attention"><!--{$arrErr.fax01}--></span> 
     
    207207        </tr> 
    208208        <tr> 
    209             <th>店舗営業時間</th> 
     209            <th><!--{t string="tpl_039"}--></th> 
    210210            <td> 
    211211                <span class="attention"><!--{$arrErr.business_hour}--></span> 
    212212                <input type="text" name="business_hour" value="<!--{$arrForm.business_hour|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.business_hour != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    213                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    214             </td> 
    215         </tr> 
    216         <tr> 
    217             <th>商品注文受付<br />メールアドレス<span class="attention"> *</span></th> 
     213                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     214            </td> 
     215        </tr> 
     216        <tr> 
     217            <th><!--{t string="tpl_040"}--><span class="attention"> *</span></th> 
    218218            <td> 
    219219                <span class="attention"><!--{$arrErr.email01}--></span> 
     
    222222        </tr> 
    223223        <tr> 
    224             <th>問い合わせ受付<br />メールアドレス<span class="attention"> *</span></th> 
     224            <th><!--{t string="tpl_041"}--><span class="attention"> *</span></th> 
    225225            <td> 
    226226                <span class="attention"><!--{$arrErr.email02}--></span> 
     
    229229        </tr> 
    230230        <tr> 
    231             <th>メール送信元<br />メールアドレス<span class="attention"> *</span></th> 
     231            <th><!--{t string="tpl_042"}--><span class="attention"> *</span></th> 
    232232            <td> 
    233233                <span class="attention"><!--{$arrErr.email03}--></span> 
     
    236236        </tr> 
    237237        <tr> 
    238             <th>送信エラー受付<br />メールアドレス<span class="attention"> *</span></th> 
     238            <th><!--{t string="tpl_043"}--><span class="attention"> *</span></th> 
    239239            <td> 
    240240                <span class="attention"><!--{$arrErr.email04}--></span> 
     
    243243        </tr> 
    244244        <tr> 
    245             <th>取扱商品</th> 
     245            <th><!--{t string="tpl_044"}--></th> 
    246246            <td> 
    247247                <!--{assign var=key value="good_traded"}--> 
    248248                <span class="attention"><!--{$arrErr[$key]}--></span> 
    249249                <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{$arrForm[$key]|h}--></textarea> 
    250                 <span class="attention"> (上限<!--{$smarty.const.LLTEXT_LEN}-->文字)</span> 
    251             </td> 
    252         </tr> 
    253         <tr> 
    254             <th>メッセージ</th> 
     250                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.LLTEXT_LEN}--></span> 
     251            </td> 
     252        </tr> 
     253        <tr> 
     254            <th><!--{t string="tpl_045"}--></th> 
    255255            <td> 
    256256                <!--{assign var=key value="message"}--> 
    257257                <span class="attention"><!--{$arrErr[$key]}--></span> 
    258258                <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{$arrForm[$key]|h}--></textarea> 
    259                 <span class="attention"> (上限<!--{$smarty.const.LLTEXT_LEN}-->文字)</span> 
     259                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.LLTEXT_LEN}--></span> 
    260260            </td> 
    261261        </tr> 
    262262    </table> 
    263263 
    264     <h2>定休日設定</h2> 
     264    <h2><!--{t string="tpl_046"}--></h2> 
    265265    <table id="basis-index-holiday"> 
    266266        <tr> 
    267             <th>定休日</th> 
     267            <th><!--{t string="tpl_047"}--></th> 
    268268            <td> 
    269269                <span class="attention"><!--{$arrErr.regular_holiday_ids}--></span> 
     
    273273    </table> 
    274274 
    275     <h2>SHOP機能</h2> 
     275    <h2><!--{t string="tpl_048"}--></h2> 
    276276    <table id="basis-index-func"> 
    277277        <tr> 
    278             <th>消費税率<span class="attention"> *</span></th> 
     278            <th><!--{t string="tpl_049"}--><span class="attention"> *</span></th> 
    279279            <td> 
    280280                <span class="attention"><!--{$arrErr.tax}--></span> 
     
    283283        </tr> 
    284284        <tr> 
    285             <th>課税規則<span class="attention"> *</span></th> 
     285            <th><!--{t string="tpl_050"}--><span class="attention"> *</span></th> 
    286286            <td> 
    287287                <span class="attention"><!--{$arrErr.tax_rule}--></span> 
     
    290290        </tr> 
    291291        <tr> 
    292             <th>送料無料条件</th> 
     292            <th><!--{t string="tpl_051"}--> </th> 
    293293            <td> 
    294294                <span class="attention"><!--{$arrErr.free_rule}--></span> 
     
    297297        </tr> 
    298298        <tr> 
    299             <th>ダウンロード可能日数</th> 
     299            <th><!--{t string="tpl_052"}--></th> 
    300300            <td> 
    301301                <span class="attention"><!--{$arrErr.downloadable_days}--></span> 
    302302                <input type="text" name="downloadable_days" value="<!--{$arrForm.downloadable_days|h}-->" maxlength="<!--{$smarty.const.DOWNLOAD_DAYS_LEN}-->" size="6" class="box6" style="<!--{if $arrErr.downloadable_days != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" /> 日間有効 
    303                 <input type="checkbox" name="downloadable_days_unlimited" value="1" <!--{if $arrForm.downloadable_days_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '<!--{$smarty.const.DISABLED_RGB}-->');"/>無制限 
     303                <input type="checkbox" name="downloadable_days_unlimited" value="1" <!--{if $arrForm.downloadable_days_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '<!--{$smarty.const.DISABLED_RGB}-->');"/><!--{t string="tpl_053"}--> 
    304304            </td> 
    305305        </tr> 
    306306    </table> 
    307307 
    308     <h2>地図設定</h2> 
     308    <h2><!--{t string="tpl_054"}--></h2> 
    309309    <table> 
    310310        <tr> 
    311             <th>緯度/経度情報</th> 
     311            <th><!--{t string="tpl_055"}--></th> 
    312312            <td> 
    313313                <span class="attention"><!--{$arrErr.latitude}--></span> 
    314314                <span class="attention"><!--{$arrErr.longitude}--></span> 
    315                 緯度: <input type="text" name="latitude" value="<!--{$arrForm.latitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.latitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="latitude" /> 
    316                 経度: <input type="text" name="longitude" value="<!--{$arrForm.longitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.longitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="longitude" /> 
    317                 <a class="btn-normal" href="javascript:;" name="codeAddress" id="codeAddress" onclick="">所在地より自動取得</a> 
    318                 <a href="#maparea" id="mapAddress">地図で設定</a> 
     315                <!--{t string="tpl_056"}--><input type="text" name="latitude" value="<!--{$arrForm.latitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.latitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="latitude" /> 
     316                <!--{t string="tpl_057"}--><input type="text" name="longitude" value="<!--{$arrForm.longitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.longitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="longitude" /> 
     317                <a class="btn-normal" href="javascript:;" name="codeAddress" id="codeAddress" onclick=""><!--{t string="tpl_058"}--></a> 
     318                <a href="#maparea" id="mapAddress"><!--{t string="tpl_059"}--></a> 
    319319            </td> 
    320320        </tr> 
     
    323323    <div class="btn-area"> 
    324324        <ul> 
    325             <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', '<!--{$tpl_mode}-->', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li> 
     325            <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', '<!--{$tpl_mode}-->', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_021"}--></span></a></li> 
    326326        </ul> 
    327327    </div> 
     
    330330    <div id="maparea"> 
    331331        <div id="maps" style="width: 300px; height: 300px"></div> 
    332         <a class="btn-normal" href="javascript:;" id="inputPoint">この位置を入力</a> 
     332        <a class="btn-normal" href="javascript:;" id="inputPoint"><!--{t string="tpl_060"}--></a> 
    333333    </div> 
    334334</div> 
Note: See TracChangeset for help on using the changeset viewer.