Ignore:
Timestamp:
2008/09/15 20:17:40 (16 years ago)
Author:
Seasoft
Message:

r17605 の変更漏れ対応。
・<a>要素の置換漏れ対応。(本来は <input> や <button> に変更した方が良さそうな箇所もあるが、簡易的に置換した。)
・未対応のロジックを含む SC_Utils::sfReload() の呼び出しを LC_Page::reload() に代替。(モバイルは除く。) なお、LC_Page_Cart::process()には「FIXME reload() を使った方が良いが無限ループしてしまう...」とコメントがあったが、再現しなかった。環境依存(CGI?)が懸念される。( http://q.hatena.ne.jp/1107746608)
・LC_Page:reload() での Net_URL クラス生成のパラメータとして $_SERVERREQUEST_URI? を与える。これにより、index.php にリダイレクトされるのを防ぐ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/shopping/card.tpl

    r17605 r17612  
    161161                <div id="button"> 
    162162                <!--「戻る」「登録」--> 
    163                 <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onmouseover="chgImg('/img/button/back03_on.gif','back03')" onmouseout="chgImg('/img/button/back03.gif','back03')" onclick="history.back(); return false;" /><img src="/img/button/back03.gif" width="110" height="30" alt="戻る" border="0" name="back03" id="back03" ></a><img src="../img/_.gif" width="12" height="" alt="" /> 
     163                <a href="?" onmouseover="chgImg('/img/button/back03_on.gif','back03')" onmouseout="chgImg('/img/button/back03.gif','back03')" onclick="history.back(); return false;" /><img src="/img/button/back03.gif" width="110" height="30" alt="戻る" border="0" name="back03" id="back03" ></a><img src="../img/_.gif" width="12" height="" alt="" /> 
    164164                <input type="image" onmouseover="chgImgImageSubmit('../img/shopping/complete_on.gif',this)" onmouseout="chgImgImageSubmit('../img/shopping/complete.gif',this)" src="../img/shopping/complete.gif" width="170" height="30" alt="ご注文完了ページへ" border="0" name="complete" id="complete" /> 
    165165                </div> 
Note: See TracChangeset for help on using the changeset viewer.