Changeset 3577 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/31 21:01:11 (20 years ago)
Author:
kakinaka
Message:

blank

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

Legend:

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

    r3545 r3577  
    5050} 
    5151$objPage->exists_page = $exists_page; 
     52 
     53// ¥á¥Ã¥»¡¼¥¸É½¼¨ 
     54if ($_GET['msg'] == "on") { 
     55    $objPage->tpl_onload="alert('ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿¡£');"; 
     56} 
    5257 
    5358// ¥Ö¥í¥Ã¥¯¤ò¼èÆÀ 
     
    146151        header("location: /preview/index.php"); 
    147152    }else{ 
    148         header("location: ./index.php?page_id=$page_id"); 
     153        header("location: ./index.php?page_id=$page_id&msg=on"); 
    149154    } 
    150155} 
  • temp/trunk/html/admin/design/main_edit.php

    r3576 r3577  
    4040 
    4141// ¥á¥Ã¥»¡¼¥¸É½¼¨ 
    42 if ($_GET['mgs'] == "on"){ 
     42if ($_GET['msg'] == "on"){ 
    4343    $objPage->tpl_onload="alert('ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿¡£');"; 
    4444} 
Note: See TracChangeset for help on using the changeset viewer.