Ignore:
Timestamp:
2013/07/08 13:07:51 (11 years ago)
Author:
Seasoft
Message:

#2059 (HTML構文誤り for 2.13.0)

  • 閉じ漏れ

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • インデント
  • wordwrap の引数

#2140 (標準テンプレートのカスタマイズ性を高める)

  • インデント
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/product_select.tpl

    r22571 r22954  
    136136<!--▼検索フォーム--> 
    137137<form name="form1" id="form1" method="post" action="?"> 
    138 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    139 <input name="mode" type="hidden" value="search" /> 
    140 <input name="anchor_key" type="hidden" value="" /> 
    141 <input name="search_pageno" type="hidden" value="" /> 
    142 <input name="shipping_id" type="hidden" value="<!--{$shipping_id}-->" /> 
    143 <input name="no" type="hidden" value="<!--{$tpl_no|h}-->" /> 
    144 <table class="form"> 
    145     <col width="20%" /> 
    146     <col width="80%" /> 
    147     <tr> 
    148         <th>カテゴリ</th> 
    149         <td> 
    150             <select name="search_category_id"> 
    151                 <option value="" selected="selected">選択してください</option> 
    152                 <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}--> 
    153             </select> 
    154         </td> 
    155     </tr> 
    156     <tr> 
    157         <th>商品名</th> 
    158         <td><input type="text" name="search_name" value="<!--{$arrForm.search_name|h}-->" size="35" class="box35" /></td> 
    159     </tr> 
    160     <tr> 
    161         <th>商品コード</th> 
    162         <td><input type="text" name="search_product_code" value="<!--{$arrForm.search_product_code|h}-->" size="35" class="box35" /></td> 
    163     </tr> 
    164 </table> 
    165 <div class="btn-area"> 
    166     <ul> 
    167         <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'search', '', ''); return false;"><span class="btn-next">検索を開始</span></a></li> 
    168     </ul> 
    169 </div> 
     138    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     139    <input name="mode" type="hidden" value="search" /> 
     140    <input name="anchor_key" type="hidden" value="" /> 
     141    <input name="search_pageno" type="hidden" value="" /> 
     142    <input name="shipping_id" type="hidden" value="<!--{$shipping_id}-->" /> 
     143    <input name="no" type="hidden" value="<!--{$tpl_no|h}-->" /> 
     144    <table class="form"> 
     145        <col width="20%" /> 
     146        <col width="80%" /> 
     147        <tr> 
     148            <th>カテゴリ</th> 
     149            <td> 
     150                <select name="search_category_id"> 
     151                    <option value="" selected="selected">選択してください</option> 
     152                    <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}--> 
     153                </select> 
     154            </td> 
     155        </tr> 
     156        <tr> 
     157            <th>商品名</th> 
     158            <td><input type="text" name="search_name" value="<!--{$arrForm.search_name|h}-->" size="35" class="box35" /></td> 
     159        </tr> 
     160        <tr> 
     161            <th>商品コード</th> 
     162            <td><input type="text" name="search_product_code" value="<!--{$arrForm.search_product_code|h}-->" size="35" class="box35" /></td> 
     163        </tr> 
     164    </table> 
     165    <div class="btn-area"> 
     166        <ul> 
     167            <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'search', '', ''); return false;"><span class="btn-next">検索を開始</span></a></li> 
     168        </ul> 
     169    </div> 
    170170</form> 
    171171<!--▼検索結果表示--> 
Note: See TracChangeset for help on using the changeset viewer.