Ignore:
Timestamp:
2011/07/27 13:49:38 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

File:
1 edited

Legend:

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

    r20764 r21050  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22  
    23 <div id="topbox"> 
    24 <!--{* ▼ロゴ ここから *}--> 
    25 <div id="header"> 
    26 <h1> 
    27     <a href="<!--{$smarty.const.ROOT_URLPATH}-->"> 
    28       <em><!--{$arrSiteInfo.shop_name|h}-->/<!--{$tpl_title|h}--></em></a> 
    29   </h1> 
    30 </div> 
    31 <!--{* ▲ロゴ ここまで *}--> 
    32  
    33 <!--{* ヘッダメニュー *}--> 
    34 <div id="headmenu"> 
    35  
    36 <!--{* 検索 *}--> 
    37 <div id="searchbar"> 
     22 <!--▼検索バー --> 
     23<section id="search_area"> 
    3824<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 
    39 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    40 <input type="text" name="name" maxlength="50" value="<!--{$smarty.get.name|h}-->" placeholder="商品検索" > 
    41 <input class="search" type="submit" name="search" value="検索"> 
     25<input type="search" name="keyword" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 
    4226</form> 
    43 <!--{* searchmenu *}--></div> 
    44 <!--{* headmenu *}--></div> 
    45 <!--{* topbox *}--></div> 
     27</section> 
     28<!--▲検索バー --> 
Note: See TracChangeset for help on using the changeset viewer.