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

Revision 18734, 5.8 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" src="<!--{$TPL_DIR}-->js/css.js"></script>
38<script type="text/javascript">
39</script>
40<title>ECサイト管理者ページ</title>
41</head>
42
43
44<body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
45<noscript>
46<link rel="stylesheet" href="<!--{$smarty.const.URL_ADMIN_CSS}-->common.css" type="text/css" />
47</noscript>
48
49<!--▼CONTENTS-->
50<div align="center">
51 
52<!--▼検索フォーム-->
53<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
54<input name="mode" type="hidden" value="search">
55<input name="anchor_key" type="hidden" value="">
56<input name="search_pageno" type="hidden" value="">
57<input type="hidden" name="product_id" value="">
58
59<!--{if $tpl_create_tag != ""}-->
60<table bgcolor="#cccccc" width="420" border="0" cellspacing="1" cellpadding="5" summary=" ">
61    <tr class="fs12n">
62        <td bgcolor="#f0f0f0">生成タグ</td>
63    </tr>
64    <tr class="fs12n">
65        <td bgcolor="#ffffff">
66            <textarea name="" cols="45" rows="18" class="area40" readonly><!--{$tpl_create_tag}--></textarea>
67        </td>
68    </tr>
69</table>
70<br />
71<input type="button" value="検索結果へ戻る" onClick="history.back()" />
72
73<!--{* タグ表示の時以下を表示しない *}-->
74<!--{else}-->
75<table bgcolor="#cccccc" width="420" border="0" cellspacing="1" cellpadding="5" summary=" ">
76    <tr class="fs12n">
77        <td bgcolor="#f0f0f0" width="100">カテゴリ</td>
78        <td bgcolor="#ffffff" width="287"><select name="search_category_id">
79        <option value="" selected="selected">選択してください</option>
80        <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}-->
81        </select>
82        </td>
83    </tr>
84    <tr class="fs12n">
85        <td bgcolor="#f0f0f0">商品ID</td>
86        <td bgcolor="#ffffff"><input type="text" name="search_product_id" value="<!--{$arrForm.search_product_id}-->" size="35" class="box35" /></td>
87    </tr>
88    <tr class="fs12n">
89        <td bgcolor="#f0f0f0">商品名</td>
90        <td bgcolor="#ffffff"><input type="text" name="search_name" value="<!--{$arrForm.search_name}-->" size="35" class="box35" /></td>
91    </tr>
92</table>
93<br />
94<input type="submit" name="subm" value="検索を開始" />
95<br />
96<br />
97
98    <!--▼検索結果表示-->
99    <!--{if $tpl_linemax}-->
100    <table width="420" border="0" cellspacing="0" cellpadding="0" summary=" " bgcolor="#FFFFFF">
101        <tr class="fs12">
102            <td align="left"><!--{$tpl_linemax}-->件が該当しました。 </td>
103        </tr>
104        <tr class="fs12">
105            <td align="center">
106            <!--▼ページナビ-->
107            <!--{$tpl_strnavi}-->
108            <!--▲ページナビ-->
109            </td>
110        </tr>
111        <tr><td height="10"></td></tr>
112    </table>
113       
114    <!--▼検索後表示部分-->
115    <table width="420" border="0" cellspacing="1" cellpadding="5" bgcolor="#cccccc">
116        <tr bgcolor="#f0f0f0" align="center" class="fs12">
117            <td>商品画像</td>
118            <td>商品ID</td>
119            <td>商品名</td>
120            <td>決定</td>
121        </tr>
122        <!--{section name=cnt loop=$arrProducts}-->
123        <!--▼商品<!--{$smarty.section.cnt.iteration}-->-->
124        <tr bgcolor="#FFFFFF" class="fs12n">
125            <td width="90" align="center">
126            <!--{if $arrProducts[cnt].main_list_image != ""}-->
127                <!--{assign var=image_path value="`$arrProducts[cnt].main_list_image`"}-->
128            <!--{else}-->
129                <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}-->
130            <!--{/if}-->
131            <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|escape}-->">
132            </td>   
133            <td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td>
134            <td><!--{$arrProducts[cnt].name|escape}--></td>
135            <td align="center"><a href="#" onClick="fnFormModeSubmit('form1', 'view', 'product_id', '<!--{$arrProducts[cnt].product_id}-->'); return false;">決定</a></td>
136        </tr>
137        <!--▲商品<!--{$smarty.section.cnt.iteration}-->-->
138        <!--{sectionelse}-->
139        <tr bgcolor="#FFFFFF" class="fs10n">
140            <td colspan="4">商品が登録されていません</td>
141        </tr>   
142        <!--{/section}-->
143    </table>
144    <!--{/if}-->
145    <!--▲検索結果表示-->
146<!--{/if}-->
147<!--{* タグ表示しないここまで *}-->
148
149</form>
150
151</div>
152<!--▲CONTENTS-->
153</body>
154</html>
Note: See TracBrowser for help on using the repository browser.