Ignore:
Timestamp:
2011/01/13 19:57:47 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • デザインを刷新
File:
1 edited

Legend:

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

    r19833 r19909  
    6969<!--{* ▼HEADER *}--> 
    7070<div id="header"> 
    71   <div id="logo"><a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->home.php"><img src="<!--{$TPL_DIR}-->img/header/logo.jpg" width="230" height="50" alt="EC CUBE" /></a></div> 
    72   <ul id="sites"> 
    73     <li><a href="<!--{$smarty.const.ADMIN_HOME_URL_PATH}-->"><span>MAIN PAGE</span></a></li> 
    74     <li><a href="<!--{$smarty.const.HTTP_URL}--><!--{$smarty.const.DIR_INDEX_URL}-->" target="_blank"><span>SITE CHECK</span></a></li> 
    75   </ul> 
    76   <p> 
    77     WELCOME!&nbsp;<span><!--{* ログイン名 *}--><!--{$smarty.session.login_name|h}--></span>&nbsp;様&nbsp; 
    78     <a href="<!--{$smarty.const.ADMIN_LOGOUT_URL_PATH}-->">LOGOUT</a> 
    79   </p> 
     71  <div id="header-contents"> 
     72    <div id="logo"><a href="<!--{$smarty.const.ADMIN_HOME_URL_PATH}-->"><img src="<!--{$TPL_DIR}-->img/header/logo.jpg" width="172" height="25" alt="EC-CUBE" /></a></div> 
     73    <div id="site-check"> 
     74      <p class="info"><span>ログインID&nbsp;:&nbsp;<!--{* ログイン名 *}--><!--{$smarty.session.login_name|h}--></span>&nbsp;様&nbsp;</p> 
     75      <ul> 
     76        <li><a href="<!--{$smarty.const.HTTP_URL}--><!--{$smarty.const.DIR_INDEX_URL}-->" class="btn-tool-format" target="_blank"><span>SITE CHECK</span></a></li> 
     77        <li><a href="<!--{$smarty.const.ADMIN_LOGOUT_URL_PATH}-->" class="btn-tool-format">LOGOUT</a></li> 
     78      </ul> 
     79    </div> 
     80  </div> 
    8081</div> 
    8182<!--{* ▲HEADER *}--> 
     83 
    8284<!--{* ▼NAVI *}--> 
     85<div id="navi-wrap"> 
    8386<ul id="navi"> 
    8487    <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->"> 
    85         <a><span>基本情報管理</span></a> 
     88        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/<!--{$smarty.const.DIR_INDEX_URL}-->"><span class="level1">基本情報管理</span></a> 
    8689        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`basis/subnavi.tpl"}--> 
    8790    </li> 
    8891    <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->"> 
    89         <a><span>商品管理</span></a> 
     92        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->products/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>商品管理</span></a> 
    9093        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`products/subnavi.tpl"}--> 
    9194    </li> 
    9295    <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->"> 
    93         <a><span>顧客管理</span></a> 
     96        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>顧客管理</span></a> 
    9497        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`customer/subnavi.tpl"}--> 
    9598    </li> 
    9699    <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->"> 
    97         <a><span>受注管理</span></a> 
     100        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->order/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>受注管理</span></a> 
    98101        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`order/subnavi.tpl"}--> 
    99102    </li> 
    100103    <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->"> 
    101         <a><span>売上集計</span></a> 
     104        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->total/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>売上集計</span></a> 
    102105        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`total/subnavi.tpl"}--> 
    103106    </li> 
    104107    <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->"> 
    105         <a><span>メルマガ管理</span></a> 
     108        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->mail/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>メルマガ管理</span></a> 
    106109        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`mail/subnavi.tpl"}--> 
    107110    </li> 
    108111    <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->"> 
    109         <a><span>コンテンツ管理</span></a> 
     112        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>コンテンツ管理</span></a> 
    110113        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`contents/subnavi.tpl"}--> 
    111114    </li> 
    112115    <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->"> 
    113         <a><span>デザイン管理</span></a> 
     116        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>デザイン管理</span></a> 
    114117        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`design/subnavi.tpl"}--> 
    115118    </li> 
    116119    <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->"> 
    117         <a><span>システム設定</span></a> 
     120        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->system/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>システム設定</span></a> 
    118121        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`system/subnavi.tpl"}--> 
    119122    </li> 
    120123    <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->"> 
    121         <a><span>OWNERS STORE</span></a> 
     124        <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>オーナーズストア</span></a> 
    122125        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`ownersstore/subnavi.tpl"}--> 
    123126    </li> 
    124     <!--{if "DEBUG_LOAD_PLUGIN"|defined && $smarty.const.DEBUG_LOAD_PLUGIN}--> 
    125         <li id="navi-plugin" class="<!--{if $tpl_mainno eq "plugin"}-->on<!--{/if}-->"> 
    126             <a><span>プラグイン</span></a> 
    127             <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`plugin/subnavi.tpl"}--> 
    128         </li> 
    129     <!--{/if}--> 
    130127</ul> 
     128</div> 
    131129<div style="clear: both;"></div> 
    132130<!--{* ▲NAVI *}--> 
    133131 
    134 <!--{if $smarty.server.PHP_SELF != $smarty.const.ADMIN_HOME_URL_PATH && $tpl_subtitle}--> 
    135 <h1><!--{$tpl_subtitle}--></h1> 
     132<!--{if $tpl_subtitle}--> 
     133<h1><div class="title"><!--{$tpl_subtitle}--></div></h1> 
    136134<!--{/if}--> 
    137135 
     
    144142<!--{* ▼FOOTER *}--> 
    145143<div id="footer"> 
    146   <div id="topagetop"> 
    147     <a href="#top">GO TO PAGE TOP</a> 
    148   </div> 
    149   <div id="copyright"> 
    150     Copyright &copy; 2000-2010 LOCKON CO.,LTD. All Rights Reserved. 
    151   </div> 
     144    <div id="footer-contents"> 
     145        <div id="copyright">Copyright &copy; 2000-2010 LOCKON CO.,LTD. All Rights Reserved.</div> 
     146        <div id="topagetop"> 
     147            <ul class="sites"> 
     148                <li><a href="#top" class="btn-tool-format">PAGE TOP</a></li> 
     149            </ul> 
     150        </div> 
     151    </div> 
    152152</div> 
    153153<!--{* ▲FOOTER *}--> 
    154154 
    155155</div> 
     156</div> 
    156157</body> 
    157158</html> 
Note: See TracChangeset for help on using the changeset viewer.