source: branches/version-2/data/Smarty/templates/default/admin/products/review_edit.tpl @ 18176

Revision 18176, 9.2 KB checked in by kajiwara, 15 years ago (diff)

r18028 にリビジョン戻し

  • 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<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
26<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" >
27<input type="hidden" name="mode" value="complete">
28<input type="hidden" name="review_id" value="<!--{$tpl_review_id}-->" >
29<input type="hidden" name="pre_status" value="<!--{$tpl_pre_status}-->">
30<!--{foreach key=key item=item from=$arrReview}-->
31<!--{if $key ne "mode"}-->
32<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
33<!--{/if}-->
34<!--{/foreach}-->
35<!--{foreach key=key item=item from=$arrSearchHidden}-->
36<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
37<!--{/foreach}-->
38    <tr valign="top">
39        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402">
40            <!--▼SUB NAVI-->
41            <!--{include file=$tpl_subnavi}-->
42            <!--▲SUB NAVI-->
43        </td>
44        <td class="mainbg" >
45        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
46            <!--メインエリア-->
47            <tr>
48                <td align="center">
49                <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
50
51                    <tr><td height="14"></td></tr>
52                    <tr>
53                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
54                    </tr>
55                    <tr>
56                        <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
57                        <td bgcolor="#cccccc">
58                       
59                            <!--▼登録テーブルここから-->
60                            <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
61                                <tr>
62                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
63                                </tr>
64                                <tr>
65                                    <td background="<!--{$TPL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
66                                    <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->レビュー編集</span></td>
67                                    <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
68                                </tr>
69                                <tr>
70                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
71                                </tr>
72                                <tr>
73                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
74                                </tr>
75                            </table>
76
77
78                            <!--▼編集テーブルここから-->
79                            <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" " bgcolor="#cccccc">
80                                <tr class="fs12n">
81                                    <td bgcolor="#f2f1ec" width="160">商品名</td>
82                                    <td bgcolor="#ffffff" width="483"><!--{$arrReview.name|escape}--></td>
83                                </tr>
84                                <tr class="fs12n">
85                                    <td bgcolor="#f2f1ec">レビュー表示</td>
86                                    <td bgcolor="#ffffff"><!--{if $arrErr.status}--><span class="red12"><!--{$arrErr.status}--></span><br /><!--{/if}-->
87                                    <input type="radio" name="status" value="2" <!--{if $arrReview.status eq 2}-->checked<!--{/if}-->>非表示<!--{if $arrReview.status eq 2 && !$tpl_status_change}--><!--{else}--><input type="radio" name="status" value="1" <!--{if $arrReview.status eq 1}-->checked<!--{/if}-->>表示<!--{/if}--></td>
88                                </tr>
89                                <tr class="fs12n">
90                                    <td bgcolor="#f2f1ec">投稿日</td>
91                                    <td bgcolor="#ffffff"><!--{$arrReview.create_date|sfDispDBDate}--></td>
92                                </tr>
93                                <tr class="fs12n">
94                                    <td bgcolor="#f2f1ec">投稿者名<span class="red"> *</span></td>
95                                    <td bgcolor="#ffffff"><span class="red12"><!--{$arrErr.reviewer_name}--></span>
96                                    <input type="text" class="box60" name="reviewer_name" value="<!--{$arrReview.reviewer_name|escape}-->" style="<!--{$arrErr.reviewer_name|sfGetErrorColor}-->" size=30><span class="red12"></td>
97                                </tr>
98                                <tr class="fs12n">
99                                    <td bgcolor="#f2f1ec">ホームページアドレス</td>
100                                    <td bgcolor="#ffffff"><span class="red12"><!--{$arrErr.reviewer_url}--></span>
101                                    <input type="text" class="box60" name="reviewer_url" maxlength="<!--{$smarty.const.URL_LEN}-->" value="<!--{$arrReview.reviewer_url|escape}-->" style="<!--{$arrErr.reviewer_url|sfGetErrorColor}-->" size=30><span class="red12"></td>
102                                </tr>
103                                <tr class="fs12n">
104                                    <td bgcolor="#f2f1ec">性別</td>
105                                    <td bgcolor="#ffffff"><!--{html_radios_ex name="sex" options=$arrSex selected=$arrReview.sex}--></td>
106                                </tr>
107                                <tr class="fs12n">
108                                    <td bgcolor="#f2f1ec">おすすめレベル<span class="red"> *</span></td>
109                                    <td bgcolor="#ffffff">
110                                    <!--{assign var=key value="recommend_level"}-->
111                                    <span class="red12"><!--{$arrErr.recommend_level}--></span>
112                                    <select name="<!--{$key}-->" style="<!--{$arrErr.recommend_level|sfGetErrorColor}-->" >
113                                    <option value="" selected="selected">選択してください</option>
114                                    <!--{html_options options=$arrRECOMMEND selected=$arrReview[$key]}-->
115                                    </select>
116                                    </td>
117                                </tr>
118                                <tr class="fs12n">
119                                    <td bgcolor="#f2f1ec">タイトル<span class="red"> *</span></td>
120                                    <td bgcolor="#ffffff"><span class="red12"><!--{$arrErr.title}--></span>
121                                    <input type="text" class="box60" name="title" value="<!--{$arrReview.title|escape}-->" style="<!--{$arrErr.title|sfGetErrorColor}-->" size=30><span class="red12"></td>
122                                </tr>
123                                <tr class="fs12n">
124                                    <td bgcolor="#f2f1ec">コメント<span class="red"> *</span></td>
125                                    <td bgcolor="#ffffff"><span class="red12"><!--{$arrErr.comment}--></span>
126                                    <textarea name="comment" rows="20" cols="60" class="area60" wrap="soft" style="<!--{$arrErr.comment|sfGetErrorColor}-->" ><!--{$arrReview.comment|escape}--></textarea></td>
127                                </tr>
128                            </table>
129                            <!--▲編集テーブルここまで-->
130                            <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
131                                <tr>
132                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
133                                    <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
134                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
135                                </tr>
136                                <tr>
137                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
138                                    <td bgcolor="#e9e7de" align="center">
139                                    <table border="0" cellspacing="0" cellpadding="0" summary=" ">
140                                        <tr>
141                                            <td>
142                                                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_search_back_on.jpg',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_search_back.jpg',this);" src="<!--{$TPL_DIR}-->img/contents/btn_search_back.jpg" width="123" height="24" alt="検索画面に戻る" border="0" name="back" onclick="document.form1.action='./review.php'; fnModeSubmit('search','','');" ></a>
143                                                <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" onclick="fnModeSubmit('complete','','');" />
144                                            </td>
145                                        </tr>
146                                    </table>
147                                    </td>
148                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
149                                </tr>
150                                <tr>
151                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
152                                </tr>
153                            </table>
154                            <!-- ▲登録テーブルここまで -->
155
156                        </td>
157                        <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
158                    </tr>
159                    <tr>
160                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
161                    </tr>
162                    <tr><td height="30"></td></tr>
163                </table>
164                </td>
165            </tr>
166            <!--メインエリア-->
167        </table>
168        </td>
169    </tr>
170</form>
171</table>
172<!--★★メインコンテンツ★★-->     
Note: See TracBrowser for help on using the repository browser.