Changeset 12587 for branches/dev/html/mobile
- Timestamp:
- 2007/05/11 20:04:49 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/shopping/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/shopping/index.php
r12582 r12587 271 271 if ($_POST["mode"] == "set1") { 272 272 $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 273 $objPage->tpl_mainpage = 'shopping/nonmember .tpl';273 $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 274 274 $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 275 275 } elseif ($_POST["mode"] == "set2") { 276 276 $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 277 $objPage->tpl_mainpage = 'shopping/nonmember_set 1.tpl';277 $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 278 278 $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 279 279 } elseif ($_POST["mode"] == "deliv"){ 280 280 $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 281 $objPage->tpl_mainpage = 'shopping/nonmember_set 2.tpl';281 $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 282 282 $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 283 283 } … … 312 312 //--¡¡¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê 313 313 if ($_POST["mode"] == "set1") { 314 $objPage->tpl_mainpage = 'shopping/nonmember_set 1.tpl';314 $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 315 315 $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 316 316 } elseif ($_POST["mode"] == "set2") { 317 $objPage->tpl_mainpage = 'shopping/nonmember_set 2.tpl';317 $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 318 318 $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 319 319
Note: See TracChangeset
for help on using the changeset viewer.
