source: branches/feature-module-update/data/Smarty/templates/default/products/review.tpl @ 16583

Revision 16583, 6.0 KB checked in by nanasess, 16 years ago (diff)

typo fix

  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
24<head>
25<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
26<meta http-equiv="Content-Script-Type" content="text/javascript" />
27<meta http-equiv="Content-Style-Type" content="text/css" />
28<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" />
29<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" />
30<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
31<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
32<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
33<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
34<meta name="author" content="<!--{$arrPageLayout.author|escape}-->" />
35<meta name="description" content="<!--{$arrPageLayout.description|escape}-->" />
36<meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" />
37<title><!--{$arrSiteInfo.shop_name}-->/お客様の声書き込み(入力ページ)</title>
38</head>
39<body onload="preLoadImg()">
40<a name="top" id="top"></a>
41
42<div id="windowcolumn">
43  <div id="windowarea">
44    <h2><img src="<!--{$TPL_DIR}-->img/products/review_title.jpg" width="500" height="40" alt="お客様の声書き込み" /></h2>
45    <p class="windowtext">以下の商品について、お客様のご意見、ご感想をどしどしお寄せください。<br />
46      「<span class="attention">※</span>」印は入力必須項目です。<br />
47       ご入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p>
48        <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
49        <input type="hidden" name="mode" value="confirm" />
50        <input type="hidden" name="product_id" value="<!--{$arrForm.product_id}-->" />
51        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
52        <table summary="お客様の声書き込み">
53          <tr>
54            <th>商品名</th>
55            <td><!--{$arrForm.name|escape}--></td>
56          </tr>
57          <tr>
58            <th>投稿者名<span class="attention">※</span></th>
59            <td><span class="attention"><!--{$arrErr.reviewer_name}--></span><input type="text" name="reviewer_name" value="<!--{$arrForm.reviewer_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.reviewer_name|sfGetErrorColor}-->" size="40" class="box350" /></td>
60          </tr>
61          <tr>
62            <th>ホームページアドレス</th>
63            <td><span class="attention"><!--{$arrErr.reviewer_url}--></span><input type="text" name="reviewer_url" value="<!--{$arrForm.reviewer_url}-->" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" style="<!--{$arrErr.reviewer_url|sfGetErrorColor}-->" size="40" class="box350" /></td>
64          </tr>
65          <tr>
66            <th>性別</th>
67            <td>
68              <input type="radio" name="sex" id="man" value="1" <!--{if $arrForm.sex eq 1}--> checked="checked"<!--{/if}--> /><label for="man">男性</label>&nbsp;
69              <input type="radio" name="sex" id="woman" value="2" <!--{if $arrForm.sex eq 2}--> checked="checked"<!--{/if}--> /><label for="woman">女性</label>
70            </td>
71          </tr>
72          <tr>
73            <th>おすすめレベル<span class="attention">※</span></th>
74            <td>
75              <span class="attention"><!--{$arrErr.recommend_level}--></span>
76              <select name="recommend_level" style="<!--{$arrErr.recommend_level|sfGetErrorColor}-->">
77                <option value="" selected="selected">選択してください</option>
78                  <!--{html_options options=$arrRECOMMEND selected=$arrForm.recommend_level}-->
79              </select>
80            </td>
81          </tr>
82          <tr>
83            <th>タイトル<span class="attention">※</span></th>
84            <td>
85              <span class="attention"><!--{$arrErr.title}--></span>
86              <input type="text" name="title" value="<!--{$arrForm.title|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.title|sfGetErrorColor}-->" size="40" class="box350" />
87            </td>
88          </tr>
89          <tr>
90            <th>コメント<span class="attention">※</span></th>
91            <td>
92              <span class="attention"><!--{$arrErr.comment}--></span>
93              <textarea name="comment" cols="50" rows="10" style="<!--{$arrErr.comment|sfGetErrorColor}-->" class="area350"><!--{$arrForm.comment|escape}--></textarea>
94            </td>
95          </tr>
96        </table>
97        <div class="btn">
98          <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm.gif',this)" src="<!--{$TPL_DIR}-->img/common/b_confirm.gif" class="box150" alt="確認ページへ" name="conf" id="conf" />
99        </div>
100      </form>
101    </div>
102  </div>
103</body>
104</html>
Note: See TracBrowser for help on using the repository browser.