Changeset 6557 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/10/24 17:25:48 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/downloads/module/ebis_tag.php

    r6441 r6557  
    88 */ 
    99 
    10 print("test"); 
     10 require_once("../../require.php"); 
    1111 
     12//¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹ 
     13class LC_Page { 
     14    //¥³¥ó¥¹¥È¥é¥¯¥¿ 
     15    function LC_Page() { 
     16        //¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê 
     17        $this->tpl_mainpage = MODULE_PATH . 'module.tpl'; 
     18    } 
     19} 
     20$objView->assignobj($objPage);      //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 
     21$objView->display(MAIN_FRAME);      //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ 
     22//------------------------------------------------------------------------------------------------------- 
    1223?> 
  • temp/trunk/html/admin/system/module.php

    r6462 r6557  
    77require_once("../require.php"); 
    88 
    9 //¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹ 
    10 class LC_Page { 
    11     //¥³¥ó¥¹¥È¥é¥¯¥¿ 
    12     function LC_Page() { 
    13         //¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê 
    14         $this->tpl_mainpage = 'system/module.tpl'; 
    15         $this->tpl_subnavi = 'system/subnavi.tpl'; 
    16         $this->tpl_mainno = 'system';        
    17         $this->tpl_subno = 'module'; 
    18         $this->tpl_subtitle = '¥â¥¸¥å¡¼¥ë´ÉÍý'; 
    19     } 
    20 } 
     9c 
    2110 
    2211$objPage = new LC_Page(); 
Note: See TracChangeset for help on using the changeset viewer.