Changeset 17453 for branches/comu-ver2/data/Smarty
- Timestamp:
- 2008/07/23 13:27:40 (18 years ago)
- Location:
- branches/comu-ver2/data/Smarty/templates/default/admin
- Files:
-
- 4 edited
-
login_frame.tpl (modified) (1 diff)
-
main_frame.tpl (modified) (2 diffs)
-
system/index.tpl (modified) (1 diff)
-
system/input.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/login_frame.tpl
r17351 r17453 32 32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/jquery.js"></script> 33 33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/thickbox.js"></script> 34 <title> EC CUBE 管理者画面</title>34 <title>管理機能</title> 35 35 </head> 36 36 -
branches/comu-ver2/data/Smarty/templates/default/admin/main_frame.tpl
r17425 r17453 46 46 </head> 47 47 48 <body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->" >48 <body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->" class="<!--{if strlen($tpl_authority) >= 1}-->authority_<!--{$tpl_authority}--><!--{/if}-->"> 49 49 <!--{$GLOBAL_ERR}--> 50 50 <noscript> … … 73 73 <ul id="navi"> 74 74 <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->"> 75 <a href="<!--{$smarty.const.URL_DIR}-->admin/basis/index.php"><span>基本情報管理</span></a>75 <a><span>基本情報管理</span></a> 76 76 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`basis/subnavi.tpl"}--> 77 77 </li> 78 78 <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->"> 79 <a href="<!--{$smarty.const.URL_DIR}-->admin/products/index.php"><span>商品管理</span></a>79 <a><span>商品管理</span></a> 80 80 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`products/subnavi.tpl"}--> 81 81 </li> 82 82 <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->"> 83 <a href="<!--{$smarty.const.URL_DIR}-->admin/customer/index.php"><span>顧客管理</span></a>83 <a><span>顧客管理</span></a> 84 84 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`customer/subnavi.tpl"}--> 85 85 </li> 86 86 <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->"> 87 <a href="<!--{$smarty.const.URL_DIR}-->admin/order/index.php"><span>受注管理</span></a>87 <a><span>受注管理</span></a> 88 88 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`order/subnavi.tpl"}--> 89 89 </li> 90 90 <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->"> 91 <a href="<!--{$smarty.const.URL_DIR}-->admin/total/index.php"><span>売上集計</span></a>91 <a><span>売上集計</span></a> 92 92 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`total/subnavi.tpl"}--> 93 93 </li> 94 94 <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->"> 95 <a href="<!--{$smarty.const.URL_DIR}-->admin/mail/index.php"><span>メルマガ管理</span></a>95 <a><span>メルマガ管理</span></a> 96 96 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`mail/subnavi.tpl"}--> 97 97 </li> 98 98 <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->"> 99 <a href="<!--{$smarty.const.URL_DIR}-->admin/contents/index.php"><span>コンテンツ管理</span></a>99 <a><span>コンテンツ管理</span></a> 100 100 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`contents/subnavi.tpl"}--> 101 101 </li> 102 102 <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->"> 103 <a href="<!--{$smarty.const.URL_DIR}-->admin/design/index.php"><span>デザイン管理</span></a>103 <a><span>デザイン管理</span></a> 104 104 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`design/subnavi.tpl"}--> 105 105 </li> 106 106 <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->"> 107 <a href="<!--{$smarty.const.URL_DIR}-->admin/system/index.php"><span>システム設定</span></a>107 <a><span>システム設定</span></a> 108 108 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`system/subnavi.tpl"}--> 109 109 </li> 110 110 <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->"> 111 <a href="<!--{$smarty.const.URL_DIR}-->admin/ownersstore/index.php"><span>OWNERS STORE</span></a>111 <a><span>OWNERS STORE</span></a> 112 112 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`ownersstore/subnavi.tpl"}--> 113 113 </li> -
branches/comu-ver2/data/Smarty/templates/default/admin/system/index.tpl
r17351 r17453 44 44 <!--{section name=data loop=$list_data}--><!--▼メンバー<!--{$smarty.section.data.iteration}-->--> 45 45 <tr> 46 <!--{assign var="auth" value=$list_data[data].authority}--><td width="65" align="center"><!--{$arrAUTHORITY[$auth]|escape}--></td>46 <!--{assign var="auth" value=$list_data[data].authority}--><td><!--{$arrAUTHORITY[$auth]|escape}--></td> 47 47 <td><!--{$list_data[data].name|escape}--></td> 48 48 <td><!--{$list_data[data].department|escape}--></td> -
branches/comu-ver2/data/Smarty/templates/default/admin/system/input.tpl
r17425 r17453 73 73 </tr> 74 74 <tr> 75 <th> 管理権限</th>75 <th>権限</th> 76 76 <td> 77 77 <!--{if $arrErr.authority}--><span class="attention"><!--{$arrErr.authority}--></span><!--{/if}-->
Note: See TracChangeset
for help on using the changeset viewer.
