source: branches/version-2_5-dev/data/Smarty/templates/admin/products/category.tpl @ 19972

Revision 19972, 6.4 KB checked in by Seasoft, 13 years ago (diff)

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • パラメータ名の変更 URL_PATH → ROOT_URLPATH
  • Property svn:eol-style set to LF
  • 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-2010 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" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.tablednd.js"></script>
25<form name="form1" id="form1" method="post" action="?" enctype="multipart/form-data">
26<input type="hidden" name="mode" value="edit" />
27<input type="hidden" name="parent_category_id" value="<!--{$arrForm.parent_category_id}-->">
28<input type="hidden" name="category_id" value="<!--{$arrForm.category_id}-->">
29<input type="hidden" name="keySet" value="">
30<div id="products" class="contents-main">
31  <div class="btn">
32    <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;">CSV ダウンロード</a>
33    <a class="btn-normal" href='../contents/csv.php?tpl_subno_csv=category'>CSV 出力項目設定</a>
34  </div>
35
36  <!--{* ▼画面左 *}-->
37  <div id="products-category-left">
38    <a href="?"><img src="<!--{$TPL_DIR}-->img/contents/folder_close.gif" alt="フォルダ">&nbsp;ホーム</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="<!--{$TPL_DIR}-->img/contents/folder_open.gif" alt="フォルダ">
57        <!--{else}-->
58          <img src="<!--{$TPL_DIR}-->img/contents/folder_close.gif" alt="フォルダ">
59        <!--{/if}-->
60        <!--{$disp_name|sfCutString:20|h}--></a><br />
61      <!--{else}-->
62        <img src="<!--{$TPL_DIR}-->img/contents/folder_close.gif" alt="フォルダ">
63        <!--{$disp_name|sfCutString:20|h}--></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
85    <div class="now_dir">
86        <!--{if $arrErr.category_name}-->
87        <span class="attention"><!--{$arrErr.category_name}--></span>
88        <!--{/if}-->
89        <input type="text" name="category_name" value="<!--{$arrForm.category_name|h}-->" size="30" class="box30" maxlength="<!--{$smarty.const.STEXT_LEN}-->" />
90        <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('edit','',''); return false;"><span class="btn-next">登録</span></a><span class="attention">&nbsp;(上限<!--{$smarty.const.STEXT_LEN}-->文字)</span>
91    </div>
92
93    <h2><!--{$breadcrumbs}--></h2>
94    <!--{if count($arrList) > 0}-->
95
96    <table class="list" id="categoryTable">
97      <colgroup width="5%">
98      <colgroup width="60%">
99      <colgroup width="10%">
100      <colgroup width="10%">
101      <colgroup width="25%">
102      <tr class="nodrop nodrag">
103        <th>ID</th>
104        <th>カテゴリ名</th>
105        <th class="edit">編集</th>
106        <th class="delete">削除</th>
107        <th>移動</th>
108      </tr>
109
110      <!--{section name=cnt loop=$arrList}-->
111      <tr id="<!--{$arrList[cnt].category_id}-->" style="background:<!--{if $arrForm.category_id != $arrList[cnt].category_id}-->#ffffff<!--{else}--><!--{$smarty.const.SELECT_RGB}--><!--{/if}-->;" align="left">
112        <td class="center"><!--{$arrList[cnt].category_id}--></td>
113        <td>
114        <!--{if $arrList[cnt].level != $smarty.const.LEVEL_MAX}-->
115          <a href="?" onclick="fnModeSubmit('tree', 'parent_category_id', <!--{$arrList[cnt].category_id}-->); return false"><!--{$arrList[cnt].category_name|h}--></a>
116        <!--{else}-->
117          <!--{$arrList[cnt].category_name|h}-->
118        <!--{/if}-->
119        </td>
120        <td class="center">
121          <!--{if $arrForm.category_id != $arrList[cnt].category_id}-->
122          <a href="?" onclick="fnModeSubmit('pre_edit', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;">編集</a>
123          <!--{else}-->
124          編集中
125          <!--{/if}-->
126        </td>
127        <td class="center">
128          <a href="?" onclick="fnModeSubmit('delete', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;">削除</a>
129        </td>
130        <td class="center">
131        <!--{* 移動 *}-->
132        <!--{if $smarty.section.cnt.iteration != 1}-->
133        <a href="?" onclick="fnModeSubmit('up','category_id', <!--{$arrList[cnt].category_id}-->); return false;">上へ</a>
134        <!--{/if}-->
135        <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}-->
136        <a href="?" onclick="fnModeSubmit('down','category_id', <!--{$arrList[cnt].category_id}-->); return false;">下へ</a>
137        <!--{/if}-->
138        </td>
139
140      </tr>
141      <!--{/section}-->
142    </table>
143    <!--{else}-->
144    <p>この階層には、カテゴリが登録されていません。</p>
145    <!--{/if}-->
146  </div>
147  <!--{* ▲画面右 *}-->
148
149</div>
150</form>
Note: See TracBrowser for help on using the repository browser.