source: branches/version-2_5-dev/data/Smarty/templates/admin/contents/recommend.tpl @ 20764

Revision 20764, 7.2 KB checked in by nanasess, 13 years ago (diff)

#601 (コピーライトの更新)

  • 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<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 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<script type="text/javascript">
25<!--
26function lfnCheckSubmit( fm ){
27
28    var err = '';
29    /*
30    if ( ! fm["title"].value ){
31        err += '見出しコメントを入力して下さい。';
32    }
33    */
34    if ( ! fm["comment"].value ){
35        if ( err ) err += '';
36        err += 'コメントを入力して下さい。';
37    }
38    if ( err ){
39        alert(err);
40        return false;
41    } else {
42        if(window.confirm('内容を登録しても宜しいですか')){
43                fm.submit();
44                return true;
45        }
46    }
47}
48
49function lfnCheckSetItem( rank ){
50    var flag = true;
51    var checkRank = '<!--{$checkRank|h}-->';
52    if ( checkRank ){
53        if ( rank != checkRank ){
54            if( ! window.confirm('さきほど選択した<!--{$checkRank|h}-->位の情報は破棄されます。宜しいでしょうか')){
55                flag = false;
56            }
57        }
58    }
59
60    if ( flag ){
61        win03('./recommend_search.php?rank=' + rank,'search','615','600');
62    }
63}
64
65//-->
66</script>
67
68
69        <!--{section name=cnt loop=$tpl_disp_max}-->
70
71<div id="admin-contents" class="contents-main">
72    <table class="list center" id="recommend-table">
73        <colgroup width="13%">
74        <colgroup width="73%">
75        <colgroup width="7%">
76        <colgroup width="7%">
77        <tr>
78            <th>順位</th>
79            <th>商品/コメント</th>
80            <th>編集</th>
81            <th>削除</th>
82        </tr>
83
84        <tr>
85            <td>おすすめ商品(<!--{$smarty.section.cnt.iteration}-->)</td>
86                <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}-->
87                    <td>
88                        <div id="table-wrap" class="clearfix">
89                            <div class="table-img">
90                                <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}-->
91                                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrItems[$smarty.section.cnt.iteration].main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrItems[$smarty.section.cnt.iteration].name|h}-->" width="100" height="100" />
92                                <!--{/if}-->
93                            </div>
94                            <div class="table-detail">
95                                <div class="detail-name">商品名: <!--{$arrItems[$smarty.section.cnt.iteration].name|h}--></div>
96                                    <div class="detail-form">
97                                        <form name="form<!--{$smarty.section.cnt.iteration}-->" id="form<!--{$smarty.section.cnt.iteration}-->" method="post" action="?">
98                                            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
99                                            <input type="hidden" name="mode" value="regist" />
100                                            <input type="hidden" name="product_id" value="<!--{$arrItems[$smarty.section.cnt.iteration].product_id|h}-->" />
101                                            <input type="hidden" name="category_id" value="<!--{$category_id|h}-->" />
102                                            <input type="hidden" name="rank" value="<!--{$arrItems[$smarty.section.cnt.iteration].rank|h}-->" />
103                                            <span class="attention"><!--{$arrErr[$smarty.section.cnt.iteration].comment}--></span>
104                                            <textarea class="top" name="comment" cols="45" rows="4" style="width: 586px; height: 80px; <!--{$arrErr[$smarty.section.cnt.iteration].comment|sfGetErrorColor}-->" <!--{$arrItems[$smarty.section.cnt.iteration].product_id|sfGetEnabled}-->><!--{$arrItems[$smarty.section.cnt.iteration].comment}--></textarea>
105                                        </form>
106                                    </div>
107                                </div>
108                            </div>
109                        </div>
110                    </td>
111                <!--{else}-->
112                    <td class="AlignLeft">
113                        <a class="btn-action-m" href="javascript:;" onclick="lfnCheckSetItem('<!--{$smarty.section.cnt.iteration}-->'); return false;" target="_blank"><span class="btn-next">商品を選択する</span></a>
114                        <form name="form<!--{$smarty.section.cnt.iteration}-->" id="form<!--{$smarty.section.cnt.iteration}-->" method="post" action="?">
115                            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
116                            <input type="hidden" name="mode" value="regist" />
117                            <input type="hidden" name="product_id" value="<!--{$arrItems[$smarty.section.cnt.iteration].product_id|h}-->" />
118                            <input type="hidden" name="category_id" value="<!--{$category_id|h}-->" />
119                            <input type="hidden" name="rank" value="<!--{$arrItems[$smarty.section.cnt.iteration].rank|h}-->" />
120                        </form>
121                    </td>
122                <!--{/if}-->
123            <td>
124                <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}-->
125                    <a href="javascript:;" onclick="lfnCheckSetItem('<!--{$smarty.section.cnt.iteration}-->'); return false;" target="_blank">
126                        編集</a>
127                <!--{else}-->
128                    - -
129                <!--{/if}-->
130            </td>
131            <td>
132                <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}-->
133                        <a href="javascript:;" onClick="return fnInsertValAndSubmit( document.form<!--{$smarty.section.cnt.iteration}-->, 'mode', 'delete', '削除します。宜しいですか' )">削除</a>
134                <!--{else}-->
135                    - -
136                <!--{/if}-->
137            </td>
138        </tr>
139
140        <tr><td colspan="4" class="no-border-w" height="20"></td></tr>
141        <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}-->
142        <tr><td colspan="4" class="no-border">
143        <a class="btn-action" href="javascript:;" onclick="return lfnCheckSubmit(document.form<!--{$smarty.section.cnt.iteration}-->);"><span class="btn-next">この内容で登録する</span></a>
144        </td>
145        </tr>
146        <!--{/if}-->
147    <!--▲おすすめ商品<!--{$smarty.section.cnt.iteration}-->-->
148    <!--{/section}-->
149    </table>
150</div>
Note: See TracBrowser for help on using the repository browser.