source: branches/comu-ver2/data/Smarty/templates/default/admin/products/category.tpl @ 17612

Revision 17612, 5.8 KB checked in by Seasoft, 16 years ago (diff)

r17605 の変更漏れ対応。
・<a>要素の置換漏れ対応。(本来は <input> や <button> に変更した方が良さそうな箇所もあるが、簡易的に置換した。)
・未対応のロジックを含む SC_Utils::sfReload() の呼び出しを LC_Page::reload() に代替。(モバイルは除く。) なお、LC_Page_Cart::process()には「FIXME reload() を使った方が良いが無限ループしてしまう...」とコメントがあったが、再現しなかった。環境依存(CGI?)が懸念される。( http://q.hatena.ne.jp/1107746608)
・LC_Page:reload() での Net_URL クラス生成のパラメータとして $_SERVERREQUEST_URI? を与える。これにより、index.php にリダイレクトされるのを防ぐ。

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2008 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<form name="form1" id="form1" method="post" action="?" enctype="multipart/form-data">
25<input type="hidden" name="mode" value="edit" />
26<input type="hidden" name="parent_category_id" value="<!--{$arrForm.parent_category_id}-->">
27<input type="hidden" name="category_id" value="<!--{$arrForm.category_id}-->">
28<div id="products" class="contents-main">
29  <h2>カテゴリー設定(最大<!--{$smarty.const.LEVEL_MAX}-->階層まで)</h2>
30
31  <div class="btn">
32    <button type="button" onclick="fnModeSubmit('csv','','');">CSV DOWNLOAD</button>
33    <a href="../contents/csv.php?tpl_subno_csv=category">&gt;&gt; CSV出力項目設定</a>
34  </div>
35
36  <!--{* ▼画面左 *}-->
37  <div id="products-category-left">
38    <a href="?">▼ホーム</a><br />
39    <!--{section name=cnt loop=$arrTree}-->
40      <!--{assign var=level value="`$arrTree[cnt].level`}-->
41
42      <!--{* 上の階層表示の時にdivを閉じる *}-->
43      <!--{assign var=close_cnt value="`$before_level-$level+1`"}-->
44      <!--{if $close_cnt > 0}-->
45        <!--{section name=n loop=$close_cnt}--></div><!--{/section}-->
46      <!--{/if}-->
47
48      <!--{* スペース繰り返し *}-->
49      <!--{section name=n loop=$level}-->  <!--{/section}-->
50     
51      <!--{* カテゴリ名表示 *}-->
52      <!--{assign var=disp_name value="`$arrTree[cnt].category_id`.`$arrTree[cnt].category_name`"}-->
53      <!--{if $arrTree[cnt].level != $smarty.const.LEVEL_MAX}-->
54        <a href="?" onclick="fnModeSubmit('tree', 'parent_category_id', <!--{$arrTree[cnt].category_id}-->); return false;">
55        <!--{if $arrForm.parent_category_id == $arrTree[cnt].category_id}-->
56          <img src="<!--{$smarty.const.URL_DIR}-->misc/openf.gif">
57        <!--{else}-->
58          <img src="<!--{$smarty.const.URL_DIR}-->misc/closef.gif">
59        <!--{/if}-->
60        <!--{$disp_name|sfCutString:20|escape}--></a><br />
61      <!--{else}-->
62        <img src="<!--{$smarty.const.URL_DIR}-->misc/closef.gif">
63        <!--{$disp_name|sfCutString:20|escape}--></a><br />
64      <!--{/if}-->
65
66      <!--{if $arrTree[cnt].display == true}-->
67        <div id="f<!--{$arrTree[cnt].category_id}-->">
68      <!--{else}-->
69        <div id="f<!--{$arrTree[cnt].category_id}-->" style="display:none">
70      <!--{/if}-->
71
72      <!--{if $smarty.section.cnt.last}-->
73        <!--{section name=n loop=$level}--></div><!--{/section}-->
74      <!--{/if}-->
75
76      <!--{assign var=before_level value="`$arrTree[cnt].level`}-->
77    <!--{/section}-->
78  </div>
79  <!--{* ▲画面左 *}-->
80
81  <!--{* ▼画面右 *}-->
82  <div id="products-category-right">
83   
84    <!--{if $arrErr.category_name}-->
85    <span class="attention"><!--{$arrErr.category_name}--></span>
86    <!--{/if}-->
87    <input type="text" name="category_name" value="<!--{$arrForm.category_name|escape}-->" size="30" class="box30" maxlength="<!--{$smarty.const.STEXT_LEN}-->" />
88    <button type="submit" onclick="fnModeSubmit('edit','','');"><span>登録</span></button><span class="attention">(上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
89   
90    <!--{if count($arrList) > 0}-->
91    <table class="list">
92      <tr>
93        <th>ID</th>
94        <th>カテゴリ名</th>
95        <th>編集</th>
96        <th>削除</th>
97        <th>移動</th>
98      </tr>
99      <!--{section name=cnt loop=$arrList}-->
100      <tr style="background:<!--{if $arrForm.category_id != $arrList[cnt].category_id}-->#ffffff<!--{else}--><!--{$smarty.const.SELECT_RGB}--><!--{/if}-->;" align="left">
101        <td class="center"><!--{$arrList[cnt].category_id}--></td>
102        <td>
103        <!--{if $arrList[cnt].level != $smarty.const.LEVEL_MAX}-->
104          <a href="?" onclick="fnModeSubmit('tree', 'parent_category_id', <!--{$arrList[cnt].category_id}-->); return false"><!--{$arrList[cnt].category_name|escape}--></a>
105        <!--{else}-->
106          <!--{$arrList[cnt].category_name|escape}-->
107        <!--{/if}-->
108        </td>
109        <td align="center">
110          <!--{if $arrForm.category_id != $arrList[cnt].category_id}-->
111          <a href="?" onclick="fnModeSubmit('pre_edit', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;">編集</a>
112          <!--{else}-->
113          編集中
114          <!--{/if}-->
115        </td>
116        <td align="center">
117          <a href="?" onclick="fnModeSubmit('delete', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;">削除</a>
118        </td>
119        <td align="center">
120        <!--{* 移動 *}-->
121        <!--{if $smarty.section.cnt.iteration != 1}-->
122        <a href="?" onclick="fnModeSubmit('up','category_id', <!--{$arrList[cnt].category_id}-->); return false;">上へ</a>
123        <!--{/if}-->
124        <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}-->
125        <a href="?" onclick="fnModeSubmit('down','category_id', <!--{$arrList[cnt].category_id}-->); return false;">下へ</a>
126        <!--{/if}-->
127        </td>
128      </tr>
129      <!--{/section}-->
130    </table>
131    <!--{else}-->
132    <p>この階層には、カテゴリが登録されていません。</p>
133    <!--{/if}-->
134  </div>
135  <!--{* ▲画面右 *}-->
136
137</div>
138</form>
Note: See TracBrowser for help on using the repository browser.