Ignore:
Timestamp:
2007/07/20 15:58:59 (19 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/kiyaku.php

    r12157 r15078  
    1010    function LC_Page() { 
    1111        $this->tpl_mainpage = 'entry/kiyaku.tpl'; 
    12         $this->tpl_title="¤´ÍøÍѵ¬Ìó"; 
     12        $this->tpl_title="ご利用規約"; 
    1313    } 
    1414} 
     
    1919$objCampaignSess = new SC_CampaignSession(); 
    2020 
    21 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     21// レイアウトデザインを取得 
    2222$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2323 
    24 // µ¬ÌóÆâÍÆ¤Î¼èÆÀ 
     24// 規約内容の取得 
    2525$objQuery = new SC_Query(); 
    2626$objQuery->setorder("rank DESC"); 
     
    3434} 
    3535 
    36 // ¥­¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤¬¥Á¥§¥Ã¥¯ 
     36// キャンペーンからの遷移がチェック 
    3737$objPage->is_campaign = $objCampaignSess->getIsCampaign(); 
    3838$objPage->campaign_dir = $objCampaignSess->getCampaignDir(); 
    3939 
    4040$objView->assignobj($objPage); 
    41 // ¥Õ¥ì¡¼¥à¤òÁªÂò(¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤éÁ«°Ü¤Ê¤éÊѹ¹) 
     41// フレームを選択(キャンペーンページから遷移なら変更) 
    4242$objCampaignSess->pageView($objView); 
    4343//-------------------------------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.