source: branches/version-2_4/data/Smarty/templates/default/campaign/bloc/cart_tag.tpl @ 18734

Revision 18734, 3.6 KB checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id Revision Date
  • Property svn:mime-type set to text/html
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<div id="cart_tag_<{assign_product_id}>">
23<!--{assign var=id value=$arrProducts[<{assign_product_id}>].product_id}-->
24<!--▼買い物かご-->
25<div class="listarea">
26<div class="in_cart">
27             <dl>
28         <!--{if $tpl_classcat_find1[$id]}-->
29           <!--{assign var=class1 value=classcategory_id`$id`_1}-->
30           <!--{assign var=class2 value=classcategory_id`$id`_2}-->
31           <dt><!--{$tpl_class_name1[$id]|escape}-->:</dt>
32           <dd><select name="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="lnSetSelect('<!--{$class1}-->', '<!--{$class2}-->', '<!--{$id}-->','');">
33             <option value="">選択してください</option>
34             <!--{html_options options=$arrClassCat1[$id] selected=$arrForm[$class1]}-->
35           </select>
36             <!--{if $arrErr[$class1] != ""}-->
37             <br /><span class="attention">※ <!--{$tpl_class_name1[$id]}-->を入力して下さい。</span>
38             <!--{/if}-->
39           </dd>
40
41           <!--{/if}-->
42           <!--{if $tpl_classcat_find2[$id]}-->
43             <dt><!--{$tpl_class_name2[$id]|escape}-->:</dt>
44             <dd><select name="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->">
45               <option value="">選択してください</option>
46             </select>
47
48             <!--{if $arrErr[$class2] != ""}-->
49             <br /><span class="attention">※ <!--{$tpl_class_name2[$id]}-->を入力して下さい。</span>
50             <!--{/if}-->
51             </dd>
52
53           <!--{/if}-->
54           <!--{assign var=quantity value=quantity`$id`}-->
55
56           <dt>個数:</dt>
57           <dd><input type="text" name="<!--{$quantity}-->" size="3" class="box54" value="<!--{$arrForm[$quantity]|default:1}-->" maxlength="<!--{$smarty.const.INT_LEN}-->" style="<!--{$arrErr[$quantity]|sfGetErrorColor}-->" />
58             <!--{if $arrErr[$quantity] != ""}-->
59             <br /><span class="attention"><!--{$arrErr[$quantity]}--></span>
60             <!--{/if}-->
61           </dd>
62         </dl>
63             <div class="cartbtn">
64             <a href="<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->" onclick="fnChangeAction('<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->'); fnModeSubmit('cart','product_id','<!--{$id}-->'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif','cart<!--{$id}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif','cart<!--{$id}-->');">
65               <img src="<!--{$TPL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="カゴに入れる" name="cart<!--{$id}-->" id="cart<!--{$id}-->" /></a>
66             </div>
67           </div>
68             <!--▲買い物かご-->
69</div>
70
71
72</div>
Note: See TracBrowser for help on using the repository browser.