Ignore:
Timestamp:
2011/02/25 16:46:15 (13 years ago)
Author:
kotani
Message:

#812 (トランザクションIDの自動生成/自動検証), #1053 (transactionidが埋め込まれる前にクリックされるとエラー)

  • transactionid用hiddenタグをJavaScriptで生成しないように変更
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/products/list.tpl

    r20366 r20407  
    6363<div id="undercolumn" class="product product_list"> 
    6464    <form name="form1" id="form1" method="get" action="?"> 
     65        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    6566        <input type="hidden" name="mode" value="<!--{$mode|h}-->" /> 
    6667        <!--{* ▼検索条件 *}--> 
     
    139140            <!--▼ページナビ(上部)--> 
    140141            <form name="page_navi_top" id="page_navi_top" action="?"> 
     142                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    141143                <!--{if $tpl_linemax > 0}--><!--{$smarty.capture.page_navi_body|smarty:nodefaults}--><!--{/if}--> 
    142144            </form> 
     
    148150        <!--▼商品--> 
    149151        <form name="product_form<!--{$id|h}-->" action="?" onsubmit="return false;"> 
     152            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    150153            <div class="list_area clearfix"> 
    151154            <a name="product<!--{$id|h}-->"></a> 
     
    262265            <!--▼ページナビ(下部)--> 
    263266            <form name="page_navi_bottom" id="page_navi_bottom" action="?"> 
     267                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    264268                <!--{if $tpl_linemax > 0}--><!--{$smarty.capture.page_navi_body|smarty:nodefaults}--><!--{/if}--> 
    265269            </form> 
Note: See TracChangeset for help on using the changeset viewer.