Ignore:
Timestamp:
2011/08/03 16:14:40 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル修正対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r21095 r21107  
    6262          <!--{/if}--> 
    6363        <div class="cartinContents"> 
    64                                 <div> 
     64                                <div> 
    6565           <p><em><!--→商品名--><a<!--{if $orderDetail.enable}--> href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$orderDetail.product_id|u}-->"<!--{/if}--> rel="external"><!--{$orderDetail.product_name|h}--></a><!--←商品名--></em></p> 
    66                                             <p> 
     66                                            <p> 
    6767              <!--→商品種別--> 
    6868              <!--{if $orderDetail.product_type_id == $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> 
     
    9191              <!--{/if}--> 
    9292          </p> 
    93                                         </div> 
     93                                        </div> 
    9494      <ul> 
    9595        <li><span class="mini">数量:</span><!--{$quantity|h}--></li> 
     
    136136 
    137137</section> 
     138<!--▼検索バー --> 
     139<section id="search_area"> 
     140<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 
     141<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     142<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 
     143</form> 
     144</section> 
     145<!--▲検索バー --> 
    138146<!--▲CONTENTS --> 
Note: See TracChangeset for help on using the changeset viewer.