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/mobile/guide/kiyaku.php

    r12157 r15078  
    77 *  
    88 * 
    9  * ¥â¥Ð¥¤¥ë¥µ¥¤¥È/¤´ÍøÍѵ¬Ìó 
     9 * モバイルサイト/ご利用規約 
    1010 */ 
    1111 
     
    1414class LC_Page { 
    1515    function LC_Page() { 
    16         /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    17         $this->tpl_mainpage = 'guide/kiyaku.tpl';   // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
    18         $this->tpl_title = '¤´ÍøÍѵ¬Ìó'; 
     16        /** 必ず変更する **/ 
     17        $this->tpl_mainpage = 'guide/kiyaku.tpl';   // メインテンプレート 
     18        $this->tpl_title = 'ご利用規約'; 
    1919    } 
    2020} 
     
    2222$objPage = new LC_Page(); 
    2323 
    24 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     24// レイアウトデザインを取得 
    2525$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2626 
    27 // ÍøÍѵ¬Ìó¤ò¼èÆÀ¤¹¤ë¡£ 
     27// 利用規約を取得する。 
    2828lfGetKiyaku(intval(@$_GET['page']), $objPage); 
    2929 
     
    3535 
    3636/** 
    37  * ÍøÍѵ¬Ìó¤ò¼èÆÀ¤·¡¢¥Ú¡¼¥¸¥ª¥Ö¥¸¥§¥¯¥È¤Ë³ÊǼ¤¹¤ë¡£ 
     37 * 利用規約を取得し、ページオブジェクトに格納する。 
    3838 * 
    39  * @param integer $index µ¬Ìó¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹ 
    40  * @param object &$objPage ¥Ú¡¼¥¸¥ª¥Ö¥¸¥§¥¯¥È 
     39 * @param integer $index 規約のインデックス 
     40 * @param object &$objPage ページオブジェクト 
    4141 * @return void 
    4242 */ 
Note: See TracChangeset for help on using the changeset viewer.