Ignore:
Timestamp:
2011/01/07 11:02:15 (13 years ago)
Author:
yomoro
Message:

#748 スマートフォンのデザイン管理機能の実現 デザイン管理から調整できるようにテンプレート修正

File:
1 edited

Legend:

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

    r19837 r19848  
    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.SMARTPHONE_HTTPS_URL}-->"> 
     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"> 
     38<form method="get" action="<!--{$smarty.const.SMARTPHONE_HTTP_URL}-->products/list.php"> 
     39<input type="text" name="name" maxlength="50" value="<!--{$smarty.get.name|h}-->" placeholder="商品検索" ><input type="submit" name="search" value="検索"> 
     40</form> 
     41<!--{* searchmenu *}--></div> 
     42<!--{* headmenu *}--></div> 
     43<!--{* topbox *}--></div> 
Note: See TracChangeset for help on using the changeset viewer.