source: branches/version-2_4/data/Smarty/templates/default/admin/mail/htmlmail_select.tpl @ 18734

Revision 18734, 5.1 KB checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

  • 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-2010 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="<!--{$TPL_DIR}-->js/css.js"></script>
33<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
34<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
35<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
36<script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script>
37<script type="text/javascript">
38<!--
39self.moveTo(20,20);self.focus();
40
41function func_submit( id ){
42    var fm = window.opener.document.form1;
43    fm.<!--{$smarty.get.name}-->.value = id;
44    fm.mode.value='select';
45    fm.submit();
46    window.close();
47    return false;
48}
49//-->
50</script>
51<title>ECサイト管理者ページ</title>
52</head>
53
54
55<body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
56<noscript>
57<link rel="stylesheet" href="<!--{$smarty.const.URL_ADMIN_CSS}-->common.css" type="text/css" />
58</noscript>
59
60<!--▼CONTENTS-->
61<div align="center">
62 
63<!--▼検索フォーム-->
64<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
65<input name="mode" type="hidden" value="search">
66<input name="search_pageno" type="hidden" value="">
67<table bgcolor="#cccccc" width="420" border="0" cellspacing="1" cellpadding="5" summary=" ">
68    <tr class="fs12n">
69        <td bgcolor="#f0f0f0" width="100">カテゴリ</td>
70        <td bgcolor="#ffffff" width="287"><select name="search_category_id">
71        <option value="" selected="selected">選択してください</option>
72        <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}-->
73        </select>
74        </td>
75    </tr>
76    <tr class="fs12n">
77        <td bgcolor="#f0f0f0">商品名</td>
78        <td bgcolor="#ffffff"><input type="text" name="search_name" value="<!--{$arrForm.search_name}-->" size="35" class="box35" /></td>
79    </tr>
80</table>
81<br />
82<input type="submit" name="subm" value="検索を開始" />
83<br />
84<br />
85
86    <!--▼検索結果表示-->
87    <!--{if $tpl_linemax}-->
88    <table width="420" border="0" cellspacing="0" cellpadding="0" summary=" " bgcolor="#FFFFFF">
89        <tr class="fs12">
90            <td align="left"><!--{$tpl_linemax}-->件が該当しました。 </td>
91        </tr>
92        <tr class="fs12">
93            <td align="center">
94            <!--▼ページナビ-->
95            <!--{$tpl_strnavi}-->
96            <!--▲ページナビ-->
97            </td>
98        </tr>
99        <tr><td height="10"></td></tr>
100    </table>
101       
102    <!--▼検索後表示部分-->
103    <table width="420" border="0" cellspacing="1" cellpadding="5" bgcolor="#cccccc">
104        <tr bgcolor="#f0f0f0" align="center" class="fs12">
105            <td>商品画像</td>
106            <td>商品番号</td>
107            <td>商品名</td>
108            <td>決定</td>
109        </tr>
110        <!--{section name=cnt loop=$arrProducts}-->
111        <!--▼商品<!--{$smarty.section.cnt.iteration}-->-->
112        <tr bgcolor="#FFFFFF" class="fs12n">
113            <td width="90" align="center">
114            <!--{if $arrProducts[cnt].main_list_image != ""}-->
115                <!--{assign var=image_path value="`$smarty.const.IMAGE_SAVE_URL`/`$arrProducts[cnt].main_list_image`"}-->
116            <!--{else}-->
117                <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_URL`"}-->
118            <!--{/if}-->
119            <img src="<!--{$image_path}-->" width="<!--{$smarty.const.DISP_IMAGE_WIDTH}-->" height="<!--{$smarty.const.DISP_IMAGE_HEIGHT}-->" alt="<!--{$arrProducts[cnt].name|escape}-->" />
120            </td>   
121            <td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td>
122            <td><!--{$arrProducts[cnt].name|escape}--></td>
123            <td align="center"><a href="" onClick="return func_submit(<!--{$arrProducts[cnt].product_id}-->)">決定</a></td>
124        </tr>
125        <!--▲商品<!--{$smarty.section.cnt.iteration}-->-->
126        <!--{sectionelse}-->
127        <tr bgcolor="#FFFFFF" class="fs10n">
128            <td colspan="4">商品が登録されていません</td>
129        </tr>   
130        <!--{/section}-->
131
132    </table>
133    <!--{/if}-->
134    <!--▲検索結果表示-->
135<table>
136    <tr><td height="20"></td></tr>
137</table>
138</form>
139
140</div>
141<!--▲CONTENTS-->
142</body>
143</html>
Note: See TracBrowser for help on using the repository browser.