Ignore:
Timestamp:
2006/08/31 20:52:00 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/header.php

    r3571 r3572  
    4040    if ($_POST['mode'] == 'confirm'){ 
    4141        copy($pre_DIR.$division.".tpl", $tpl_DIR.$division.".tpl"); 
     42        // ´°Î»¥á¥Ã¥»¡¼¥¸¡Ê¥×¥ì¥Ó¥å¡¼»þ¤Ïɽ¼¨¤·¤Ê¤¤¡Ë 
     43        $objPage->tpl_onload="alert('ÊÔ½¸¤¬´°Î»¤·¤Þ¤·¤¿¡£');"; 
    4244    } 
    4345 
     
    4850    $footer_data = file_get_contents($pre_DIR . "footer.tpl"); 
    4951     
    50     $objPage->tpl_onload="alert('ÊÔ½¸¤¬´°Î»¤·¤Þ¤·¤¿¡£');"; 
    5152     
    5253}else{ 
Note: See TracChangeset for help on using the changeset viewer.