Ignore:
Timestamp:
2011/09/06 17:47:05 (13 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21233
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/Smarty/templates/sphone/mypage/delivery_addr.tpl delivery_addr.tpl-20101209134550-lsv02w9wikfx9cj3-17
data/Smarty/templates/sphone/shopping/confirm.tpl confirm.tpl-20101209134550-lsv02w9wikfx9cj3-35
data/Smarty/templates/sphone/shopping/deliv.tpl deliv.tpl-20101209134550-lsv02w9wikfx9cj3-37
data/Smarty/templates/sphone/shopping/index.tpl index.tpl-20101209134550-lsv02w9wikfx9cj3-38
data/Smarty/templates/sphone/shopping/multiple.tpl 19884@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fversion-2_5-dev%2Fdata%2FSmarty%2Ftemplates%2Fsphone%2Fshopping%2Fmultiple.tpl
data/Smarty/templates/sphone/shopping/payment.tpl payment.tpl-20101209134550-lsv02w9wikfx9cj3-40
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110906084452-ad80qulwhubwqzjn
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110906084702-cx7zjciodyrmocz3
bzr:revno:
3934
bzr:revprop:branch-nick:
branches/version-2_11-dev
bzr:root:
branches/version-2_11-dev
bzr:testament:

bazaar-ng testament short form 2.1
revision-id: ohkouchi@loop-az.jp-20110906084702-cx7zjciodyrmocz3
sha1: 42524ddb8466f68ab632110cb708d889114ce50a
bzr:text-parents:

data/Smarty/templates/sphone/mypage/delivery_addr.tpl ohkouchi@loop-az.jp-20110808094327-3lpw76vjv4aev0on
data/Smarty/templates/sphone/shopping/confirm.tpl svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21228
data/Smarty/templates/sphone/shopping/deliv.tpl svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21228
data/Smarty/templates/sphone/shopping/index.tpl svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21228
data/Smarty/templates/sphone/shopping/multiple.tpl svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21228
data/Smarty/templates/sphone/shopping/payment.tpl svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21228
bzr:timestamp:
2011-09-06 17:47:02.561000109 +0900
bzr:user-agent:
bzr2.4.0+bzr-svn1.1.0
Message:

#1471 (スマートフォン 購入フロー等の form action が HTTP_URL になっている)

  • ROOT_URLPATH に修正
Location:
branches/version-2_11-dev/data/Smarty/templates/sphone/shopping
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/confirm.tpl

    r21228 r21234  
    8282</div> 
    8383 
    84 <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/confirm.php"> 
     84<form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/confirm.php"> 
    8585            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    8686            <input type="hidden" name="mode" value="confirm" /> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/deliv.tpl

    r21228 r21234  
    3232<!--▼フォームここから --> 
    3333<div class="form_area"> 
    34 <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/deliv.php"> 
     34<form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/deliv.php"> 
    3535    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3636    <input type="hidden" name="mode" value="customer_addr" /> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/index.tpl

    r21228 r21234  
    5757<section id="slidewindow"> 
    5858<h2 class="title"><!--{$tpl_title|h}--></h2> 
    59 <!--<!--{$smarty.const.HTTP_URL}-->shopping/index.php--> 
    6059<form name="member_form" id="member_form" method="post" action="javascript:;" onSubmit="return ajaxLogin()"> 
    6160    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/multiple.tpl

    r21228 r21234  
    4040<!--▼フォームここから --> 
    4141<div class="form_area"> 
    42     <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/multiple.php"> 
     42    <form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/multiple.php"> 
    4343            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    4444            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/payment.tpl

    r21228 r21234  
    119119<h2 class="title"><!--{$tpl_title|h}--></h2> 
    120120 
    121 <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/payment.php"> 
     121<form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/payment.php"> 
    122122            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    123123            <input type="hidden" name="mode" value="confirm" /> 
Note: See TracChangeset for help on using the changeset viewer.