Changeset 271


Ignore:
Timestamp:
2007/02/15 12:52:54 (17 years ago)
Author:
naka
Message:
 
Location:
branches/dev/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/shopping/deliv.tpl

    r20 r271  
    9797            <tr align="center"> 
    9898                <td> 
    99                     <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif" width="190" height="30" alt="ÁªÂò¤·¤¿¤ªÆϤ±Àè¤ËÁ÷¤ë" border="0" name="send_button" id="send_button" /> 
     99                    <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a> 
     100                    <img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="20" height="" alt="" /><input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif" width="190" height="30" alt="ÁªÂò¤·¤¿¤ªÆϤ±Àè¤ËÁ÷¤ë" border="0" name="send_button" id="send_button" /> 
    100101                </td> 
    101102            </tr> 
  • branches/dev/data/class/SC_CartSession.php

    r196 r271  
    196196    function setPrevURL($url) { 
    197197        // Á°ÊǤȤ·¤Æµ­Ï¿¤·¤Ê¤¤¥Ú¡¼¥¸¤ò»ØÄꤹ¤ë¡£ 
    198         $arrExclude = array("detail_image.php"); 
     198        $arrExclude = array( 
     199            "detail_image.php", 
     200            "/shopping/" 
     201        ); 
    199202        $exclude = false; 
    200203        // ¥Ú¡¼¥¸¥Á¥§¥Ã¥¯¤ò¹Ô¤¦¡£ 
Note: See TracChangeset for help on using the changeset viewer.