Changeset 314


Ignore:
Timestamp:
2007/02/21 13:32:30 (17 years ago)
Author:
uehara
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

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

    r275 r314  
    177177            <tr> 
    178178                <td align="center"> 
    179                     <a href="./deliv.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif','back03')" onmouseout="chgImg('<!--{$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><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="12" height="" alt="" /> 
     179                    <a href="<!--{$tpl_back_url}-->" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif','back03')" onmouseout="chgImg('<!--{$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><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="12" height="" alt="" /> 
    180180                    <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_next.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
    181181                </td> 
  • branches/dev/html/shopping/payment.php

    r17 r314  
    5050    $objPage->tpl_login = '1'; 
    5151    $objPage->tpl_user_point = $objCustomer->getValue('point'); 
     52    //Ìá¤êÀèURL 
     53    $objPage->tpl_back_url = URL_SHOP_PAYMENT; 
     54} else { 
     55    $objPage->tpl_back_url = URL_SHOP_TOP . "?from=nonmember"; 
    5256} 
    5357 
Note: See TracChangeset for help on using the changeset viewer.