source: branches/feature-module-update/data/Smarty/templates/mobile/products/search.tpl @ 15079

Revision 15079, 922 bytes 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/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<center>商品検索</center>
9
10<hr>
11
12お探しの商品名・型番を入力してください。<br>
13
14<form method="get" action="<!--{$smarty.const.MOBILE_URL_DIR}-->products/list.php">
15<center>
16<input type="hidden" name="mode" value="search">
17<input type="text" name="name" size="18" maxlength="50" value="<!--{$smarty.get.name|escape}-->"><br>
18<input type="submit" name="search" value="検索">
19</center>
20</form>
21
22<br>
23<hr>
24
25<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
26<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
27
28<br>
29
30<!-- ▼フッター ここから -->
31<!--{include file='footer.tpl'}-->
32<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.