Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/entry/complete.php

    r12157 r15078  
    99class LC_Page { 
    1010    function LC_Page() { 
    11         $this->tpl_css = URL_DIR.'css/layout/entry/complete.css';   // ¥á¥¤¥óCSS¥Ñ¥¹ 
     11        $this->tpl_css = URL_DIR.'css/layout/entry/complete.css';   // メインCSSパス 
    1212         
    1313        if(CUSTOMER_CONFIRM_MAIL == true) { 
    14             // ²¾²ñ°÷ÅÐÏ¿´°Î» 
    15             $this->tpl_mainpage = 'entry/complete.tpl';         // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     14            // 仮会員登録完了 
     15            $this->tpl_mainpage = 'entry/complete.tpl';         // メインテンプレート 
    1616        } else { 
    17             // Ëܲñ°÷ÅÐÏ¿´°Î» 
    18             $this->tpl_mainpage = 'regist/complete.tpl';        // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È            
     17            // 本会員登録完了 
     18            $this->tpl_mainpage = 'regist/complete.tpl';        // メインテンプレート             
    1919        } 
    2020         
    21         $this->tpl_title .= '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';         //¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë 
     21        $this->tpl_title .= '会員登録(完了ページ)';          // ページタイトル 
    2222    } 
    2323} 
     
    2727$objCampaignSess = new SC_CampaignSession(); 
    2828 
    29 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     29// レイアウトデザインを取得 
    3030$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    3131 
    32 // ¥­¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤¬¥Á¥§¥Ã¥¯ 
     32// キャンペーンからの遷移がチェック 
    3333$objPage->is_campaign = $objCampaignSess->getIsCampaign(); 
    3434$objPage->campaign_dir = $objCampaignSess->getCampaignDir(); 
    3535 
    3636$objView->assignobj($objPage); 
    37 // ¥Õ¥ì¡¼¥à¤òÁªÂò(¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤éÁ«°Ü¤Ê¤éÊѹ¹) 
     37// フレームを選択(キャンペーンページから遷移なら変更) 
    3838$objCampaignSess->pageView($objView); 
    3939//---------------------------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.