Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/shopping/card.tpl

    r16582 r18609  
    5454                <div class="fs12n" id="comment01">下記項目にクレジットカード情報をご入力くださいませ。<br /> 
    5555                入力後、一番下の「ご注文完了ページへ」ボタンをクリックしてください。</div> 
    56                 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     56                <form name="form1" id="form1" method="post" action="?"> 
    5757                <input type="hidden" name="mode" value="regist"> 
    5858                <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
     
    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.