Ignore:
Timestamp:
2011/05/19 02:26:17 (13 years ago)
Author:
Seasoft
Message:

#1312 (ログインブロックからのログインでURL復帰が不十分)
#1313 (URL の searchpart が必要ないケースで REQUEST_URI が使用されている)

  • 開発環境を別の作業に使用するため、一旦現状コミット。
Location:
branches/version-2_11-dev/data/Smarty/templates/mobile/products
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/mobile/products/detail.tpl

    r20764 r20941  
    123123<br> 
    124124 
    125 <form name="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|h}-->"> 
     125<form name="form1" method="post" action="?"> 
    126126    <input type="hidden" name="mode" value="select"> 
    127127  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
  • branches/version-2_11-dev/data/Smarty/templates/mobile/products/select_find1.tpl

    r20764 r20941  
    2828    <font color="#FF0000">※<!--{$tpl_class_name1}-->を入力して下さい。</font><br> 
    2929<!--{/if}--> 
    30 <form method="post" action="<!--{$smarty.server.REQUEST_URI|h}-->"> 
     30<form method="post" action="?"> 
    3131  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3232    <select name="classcategory_id1"> 
  • branches/version-2_11-dev/data/Smarty/templates/mobile/products/select_find2.tpl

    r20764 r20941  
    2828    <font color="#FF0000">※<!--{$tpl_class_name2}-->を入力して下さい。</font><br> 
    2929<!--{/if}--> 
    30 <form method="post" action="<!--{$smarty.server.REQUEST_URI|h}-->"> 
     30<form method="post" action="?"> 
    3131  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3232    <select name="classcategory_id2"> 
  • branches/version-2_11-dev/data/Smarty/templates/mobile/products/select_item.tpl

    r20764 r20941  
    2828    <font color="#FF0000">※数量を入力して下さい。</font><br> 
    2929<!--{/if}--> 
    30 <form method="post" action="<!--{$smarty.server.REQUEST_URI|h}-->"> 
     30<form method="post" action="?"> 
    3131  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3232    <input type="text" name="quantity" size="3" value="<!--{$arrForm.quantity.value|default:1|h}-->" maxlength=<!--{$smarty.const.INT_LEN}--> istyle="4"><br> 
Note: See TracChangeset for help on using the changeset viewer.