source: branches/feature-module-update/data/Smarty/templates/default/admin/contents/recomend_search.tpl @ 16582

Revision 16582, 5.2 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!-- -->
25<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
26<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
27
28<head>
29<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" />
30<meta http-equiv="content-script-type" content="text/javascript" />
31<meta http-equiv="content-style-type" content="text/css" />
32<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
33<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
34<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
35<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
36<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/admin.js"></script>
37<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
38<script type="text/javascript">
39<!--
40self.moveTo(20,20);self.focus();
41
42function func_submit( id ){
43    var fm = window.opener.document.form<!--{$smarty.get.rank}-->;
44    fm.product_id.value = id;
45    fm.mode.value = 'set_item';
46    fm.rank.value = '<!--{$smarty.get.rank}-->';
47    fm.submit();
48    window.close();
49    return false;
50}
51//-->
52</script>
53<title>ECサイト管理者ページ</title>
54</head>
55
56
57<body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
58<noscript>
59<link rel="stylesheet" href="<!--{$smarty.const.URL_ADMIN_CSS}-->common.css" type="text/css" />
60</noscript>
61
62<!--▼CONTENTS-->
63<div align="center">
64 
65<!--▼検索フォーム-->
66<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
67<input name="mode" type="hidden" value="search">
68<input name="search_pageno" type="hidden" value="">
69<table bgcolor="#cccccc" width="420" border="0" cellspacing="1" cellpadding="5" summary=" ">
70    <tr class="fs12n">
71        <td bgcolor="#f0f0f0" width="100">カテゴリ</td>
72        <td bgcolor="#ffffff" width="287"><select name="search_category_id">
73        <option value="" selected="selected">選択してください</option>
74        <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}-->
75        </select>
76        </td>
77    </tr>
78    <tr class="fs12n">
79        <td bgcolor="#f0f0f0">商品名</td>
80        <td bgcolor="#ffffff"><input type="text" name="search_name" value="<!--{$arrForm.search_name}-->" size="35" class="box35" /></td>
81    </tr>
82</table>
83<br />
84<input type="submit" name="subm" value="検索を開始" />
85<br />
86<br />
87
88    <!--▼検索結果表示-->
89    <!--{if $tpl_linemax}-->
90    <table width="420" border="0" cellspacing="0" cellpadding="0" summary=" " bgcolor="#FFFFFF">
91        <tr class="fs12">
92            <td align="left"><!--{$tpl_linemax}-->件が該当しました。 </td>
93        </tr>
94        <tr class="fs12">
95            <td align="center">
96            <!--▼ページナビ-->
97            <!--{$tpl_strnavi}-->
98            <!--▲ページナビ-->
99            </td>
100        </tr>
101        <tr><td height="10"></td></tr>
102    </table>
103       
104    <!--▼検索後表示部分-->
105    <table width="420" border="0" cellspacing="1" cellpadding="5" bgcolor="#cccccc">
106        <tr bgcolor="#f0f0f0" align="center" class="fs12">
107            <td>商品画像</td>
108            <td>商品番号</td>
109            <td>商品名</td>
110            <td>決定</td>
111        </tr>
112        <!--{section name=cnt loop=$arrProducts}-->
113        <!--▼商品<!--{$smarty.section.cnt.iteration}-->-->
114        <tr bgcolor="#FFFFFF" class="fs12n">
115            <td width="90" align="center">
116            <!--{if $arrProducts[cnt].main_list_image != ""}-->
117                <!--{assign var=image_path value="`$arrProducts[cnt].main_list_image`"}-->
118            <!--{else}-->
119                <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}-->
120            <!--{/if}-->
121            <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path}-->&width=65&height=65" alt="">
122            </td>
123            <td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td>
124            <td><!--{$arrProducts[cnt].name|escape}--></td>
125            <td align="center"><a href="" onClick="return func_submit(<!--{$arrProducts[cnt].product_id}-->)">決定</a></td>
126        </tr>
127        <!--▲商品<!--{$smarty.section.cnt.iteration}-->-->
128        <!--{sectionelse}-->
129        <tr bgcolor="#FFFFFF" class="fs10n">
130            <td colspan="4">商品が登録されていません</td>
131        </tr>   
132        <!--{/section}-->
133    </table>
134    <!--{/if}-->
135    <!--▲検索結果表示-->
136
137</form>
138
139</div>
140<!--▲CONTENTS-->
141</body>
142</html>
Note: See TracBrowser for help on using the repository browser.