source: branches/feature-module-update/data/Smarty/templates/admin/products/review_edit.tpl @ 15078

Revision 15078, 8.8 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

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