Changeset 20140 for branches/version-2_5-dev/data/Smarty
- Timestamp:
- 2011/02/11 18:57:18 (15 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates
- Files:
-
- 3 edited
-
default/mypage/refusal_confirm.tpl (modified) (1 diff)
-
mobile/mypage/refusal.tpl (modified) (1 diff)
-
sphone/mypage/refusal_confirm.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/mypage/refusal_confirm.tpl
r20116 r20140 28 28 <form name="form1" method="post" action="?"> 29 29 <input type="hidden" name="mode" value="complete" /> 30 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 30 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 31 31 32 <div id="mycontentsarea"> 32 33 <h3><!--{$tpl_subtitle|h}--></h3> -
branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl
r20116 r20140 27 27 <form action="?" method="post"> 28 28 <input type="hidden" name="mode" value="complete"> 29 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 30 29 31 <input type="submit" name="complete" value="退会する"> 30 32 </form> -
branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/refusal_confirm.tpl
r20116 r20140 28 28 <form name="form1" method="post" action="?"> 29 29 <input type="hidden" name="mode" value="complete" /> 30 <input type="hidden" name=" uniqid" value="<!--{$tpl_uniqid}-->" />30 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 31 31 <div id="mycontentsarea"> 32 32 <h3><!--{$tpl_subtitle|h}--></h3>
Note: See TracChangeset
for help on using the changeset viewer.
