Changeset 12286


Ignore:
Timestamp:
2007/05/08 16:50:43 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12285 r12286  
    2727$objPage->arrMonth = $objDate->getMonth(); 
    2828$objPage->arrDay = $objDate->getDay(); 
    29  
    30 // ¶õ¥á¡¼¥ë 
    31 if (isset($_SESSION['mobile']['kara_mail_from'])) { 
    32     $objPage->tpl_kara_mail_from = $_POST['email'] = $_SESSION['mobile']['kara_mail_from']; 
    33 } elseif (MOBILE_USE_KARA_MAIL) { 
    34     $token = gfPrepareKaraMail('nonmember/index.php'); 
    35     if ($token !== false) { 
    36         $objPage->tpl_mainpage = 'nonmember/mail.tpl'; 
    37         $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(¶õ¥á¡¼¥ë)'; 
    38         $objPage->tpl_kara_mail_to = MOBILE_KARA_MAIL_ADDRESS_USER . MOBILE_KARA_MAIL_ADDRESS_DELIMITER . 'entry_' . $token . '@' . MOBILE_KARA_MAIL_ADDRESS_DOMAIN; 
    39         $objPage->tpl_from_address = $CONF['email03']; 
    40     } 
    41 } 
    4229 
    4330//SSLURLȽÄê 
     
    119106        $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    120107        $objPage->tpl_mainpage = 'nonmember/index.tpl'; 
    121         $objPage->tpl_title = '¤ªµÒÍ;ðÊó(1/3)'; 
     108        $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 
    122109    } elseif ($_POST["mode"] == "set2") { 
    123110        $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    124111        $objPage->tpl_mainpage = 'nonmember/set1.tpl'; 
    125         $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(2/3)'; 
     112        $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    126113    } else { 
    127114        $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    128115        $objPage->tpl_mainpage = 'nonmember/set2.tpl'; 
    129         $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(3/3)'; 
     116        $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    130117    } 
    131118 
     
    157144        if ($_POST["mode"] == "set1") { 
    158145            $objPage->tpl_mainpage = 'nonmember/set1.tpl'; 
    159             $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(2/3)'; 
     146            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    160147        } elseif ($_POST["mode"] == "set2") { 
    161148            $objPage->tpl_mainpage = 'nonmember/set2.tpl'; 
    162             $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(3/3)'; 
     149            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(3/3)'; 
    163150 
    164151            if (@$objPage->arrForm['pref'] == "" && @$objPage->arrForm['addr01'] == "" && @$objPage->arrForm['addr02'] == "") { 
     
    180167 
    181168            $objPage->tpl_mainpage = 'nonmember/confirm.tpl'; 
    182             $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(³Îǧ¥Ú¡¼¥¸)'; 
     169            $objPage->tpl_title = '¤ªµÒÍ;ðÊó(³Îǧ¥Ú¡¼¥¸)'; 
    183170 
    184171        } 
     
    212199 
    213200            $objPage->tpl_mainpage = 'nonmember/complete.tpl'; 
    214             $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)'; 
     201            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(´°Î»¥Ú¡¼¥¸)'; 
    215202 
    216203            sfMobileSetExtSessionId('id', $objPage->uniqid, 'regist/index.php'); 
     
    222209            $objMailText = new SC_MobileView(); 
    223210            $objMailText->assignobj($objPage); 
    224             $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´³Îǧ'); 
     211            $subject = sfMakesubject('¤ªµÒÍ;ðÊó¤Î¤´³Îǧ'); 
    225212            $toCustomerMail = $objMailText->fetch("mail_templates/customer_mail.tpl"); 
    226213            $objMail = new GC_SendMail(); 
Note: See TracChangeset for help on using the changeset viewer.