Changeset 23134 for branches/version-2_13-dev/data/Smarty/templates/sphone
- Timestamp:
- 2013/08/27 15:44:52 (13 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/sphone
- Files:
-
- 5 edited
-
contact/index.tpl (modified) (1 diff)
-
mypage/refusal.tpl (modified) (1 diff)
-
mypage/refusal_confirm.tpl (modified) (1 diff)
-
products/review.tpl (modified) (1 diff)
-
products/review_confirm.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/sphone/contact/index.tpl
r23066 r23134 38 38 </div> 39 39 40 <form name="form1" method="post" action="?">40 <form name="form1" id="form1" method="post" action="?"> 41 41 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 42 42 <input type="hidden" name="mode" value="confirm" /> -
branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/refusal.tpl
r23002 r23134 28 28 29 29 <h3 class="title_mypage"><!--{$tpl_subtitle|h}--></h3> 30 <form name="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php">30 <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 31 31 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 32 32 <input type="hidden" name="mode" value="confirm" /> -
branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/refusal_confirm.tpl
r23002 r23134 26 26 <h2 class="title"><!--{$tpl_title|h}--></h2> 27 27 <!--{include file=$tpl_navi}--> 28 <form name="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php">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 30 <input type="hidden" name="mode" value="complete" /> -
branches/version-2_13-dev/data/Smarty/templates/sphone/products/review.tpl
r22574 r23134 29 29 「<span class="attention">※</span>」印は入力必須項目です。<br /> 30 30 ご入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p> 31 <form name="form1" method="post" action="?">31 <form name="form1" id="form1" method="post" action="?"> 32 32 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 33 33 <input type="hidden" name="mode" value="confirm" /> -
branches/version-2_13-dev/data/Smarty/templates/sphone/products/review_confirm.tpl
r23066 r23134 24 24 <div id="windowarea"> 25 25 <h2 class="title">お客様の声書き込み</h2> 26 <form name="form1" method="post" action="?">26 <form name="form1" id="form1" method="post" action="?"> 27 27 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 28 28 <input type="hidden" name="mode" value="complete" />
Note: See TracChangeset
for help on using the changeset viewer.
