Changeset 15816


Ignore:
Timestamp:
2007/09/21 00:22:21 (17 years ago)
Author:
nanasess
Message:

閉じタグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/header.tpl

    r15782 r15816  
    66<!--▼HEADER--> 
    77<div id="header"> 
    8     <h1><a href="<!--{$smarty.const.SITE_URL}-->"><em><!--{$arrSiteInfo.shop_name}-->/<!--{$tpl_title}--></em></a></h1> 
    9  
    10     <div id="information"> 
    11         <ul> 
    12             <li><a href="./mypage/index.php" onmouseover="chgImg('<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/mypage_on.gif','mypage');" onmouseout="chgImg('<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/mypage.gif','mypage');"><img src="<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/mypage.gif" width="95" height="20" alt="ログイン情報変更" name="mypage"></a></li> 
    13             <li><a href="./entry/index.php" onmouseover="chgImg('<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/member_on.gif','member');" onmouseout="chgImg('<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/member.gif','member');"><img src="<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/member.gif" width="95" height="20" alt="会員登録" name="member"></a></li> 
    14             <li><a href="./cart/index.php" onmouseover="chgImg('<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/cartin_on.gif','cartin');" onmouseout="chgImg('<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/cartin.gif','cartin');"><img src="<!--{$smarty.const.USER_DIR}-->/templates/<!--{$smarty.const.TEMPLATE_NAME}-->/img/header/cartin.gif" width="95" height="20" alt="カゴの中を見る" name="cartin"></a></li> 
    15         </ul> 
    16     </div> 
     8  <h1> 
     9    <a href="<!--{$smarty.const.SITE_URL}-->"> 
     10      <em><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></em> 
     11    </a> 
     12  </h1> 
     13  <div id="information"> 
     14    <ul> 
     15      <li> 
     16        <a href="<!--{$smarty.const.URL_DIR}-->mypage/index.php" 
     17           onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/mypage_on.gif','mypage');" 
     18           onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/mypage.gif','mypage');"> 
     19          <img src="<!--{$TPL_DIR}-->img/header/mypage.gif" width="95" height="20" alt="ログイン情報変更" name="mypage" /> 
     20        </a> 
     21      </li> 
     22      <li> 
     23        <a href="<!--{$smarty.const.URL_DIR}-->entry/index.php" 
     24           onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/member_on.gif','member');" 
     25           onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/member.gif','member');"> 
     26          <img src="<!--{$TPL_DIR}-->img/header/member.gif" width="95" height="20" alt="会員登録" name="member" /> 
     27        </a> 
     28      </li> 
     29      <li> 
     30        <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" 
     31           onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/cartin_on.gif','cartin');" 
     32           onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/cartin.gif','cartin');"> 
     33          <img src="<!--{$TPL_DIR}-->img/header/cartin.gif" width="95" height="20" alt="カゴの中を見る" name="cartin" /> 
     34        </a> 
     35      </li> 
     36    </ul> 
     37  </div> 
    1738</div> 
    1839<!--▲HEADER--> 
Note: See TracChangeset for help on using the changeset viewer.