source: branches/feature-module-update/data/Smarty/templates/frontparts/search_zero.tpl @ 15079

Revision 15079, 1.4 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6 <!--検索該当0の時-->
7<table width="570" cellspacing="0" cellpadding="0" summary=" ">
8    <tr><td height="15"></td></tr>
9    <tr>
10        <!--{if $smarty.get.mode == "search"}-->
11        <td height="150" align="center" class="fs12">該当件数<strong><span class="red">0件</span></strong>です。<br />
12        他の検索キーワードより再度検索をしてください。</td>
13        <!--{else}-->
14        <td height="150" align="center" class="fs12">現在、商品はございません。</td>
15        <!--{/if}-->
16    </tr>
17</table>
18<!--{*
19<table width="570" cellspacing="0" cellpadding="0" summary=" ">
20    <tr>
21        <td colspan="3" align="center"><img src="<!--{$smarty.const.URL_DIR}-->img/right_search/subtitle.gif" width="520" height="30" alt="ただいま開催中の特集はこちら" /></td>
22    </tr>
23    <tr><td height="15"></td></tr>
24    <tr>
25        <td align="right"><a href="../campaign/nabe.php"><img src="<!--{$smarty.const.URL_DIR}-->img/right_search/b_01.jpg" width="218" height="117" alt="お鍋特集" border="0" /></a></td>
26        <td><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="20" height="1" alt="" /></td>
27        <td><a href="../campaign/christmas.php"><img src="<!--{$smarty.const.URL_DIR}-->img/right_search/b_02.jpg" width="218" height="117" alt="クリスマス特集" border="0" /></a></td>
28    </tr>
29</table>
30*}-->
31<!--検索該当0の時-->
Note: See TracBrowser for help on using the repository browser.