source: branches/comu/data/Smarty/templates/admin/products/product_class_confirm.tpl @ 11984

Revision 11984, 7.3 KB checked in by uehara, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
9<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
10    <tr valign="top">
11        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
12            <!--¢§SUB NAVI-->
13            <!--{include file=$tpl_subnavi}-->
14            <!--¢¥SUB NAVI-->
15        </td>
16        <td class="mainbg">
17            <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
18            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
19                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
20                <tr>
21                    <td align="center">
22                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
23                            <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" enctype="multipart/form-data">
24                            <!--{foreach key=key item=item from=$arrForm}-->
25                            <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
26                            <!--{/foreach}-->
27                            <tr><td height="14"></td></tr>
28                            <tr>
29                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
30                            </tr>
31                            <tr>
32                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
33                                <td bgcolor="#cccccc">
34                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
35                                    <tr>
36                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
37                                    </tr>
38                                    <tr>
39                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
40                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->µ¬³ÊÅÐÏ¿</span></td>
41                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
42                                    </tr>
43                                    <tr>
44                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
45                                    </tr>
46                                    <tr>
47                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
48                                    </tr>
49                                </table>
50                               
51                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
52                                <!--{if $tpl_check > 0}-->
53                                    <!--{assign var=class_id1 value=$arrForm.class_id1}-->
54                                    <!--{assign var=class_id2 value=$arrForm.class_id2}-->
55                                    <tr bgcolor="#f2f1ec" align="center" class="fs12n">
56                                        <td width="150">µ¬³Ê1(<!--{$arrClass[$class_id1]|default:"̤ÁªÂò"}-->)</td>
57                                        <td width="150">µ¬³Ê2(<!--{$arrClass[$class_id2]|default:"̤ÁªÂò"}-->)</td>
58                                        <td width="100">¾¦ÉÊ¥³¡¼¥É</td>
59                                        <td width="80">ºß¸Ë(¸Ä)</td>
60                                        <td width="120"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(±ß)</td>
61                                        <td width="100"><!--{$smarty.const.SALE_PRICE_TITLE}-->(±ß)</td>
62                                    </tr>
63                                    <!--{section name=cnt loop=$tpl_count}-->
64                                    <!--{assign var=key value="check:`$smarty.section.cnt.iteration`"}-->
65                                    <!--{if $arrForm[$key] == 1}-->
66                                    <tr  bgcolor="#ffffff" class="fs12">
67                                        <!--{assign var=key value="name1:`$smarty.section.cnt.iteration`"}-->
68                                        <td width="150"><!--{$arrForm[$key]}--></td>
69                                        <!--{assign var=key value="name2:`$smarty.section.cnt.iteration`"}-->
70                                        <td width="150"><!--{$arrForm[$key]}--></td>
71                                        <!--{assign var=key value="product_code:`$smarty.section.cnt.iteration`"}-->
72                                        <td width="100" align="right"><!--{$arrForm[$key]}--></td>
73                                        <!--{assign var=key1 value="stock:`$smarty.section.cnt.iteration`"}-->
74                                        <!--{assign var=key2 value="stock_unlimited:`$smarty.section.cnt.iteration`"}-->
75                                        <td width="80" align="right">
76                                        <!--{if $arrForm[$key2] == 1}-->
77                                            ̵À©¸Â
78                                        <!--{else}-->
79                                            <!--{$arrForm[$key1]}-->
80                                        <!--{/if}-->
81                                        </td>
82                                        <!--{assign var=key value="price01:`$smarty.section.cnt.iteration`"}-->
83                                        <td width="120" align="right"><!--{$arrForm[$key]}--></td>
84                                        <!--{assign var=key value="price02:`$smarty.section.cnt.iteration`"}-->
85                                        <td width="100" align="right"><!--{$arrForm[$key]}--></td>
86                                    </tr>
87                                    <!--{/if}-->
88                                    <!--{/section}-->
89                                <!--{else}-->
90                                    <tr bgcolor="#ffffff" class="fs12" align="center"><td>µ¬³Ê¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£</td></tr>
91                                <!--{/if}-->
92                                </table>
93                               
94                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
95                                    <tr>
96                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
97                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
98                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
99                                    </tr>
100                                    <tr>
101                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
102                                        <td bgcolor="#e9e7de" align="center">
103                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
104                                            <tr>
105                                                <td><a href="#" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/install/back_on.jpg','return')" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/install/back.jpg','return')" onclick="fnModeSubmit('confirm_return','',''); return false" /><img  width="105" src="<!--{$smarty.const.URL_DIR}-->img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="return"></a>
106                                                <!--{if $tpl_check > 0}-->
107                                                <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="¤³¤ÎÆâÍƤÇÅÐÏ¿¤¹¤ë" border="0" name="subm" >
108                                                <!--{/if}-->
109                                                </td>
110                                            </tr>
111                                        </table>
112                                        </td>
113                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
114                                    </tr>
115                                    <tr>
116                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
117                                    </tr>
118                                </table>
119                                </td>
120                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
121                            </tr>
122                            <tr>
123                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
124                            </tr>
125                            <tr><td height="30"></td></tr>
126                        </table>
127                    </td>
128                </tr>
129                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
130            </table>
131            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
132        </td>
133    </tr>
134</form>
135</table>
136<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->                             
Note: See TracBrowser for help on using the repository browser.