source: branches/feature-module-update/data/Smarty/templates/admin/app/subnavi.tpl @ 15631

Revision 15631, 1.9 KB checked in by adachi, 17 years ago (diff)

ECCUBEアプリ用管理ページを新規作成, 仮コミット

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<table width="141" border="0" cellspacing="0" cellpadding="0" summary=" " id="menu_navi">
9    <!--ナビ-->
10    <tr><td class=<!--{if $tpl_subno != 'index'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./index.php" onMouseOver="naviStyleChange('index', '#a5a5a5')" <!--{if $tpl_subno != 'index'}-->onMouseOut="naviStyleChange('index', '#636469')"<!--{/if}--> id="index"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">アプリケーション管理</span></a></td></tr>
11    <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr>
12    <tr><td class=<!--{if $tpl_subno != 'settings'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./settings.php" onMouseOver="naviStyleChange('settings', '#a5a5a5')" <!--{if $tpl_subno != 'settings'}-->onMouseOut="naviStyleChange('settings', '#636469')"<!--{/if}--> id="settings"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">アプリケーション設定</span></a></td></tr>
13    <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr>
14    <tr><td class=<!--{if $tpl_subno != 'log'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./log.php" onMouseOver="naviStyleChange('log', '#a5a5a5')" <!--{if $tpl_subno != 'log'}-->onMouseOut="naviStyleChange('log', '#636469')"<!--{/if}--> id="log"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt="" border="0"><span class="navi_text">ログ管理</span></a></td></tr>
15    <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr>
16    <!--ナビ-->
17</table>
Note: See TracBrowser for help on using the repository browser.