Ignore:
Timestamp:
2007/05/10 12:06:29 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 copied

Legend:

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

    r12434 r12440  
    1010class LC_Page { 
    1111    function LC_Page() { 
    12         $this->tpl_mainpage = 'nonmember/index.tpl';        // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     12        $this->tpl_mainpage = 'shopping/nonmember.tpl';        // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
    1313        $this->tpl_title .= '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)';            //¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë 
    1414    } 
     
    106106            if ($_POST["mode"] == "set1") { 
    107107            $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    108             $objPage->tpl_mainpage = 'nonmember/index.tpl'; 
     108            $objPage->tpl_mainpage = 'shopping/nonmember.tpl'; 
    109109            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 
    110110        } elseif ($_POST["mode"] == "set2") { 
    111111            $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    112             $objPage->tpl_mainpage = 'nonmember/set1.tpl'; 
     112            $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
    113113            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    114114        } else { 
    115115            $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    116             $objPage->tpl_mainpage = 'nonmember/set2.tpl'; 
     116            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
    117117            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    118118        } 
     
    147147        //--¡¡¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê 
    148148        if ($_POST["mode"] == "set1") { 
    149             $objPage->tpl_mainpage = 'nonmember/set1.tpl'; 
     149            $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
    150150            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    151151        } elseif ($_POST["mode"] == "set2") { 
    152             $objPage->tpl_mainpage = 'nonmember/set2.tpl'; 
     152            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
    153153            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    154154 
     
    168168            } 
    169169 
    170             $objPage->tpl_mainpage = 'nonmember/confirm.tpl'; 
     170            $objPage->tpl_mainpage = 'shopping/confirm.tpl'; 
    171171            $objPage->tpl_title = '¤ªµÒÍ;ðÊó(³Îǧ¥Ú¡¼¥¸)'; 
    172172 
     
    192192             
    193193             
    194             $objPage->tpl_mainpage = 'nonmember/deliv.tpl'; 
     194            $objPage->tpl_mainpage = 'shopping/deliv.tpl'; 
    195195            $objPage->tpl_title = '¤ªÆϤ±Àè¾ðÊó'; 
    196196        } 
     
    206206            } 
    207207 
    208             $objPage->tpl_mainpage = 'nonmember/complete.tpl'; 
     208            $objPage->tpl_mainpage = 'shopping/complete.tpl'; 
    209209            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(´°Î»¥Ú¡¼¥¸)'; 
    210210 
Note: See TracChangeset for help on using the changeset viewer.