Changeset 23279 for branches/version-2_13-dev/data/Smarty
- Timestamp:
- 2013/11/18 15:20:47 (13 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates
- Files:
-
- 6 edited
-
default/mypage/refusal_confirm.tpl (modified) (1 diff)
-
default/shopping/payment.tpl (modified) (1 diff)
-
mobile/mypage/refusal.tpl (modified) (1 diff)
-
mobile/shopping/payment.tpl (modified) (1 diff)
-
sphone/mypage/refusal_confirm.tpl (modified) (1 diff)
-
sphone/shopping/payment.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/default/mypage/refusal_confirm.tpl
r23134 r23279 28 28 <form name="form1" id="form1" method="post" action="?"> 29 29 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 30 <input type="hidden" name="refusal_transactionid" value="<!--{$refusal_transactionid}-->" /> 30 31 <input type="hidden" name="mode" value="complete" /> 31 32 -
branches/version-2_13-dev/data/Smarty/templates/default/shopping/payment.tpl
r23256 r23279 132 132 <!--{assign var=key value="deliv_id"}--> 133 133 <!--{if $is_single_deliv}--> 134 <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value }-->" id="deliv_id" />134 <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" id="deliv_id" /> 135 135 <!--{else}--> 136 136 <div class="pay_area"> -
branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/refusal.tpl
r22206 r23279 29 29 <form action="?" method="post"> 30 30 <input type="hidden" name="mode" value="complete"> 31 <input type="hidden" name="refusal_transactionid" value="<!--{$refusal_transactionid}-->" /> 31 32 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->"> 32 33 -
branches/version-2_13-dev/data/Smarty/templates/mobile/shopping/payment.tpl
r23236 r23279 29 29 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 30 30 <!--{assign var=key value="deliv_id"}--> 31 <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value }-->">31 <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->"> 32 32 ■お支払方法 <font color="#FF0000">*</font><br> 33 33 <!--{assign var=key value="payment_id"}--> -
branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/refusal_confirm.tpl
r23134 r23279 28 28 <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 29 29 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 30 <input type="hidden" name="refusal_transactionid" value="<!--{$refusal_transactionid}-->" /> 30 31 <input type="hidden" name="mode" value="complete" /> 31 32 -
branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/payment.tpl
r23256 r23279 131 131 <!--{assign var=key value="deliv_id"}--> 132 132 <!--{if $is_single_deliv}--> 133 <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value }-->" id="deliv_id" />133 <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" id="deliv_id" /> 134 134 <!--{else}--> 135 135 <section class="pay_area">
Note: See TracChangeset
for help on using the changeset viewer.
