Changeset 23064 for branches/version-2_13-dev/data/Smarty/templates/sphone
- Timestamp:
- 2013/08/14 20:33:02 (13 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/sphone
- Files:
-
- 6 edited
-
frontparts/bloc/login.tpl (modified) (1 diff)
-
frontparts/bloc/login_footer.tpl (modified) (1 diff)
-
products/list.tpl (modified) (2 diffs)
-
shopping/index.tpl (modified) (1 diff)
-
shopping/nonmember_input.tpl (modified) (1 diff)
-
shopping/payment.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/sphone/frontparts/bloc/login.tpl
r22788 r23064 37 37 </nav> 38 38 39 <form name="login_form_bloc" id="login_form_bloc" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form_bloc')">39 <form name="login_form_bloc" id="login_form_bloc" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return eccube.common.checkLoginFormInputted('login_form_bloc')"> 40 40 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 41 41 <input type="hidden" name="mode" value="logout" /> -
branches/version-2_13-dev/data/Smarty/templates/sphone/frontparts/bloc/login_footer.tpl
r22788 r23064 23 23 <section class="footer_status_area"> 24 24 <!--{if $tpl_login}--> 25 <form name="login_form_footer" id="login_form_footer" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form_footer')">25 <form name="login_form_footer" id="login_form_footer" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return eccube.common.checkLoginFormInputted('login_form_footer')"> 26 26 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 27 27 <input type="hidden" name="mode" value="logout" /> -
branches/version-2_13-dev/data/Smarty/templates/sphone/products/list.tpl
r23063 r23064 26 26 eccube.common.setValue('orderby', orderby); 27 27 eccube.common.setValue('pageno', 1); 28 fnSubmit();28 eccube.common.submitForm(); 29 29 } 30 30 // 表示件数を変更 … … 32 32 eccube.common.setValue('disp_number', dispNumber); 33 33 eccube.common.setValue('pageno', 1); 34 fnSubmit();34 eccube.common.submitForm(); 35 35 } 36 36 //]]></script> -
branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/index.tpl
r23002 r23064 23 23 <script> 24 24 function ajaxLogin() { 25 var checkLogin = fnCheckLogin('member_form');25 var checkLogin = eccube.common.checkLoginFormInputted('member_form'); 26 26 27 27 if (checkLogin == false) { -
branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/nonmember_input.tpl
r23063 r23064 231 231 <dt class="bg_head"> 232 232 <!--{assign var=key value="deliv_check"}--> 233 <input class="radio_btn data-role-none" type="checkbox" name="<!--{$key}-->" value="1" onchange="fnDelivToggle($('#add_deliv_area')); fnCheckInputDeliv();" <!--{$arrForm[$key].value|sfGetChecked:1}--> id="deliv_label" />233 <input class="radio_btn data-role-none" type="checkbox" name="<!--{$key}-->" value="1" onchange="fnDelivToggle($('#add_deliv_area')); eccube.common.toggleDeliveryForm();" <!--{$arrForm[$key].value|sfGetChecked:1}--> id="deliv_label" /> 234 234 <label for="deliv_label"><span class="fb">お届け先を指定</span></label> 235 235 </dt> -
branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/payment.tpl
r23002 r23064 242 242 <div class="innerBox fb"> 243 243 <p> 244 <input type="radio" id="point_on" name="point_check" value="1" <!--{$arrForm.point_check.value|sfGetChecked:1}--> onchange=" fnCheckInputPoint();" class="data-role-none" />244 <input type="radio" id="point_on" name="point_check" value="1" <!--{$arrForm.point_check.value|sfGetChecked:1}--> onchange="eccube.common.togglePointForm();" class="data-role-none" /> 245 245 <label for="point_on">ポイントを使用する</label> 246 246 </p> … … 249 249 </div> 250 250 <div class="innerBox fb"> 251 <input type="radio" id="point_off" name="point_check" value="2" <!--{$arrForm.point_check.value|sfGetChecked:2}--> onchange=" fnCheckInputPoint();" class="data-role-none" />251 <input type="radio" id="point_off" name="point_check" value="2" <!--{$arrForm.point_check.value|sfGetChecked:2}--> onchange="eccube.common.togglePointForm();" class="data-role-none" /> 252 252 <label for="point_off">ポイントを使用しない</label> 253 253 </div>
Note: See TracChangeset
for help on using the changeset viewer.
