Changeset 20091 for branches/version-2_5-dev/data/Smarty
- Timestamp:
- 2011/02/04 16:26:14 (15 years ago)
- 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
- Location:
- branches/version-2_5-dev/data/Smarty/templates
- Files:
-
- 3 edited
-
default/shopping/index.tpl (modified) (1 diff)
-
mobile/shopping/index.tpl (modified) (1 diff)
-
sphone/shopping/index.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/shopping/index.tpl
r19998 r20091 24 24 <div id="under02column_login"> 25 25 <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')"> 27 27 <div class="loginarea"> 28 28 <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 33 33 34 34 <!--▼会員登録がお済みのお客様--> 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}-->"> 36 37 <input type="hidden" name="mode" value="login"> 37 38 <!--{if !$tpl_valid_phone_id}--> -
branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/index.tpl
r19998 r20091 24 24 <div id="under02column_login"> 25 25 <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')"> 27 27 <div class="loginarea"> 28 28 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
Note: See TracChangeset
for help on using the changeset viewer.
