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/mobile/mypage/refusal_complete.php

    r12157 r15078  
    77 *  
    88 * 
    9  * Âà²ñ´°Î» 
     9 * 退会完了 
    1010 */ 
    1111 
     
    1515    function LC_Page(){ 
    1616        $this->tpl_mainpage = 'mypage/refusal_complete.tpl'; 
    17         $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(´°Î»¥Ú¡¼¥¸)"; 
     17        $this->tpl_title = "MYページ/退会手続き(完了ページ)"; 
    1818        $this->point_disp = false; 
    1919    } 
     
    2424 
    2525$objCustomer = new SC_Customer(); 
    26 //¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ 
     26//マイページトップ顧客情報表示用 
    2727$objPage->CustomerName1 = $objCustomer->getvalue('name01'); 
    2828$objPage->CustomerName2 = $objCustomer->getvalue('name02'); 
    2929$objPage->CustomerPoint = $objCustomer->getvalue('point'); 
    3030 
    31 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     31// レイアウトデザインを取得 
    3232$objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 
    3333 
Note: See TracChangeset for help on using the changeset viewer.