source: branches/comu/data/Smarty/templates/admin/customer/subnavi.tpl @ 12141

Revision 12141, 1.3 KB checked in by naka, 17 years ago (diff)
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 != 'customer'}-->"navi"<!--{else}-->"navi-on"<!--{/if}-->><a href="./customer.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>
13        <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/navi_line.gif" width="140" height="2" alt=""></td></tr>
14        <!--¥Ê¥Ó-->
15    </table>
Note: See TracBrowser for help on using the repository browser.