source: branches/version-2_13-dev/data/Smarty/templates/sphone/products/review_confirm.tpl @ 23066

Revision 23066, 3.2 KB checked in by pineray, 11 years ago (diff)

#2342 JavaScript?のグローバルな宣言を減らす
eccubeオブジェクト内の階層を減らす.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="お客様の声書き込み(確認ページ)"}-->
2<!--{*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2013 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<div id="windowarea">
25    <h2 class="title">お客様の声書き込み</h2>
26    <form name="form1" method="post" action="?">
27        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
28        <input type="hidden" name="mode" value="complete" />
29        <!--{foreach from=$arrForm key=key item=item}-->
30            <!--{if $key ne "mode"}-->
31                <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
32            <!--{/if}-->
33        <!--{/foreach}-->
34
35        <table summary="お客様の声書き込み">
36            <tr>
37                <th>商品名</th>
38                <td><!--{$arrForm.name|h}--></td>
39            </tr>
40            <tr>
41                <th>投稿者名<span class="attention">※</span></th>
42                <td><!--{$arrForm.reviewer_name|h}--></td>
43            </tr>
44            <tr>
45                <th>投稿者URL</th>
46                <td><!--{$arrForm.reviewer_url|h}--></td>
47            </tr>
48            <tr>
49                <th>性別</th>
50                <td><!--{if $arrForm.sex eq 1}-->男性<!--{elseif $arrForm.sex eq 2}-->女性<!--{/if}--></td>
51            </tr>
52            <tr>
53                <th>おすすめレベル<span class="attention">※</span></th>
54                <td><span class="recommend_level"><!--{$arrRECOMMEND[$arrForm.recommend_level]}--></span></td>
55            </tr>
56            <tr>
57                <th>タイトル<span class="attention">※</span></th>
58                <td><!--{$arrForm.title|h}--></td>
59            </tr>
60            <tr>
61                <th>コメント<span class="attention">※</span></th>
62                <td><!--{$arrForm.comment|h|nl2br}--></td>
63            </tr>
64        </table>
65        <div class="btn_area">
66            <ul class="btn_btm">
67                <li><input type="submit" value="完了ページへ" class="btn data-role-none" name="complete" id="complete" /></li>
68                <li><a class="btn_back" href="Javascript:eccube.setModeAndSubmit('return', '', '');" rel="external">戻る</a></li>
69            </ul>
70        </div>
71    </form>
72</div>
73
74<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.