Ignore:
Timestamp:
2011/01/06 17:07:48 (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

    r19805 r19837  
    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> 
    44  
    45 <!--{* 新着情報 *}--> 
    46 <!--{include_php file=`$smarty.const.SMARTPHONE_HTML_REALDIR`/frontparts/bloc/news.php}--> 
    47  
    48 <!--{* ログイン *}--> 
    49 <!--{include_php file=`$smarty.const.SMARTPHONE_HTML_REALDIR`/frontparts/bloc/login.php}--> 
    50  
    51 <!--{* おすすめ商品 *}--> 
    52 <!--{include_php file=`$smarty.const.SMARTPHONE_HTML_REALDIR`/frontparts/bloc/best5.php}--> 
    53  
    54 <!-- ▼メニュー ここから --> 
    55 <!--{include_php file=`$smarty.const.SMARTPHONE_HTML_REALDIR`/frontparts/bloc/category.php}--> 
Note: See TracChangeset for help on using the changeset viewer.