Ignore:
Timestamp:
2007/05/11 20:04:49 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/shopping/index.php

    r12582 r12587  
    271271            if ($_POST["mode"] == "set1") { 
    272272            $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    273             $objPage->tpl_mainpage = 'shopping/nonmember.tpl'; 
     273            $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
    274274            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 
    275275        } elseif ($_POST["mode"] == "set2") { 
    276276            $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    277             $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
     277            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
    278278            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    279279        } elseif ($_POST["mode"] == "deliv"){ 
    280280            $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    281             $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
     281            $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 
    282282            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    283283        } 
     
    312312        //--¡¡¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê 
    313313        if ($_POST["mode"] == "set1") { 
    314             $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
     314            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
    315315            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    316316        } elseif ($_POST["mode"] == "set2") { 
    317             $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
     317            $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 
    318318            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    319319 
Note: See TracChangeset for help on using the changeset viewer.