source: branches/version-2/data/Smarty/templates/default/bloc/guide.tpl @ 16583

Revision 16583, 2.9 KB checked in by nanasess, 16 years ago (diff)

typo fix

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<!--▼リンクここから-->
23<div id="guidearea">
24  <ul>
25    <!--{if $tpl_page_category != "abouts"}-->
26    <li><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/side/about_on.jpg','about');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/side/about.jpg','about');"><img src="<!--{$TPL_DIR}-->img/side/about.jpg" width="166" height="30" alt="当サイトについて" style="border: none" name="about" id="about" /></a></li>
27    <!--{else}-->
28    <li><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php"><img src="<!--{$TPL_DIR}-->img/side/about_on.jpg" width="166" height="30" alt="当サイトについて"  style="border: none" name="about" id="about" /></a></li>
29    <!--{/if}-->
30
31    <!--{if $tpl_page_category != "contact"}-->
32    <li><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/side/contact_on.jpg','contact');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/side/contact.jpg','contact');"><img src="<!--{$TPL_DIR}-->img/side/contact.jpg" width="166" height="30" alt="お問い合わせ"  style="border: none" name="contact" id="contact" /></a></li>
33    <!--{else}-->
34    <li><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php"><img src="<!--{$TPL_DIR}-->img/side/contact_on.jpg" width="166" height="30" alt="お問い合わせ" style="border: none" name="contact" id="contact" /></a></li>
35    <!--{/if}-->
36
37    <!--{if $tpl_page_category != "order"}-->
38    <li><a href="<!--{$smarty.const.URL_DIR}-->order/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/side/low_on.jpg','low');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/side/low.jpg','low');"><img src="<!--{$TPL_DIR}-->img/side/low.jpg" width="166" height="30" alt="特定商取引に関する法律" style="border: none" name="low" id="low" /></a></li>
39    <!--{else}-->
40    <li><a href="<!--{$smarty.const.URL_DIR}-->order/index.php"><img src="<!--{$TPL_DIR}-->img/side/low_on.jpg" width="166" height="30" alt="特定商取引に関する法律" style="border: none" name="low" id="low" /></a></li>
41    <!--{/if}-->
42  </ul>
43</div>
44<!--▲リンクここまで-->
Note: See TracBrowser for help on using the repository browser.