Ignore:
Timestamp:
2011/02/04 16:26:14 (15 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:20090
bzr:committer:
Kentaro Ohkouchi <[email protected]>
bzr:file-ids:

data/Smarty/templates/default/shopping/index.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fshopping%2Findex.tpl
data/Smarty/templates/mobile/shopping/index.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fmobile%2Fshopping%2Findex.tpl
data/Smarty/templates/sphone/shopping/index.tpl index.tpl-20101209134550-lsv02w9wikfx9cj3-38
data/class/SC_FormParam.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_FormParam.php
data/class/pages/shopping/LC_Page_Shopping.php 15223@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fshopping%2FLC_Page_Shopping.php
data/class/pages/shopping/LC_Page_Shopping_Deliv.php 15223@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fshopping%2FLC_Page_Shopping_Deliv.php
bzr:mapping-version:
v4
bzr:merge:

[email protected]
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
[email protected]
bzr:revno:
2819
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/Smarty/templates/default/shopping/index.tpl [email protected]
data/Smarty/templates/mobile/shopping/index.tpl [email protected]
data/Smarty/templates/sphone/shopping/index.tpl [email protected]
data/class/SC_FormParam.php [email protected]
data/class/pages/shopping/LC_Page_Shopping_Deliv.php [email protected]
bzr:timestamp:
2011-02-04 16:26:10.503999949 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-02-04T07:26:10.504000Z
Message:

#984([フロント]商品購入 リファクタリング)
#783(ページ間の遷移方法の改善)

  • /shopping/index.php のログイン処理を修正
Location:
branches/version-2_5-dev/data/Smarty/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/shopping/index.tpl

    r19998 r20091  
    2424  <div id="under02column_login"> 
    2525    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    26     <form name="member_form" id="member_form" method="post" action="./deliv.php" onsubmit="return fnCheckLogin('member_form')"> 
     26    <form name="member_form" id="member_form" method="post" action="?" onsubmit="return fnCheckLogin('member_form')"> 
    2727   <div class="loginarea"> 
    2828     <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
  • branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/index.tpl

    r19998 r20091  
    3333 
    3434<!--▼会員登録がお済みのお客様--> 
    35 <form name="member_form" id="member_form" method="post" action="./deliv.php"> 
     35<form name="member_form" id="member_form" method="post" action="?"> 
     36  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->"> 
    3637    <input type="hidden" name="mode" value="login"> 
    3738<!--{if !$tpl_valid_phone_id}--> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/index.tpl

    r19998 r20091  
    2424  <div id="under02column_login"> 
    2525    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    26     <form name="member_form" id="member_form" method="post" action="./deliv.php" onsubmit="return fnCheckLogin('member_form')"> 
     26    <form name="member_form" id="member_form" method="post" action="?" onsubmit="return fnCheckLogin('member_form')"> 
    2727   <div class="loginarea"> 
    2828     <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.