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

Revision 15079, 3.3 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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<!--▼CONTENTS-->
10<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
11    <tr>
12        <td bgcolor="#ffffff" align="center" valign="top" height="400">
13        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" ">
14            <tr>
15                <!--▼SUB NAVI-->
16                <td class="fs12n"><!--{include file=$tpl_subnavi}--></td>
17                <!--▲SUB NAVI-->
18            </tr><tr><td height="25"></td></tr>
19        </table>
20       
21        <!--▼MAIN CONTENTS-->
22        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" ">
23            <tr>
24                <td class="fs14n"><strong>■レビュー登録</strong></td>
25            </tr>
26            <tr><td height="10"></td></tr>
27        </table>
28       
29        <!--▼登録テーブルここから-->
30        <form name="form1" id="form1" method="post" action="">
31        <table width="740" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc">
32            <tr class="fs12n">
33                <td bgcolor="#f0f0f0" width="110">投稿日</td>
34                <td bgcolor="#ffffff" width="607">
35                <select name="year_from">
36                <option value="" selected="selected">------</option>
37                </select>年
38                <select name="month_from">
39                <option value="" selected="selected">----</option>
40                </select>月
41                <select name="day_from">
42                <option value="" selected="selected">----</option>
43                </select>日</td>
44            </tr>
45            <tr class="fs12n">
46                <td bgcolor="#f0f0f0" width="110">投稿者名</td>
47                <td bgcolor="#ffffff" width="607"><input type="text" name="name" size="30" class="box30" /></td>
48            </tr>
49            <tr class="fs12n">
50                <td bgcolor="#f0f0f0" width="110">性別</td>
51                <td bgcolor="#ffffff" width="607"><input type="checkbox" name="sex01" value="男性" />男性 <input type="checkbox" name="sex02" value="女性" />女性</td>
52            </tr>
53            <tr class="fs12n">
54                <td bgcolor="#f0f0f0" width="110">メールアドレス</td>
55                <td bgcolor="#ffffff" width="607"><input type="text" name="mail" size="30" class="box30" /></td>
56            </tr>
57            <tr class="fs12n">
58                <td bgcolor="#f0f0f0" width="110">商品名</td>
59                <td bgcolor="#ffffff" width="607"><input type="text" name="product_mname" size="30" class="box30" /></td>
60            </tr>
61            <tr class="fs12n">
62                <td bgcolor="#f0f0f0" width="110">おすすめレベル</td>
63                <td bgcolor="#ffffff" width="607"><select name="recomend">
64                <option value="" selected="selected">選択してください</option>
65                <option value="★★★★★">★★★★★</option>
66                <option value="★★★★">★★★★</option>
67                <option value="★★★">★★★</option>
68                <option value="★★">★★</option>
69                <option value="★">★</option>
70                </select></td>
71            </tr>
72            <tr class="fs12n">
73                <td bgcolor="#f0f0f0" width="110">タイトル</td>
74                <td bgcolor="#ffffff" width="607"><input type="text" name="title" size="30" class="box30" /></td>
75            </tr>
76            <tr class="fs12n">
77                <td bgcolor="#f0f0f0" width="110">コメント</td>
78                <td bgcolor="#ffffff" width="607"><textarea name="textfield01" cols="60" rows="8" class="area60"></textarea></td>
79            </tr>
80        </table>
81        <!--▲登録テーブルここまで-->
82       
83        <br />
84        <input type="button" name="subm" value="この内容で登録する" />
85        </form>
86       
87        <!--▲MAIN CONTENTS-->
88        </td>
89    </tr>
90</table>
91<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.