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/contact/complete.php

    r12157 r15078  
    99class LC_Page { 
    1010    function LC_Page() { 
    11         $this->tpl_css[1] = URL_DIR.'css/layout/contact/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹ 
     11        $this->tpl_css[1] = URL_DIR.'css/layout/contact/index.css'; // メインCSSパス 
    1212        $this->tpl_mainpage = 'contact/complete.tpl'; 
    13         $this->tpl_title .= '¤ªÌ䤤¹ç¤ï¤»(´°Î»¥Ú¡¼¥¸)'; 
     13        $this->tpl_title .= 'お問い合わせ(完了ページ)'; 
    1414        $this->tpl_mainno = 'contact'; 
    1515    } 
     
    2020$objCampaignSess = new SC_CampaignSession(); 
    2121 
    22 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     22// レイアウトデザインを取得 
    2323$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2424 
    25 // ¥­¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤«¥Á¥§¥Ã¥¯ 
     25// キャンペーンからの遷移かチェック 
    2626$objPage->is_campaign = $objCampaignSess->getIsCampaign(); 
    2727$objPage->campaign_dir = $objCampaignSess->getCampaignDir(); 
    2828 
    2929$objView->assignobj($objPage); 
    30 // ¥Õ¥ì¡¼¥à¤òÁªÂò(¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤éÁ«°Ü¤Ê¤éÊѹ¹) 
     30// フレームを選択(キャンペーンページから遷移なら変更) 
    3131$objCampaignSess->pageView($objView); 
    3232 
Note: See TracChangeset for help on using the changeset viewer.