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/entry/new.php

    r12157 r15078  
    66 * http://www.lockon.co.jp/ 
    77 *  
    8  * ¿·µ¬ÅÐÏ¿ 
     8 * 新規登録 
    99 */ 
    1010 
     
    1313class LC_Page { 
    1414    function LC_Page() { 
    15         /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    16         $this->tpl_mainpage = 'entry/new.tpl';  // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     15        /** 必ず変更する **/ 
     16        $this->tpl_mainpage = 'entry/new.tpl';  // メインテンプレート 
    1717    } 
    1818} 
     
    2020$objPage = new LC_Page(); 
    2121 
    22 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     22// レイアウトデザインを取得 
    2323$objView = new SC_MobileView(); 
    2424$objView->assignobj($objPage); 
Note: See TracChangeset for help on using the changeset viewer.