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/sphone/products/list.tpl

    r20116 r20407  
    3939<div id="undercolumn" class="product product_list"> 
    4040    <form name="form1" id="form1" method="get" action="?"> 
     41        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    4142        <input type="hidden" name="mode" value="<!--{$mode|h}-->" /> 
    4243        <!--{* ▼検索条件 *}--> 
     
    115116            <!--▼ページナビ(上部)--> 
    116117            <form name="page_navi_top" id="page_navi_top" action="?"> 
     118                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    117119                <!--{if $tpl_linemax > 0}--><!--{$smarty.capture.page_navi_body|smarty:nodefaults}--><!--{/if}--> 
    118120            </form> 
     
    173175            <!--▼ページナビ(下部)--> 
    174176            <form name="page_navi_bottom" id="page_navi_bottom" action="?"> 
     177                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    175178                <!--{if $tpl_linemax > 0}--><!--{$smarty.capture.page_navi_body|smarty:nodefaults}--><!--{/if}--> 
    176179            </form> 
Note: See TracChangeset for help on using the changeset viewer.