Ignore:
Timestamp:
2011/01/19 15:46:57 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • パラメータ名の変更 URL_PATH → ROOT_URLPATH
File:
1 edited

Legend:

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

    r19965 r19972  
    3636//]]> 
    3737</script> 
    38 <script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/navi.js"></script> 
    39 <script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/win_op.js"></script> 
    40 <script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/site.js"></script> 
    41 <script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery-1.4.2.min.js"></script> 
     38<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/navi.js"></script> 
     39<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script> 
     40<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script> 
     41<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery-1.4.2.min.js"></script> 
    4242<script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script> 
    43 <script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/css.js"></script> 
     43<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/css.js"></script> 
    4444<script type="text/javascript" src="<!--{$TPL_DIR}-->js/file_manager.js"></script> 
    4545<title><!--{$smarty.const.ADMIN_TITLE}--></title> 
     
    8686<ul id="navi" class="clearfix"> 
    8787    <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->"> 
    88         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/<!--{$smarty.const.DIR_INDEX_URL}-->"><span class="level1">基本情報管理</span></a> 
     88        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/<!--{$smarty.const.DIR_INDEX_URL}-->"><span class="level1">基本情報管理</span></a> 
    8989        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`basis/subnavi.tpl"}--> 
    9090    </li> 
    9191    <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->"> 
    92         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->products/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>商品管理</span></a> 
     92        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>商品管理</span></a> 
    9393        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`products/subnavi.tpl"}--> 
    9494    </li> 
    9595    <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->"> 
    96         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>顧客管理</span></a> 
     96        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>顧客管理</span></a> 
    9797        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`customer/subnavi.tpl"}--> 
    9898    </li> 
    9999    <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->"> 
    100         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->order/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>受注管理</span></a> 
     100        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>受注管理</span></a> 
    101101        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`order/subnavi.tpl"}--> 
    102102    </li> 
    103103    <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->"> 
    104         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->total/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>売上集計</span></a> 
     104        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->total/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>売上集計</span></a> 
    105105        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`total/subnavi.tpl"}--> 
    106106    </li> 
    107107    <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->"> 
    108         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->mail/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>メルマガ管理</span></a> 
     108        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->mail/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>メルマガ管理</span></a> 
    109109        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`mail/subnavi.tpl"}--> 
    110110    </li> 
    111111    <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->"> 
    112         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>コンテンツ管理</span></a> 
     112        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>コンテンツ管理</span></a> 
    113113        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`contents/subnavi.tpl"}--> 
    114114    </li> 
    115115    <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->"> 
    116         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>デザイン管理</span></a> 
     116        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>デザイン管理</span></a> 
    117117        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`design/subnavi.tpl"}--> 
    118118    </li> 
    119119    <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->"> 
    120         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->system/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>システム設定</span></a> 
     120        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>システム設定</span></a> 
    121121        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`system/subnavi.tpl"}--> 
    122122    </li> 
    123123    <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->"> 
    124         <a href="<!--{$smarty.const.URL_PATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>オーナーズストア</span></a> 
     124        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_URL}-->"><span>オーナーズストア</span></a> 
    125125        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`ownersstore/subnavi.tpl"}--> 
    126126    </li> 
Note: See TracChangeset for help on using the changeset viewer.