Changeset 23037


Ignore:
Timestamp:
2013/08/08 21:05:41 (11 years ago)
Author:
Yammy
Message:

特定商取引法の表示ページも共通テンプレート化対応

refs #23036

File:
1 edited

Legend:

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

    r22206 r23037  
    6666</section> 
    6767 
    68 <section id="search_area"> 
    69     <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 
    70         <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    71         <input type="hidden" name="mode" value="search" /> 
    72         <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 
    73     </form> 
    74 </section> 
     68<!--{include file= 'frontparts/search_area.tpl'}--> 
    7569<!--▲CONTENTS--> 
Note: See TracChangeset for help on using the changeset viewer.