Ignore:
Timestamp:
2009/07/10 10:24:33 (15 years ago)
Author:
Seasoft
Message:

モバイルサイトのみに実装されていたMYページからの再注文をPCサイトにも実装。
開発者向けレビューです。テンプレートはコメントアウトしています。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/mypage/history.tpl

    r17992 r18184  
    3939    <!--{/if}--> 
    4040    </p> 
     41 
     42    <!--{* (開発者向けレビュー) 
     43    <form action="order.php" method="post"> 
     44        <input type="hidden" name="order_id" value="<!--{$arrDisp.order_id}-->"> 
     45        <input type="submit" name="submit" value="再注文"> 
     46    </form> 
     47    *}--> 
    4148 
    4249    <table summary="購入商品詳細"> 
     
    170177      <a href="./<!--{$smarty.const.DIR_INDEX_URL}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_back_on.gif','change');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_back.gif','change');"><img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" name="change" id="change" /></a> 
    171178    </div> 
     179 
    172180  </div> 
    173181</div> 
Note: See TracChangeset for help on using the changeset viewer.