Changeset 11315


Ignore:
Timestamp:
2006/12/25 19:22:16 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/install/user_data/include/campaign/bloc/cart_tag.tpl

    r11314 r11315  
    2222                            <td align="right" class="fs12st"><!--{$tpl_class_name1[$id]|escape}-->¡§ </td> 
    2323                            <td> 
    24                                 <select name="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="lnSetSelect(\'<!--{$class1}-->\', \'<!--{$class2}-->\', \'<!--{$id}-->\',\'\');"> 
     24                                <select name="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="lnSetSelect('<!--{$class1}-->', '<!--{$class2}-->', '<!--{$id}-->','');"> 
    2525                                <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
    2626                                <!--{html_options options=$arrClassCat1[$id] selected=$arrForm[$class1]}--> 
     
    4848                            </td> 
    4949                            <td width="170" align="center"> 
    50                                 <a href="" onclick="fnChangeAction(\'<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->\'); fnModeSubmit(\'cart\',\'product_id\',\'<!--{$id}-->\'); return false;" onmouseover="chgImg(\'<!--{$smarty.const.URL_DIR}-->img/products/b_cartin_on.gif\',\'cart<!--{$id}-->\');" onmouseout="chgImg(\'<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif\',\'cart<!--{$id}-->\');"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="¥«¥´¤ËÆþ¤ì¤ë" name="cart<!--{$id}-->" id="cart<!--{$id}-->" /></a> 
     50                                <a href="" onclick="fnChangeAction('<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->'); fnModeSubmit('cart','product_id','<!--{$id}-->'); return false;" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/products/b_cartin_on.gif','cart<!--{$id}-->');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif','cart<!--{$id}-->');"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="¥«¥´¤ËÆþ¤ì¤ë" name="cart<!--{$id}-->" id="cart<!--{$id}-->" /></a> 
    5151                            </td> 
    5252                        </tr> 
Note: See TracChangeset for help on using the changeset viewer.