$sub_menu = "400720"; define('G4_EDITOR', 1); include_once("./_common.php"); auth_check($auth[$sub_menu], "w"); $html_title = "새창"; if ($w == "u") { $html_title .= " 수정"; $sql = " select * from $g4[yc4_new_win_table] where nw_id = '$nw_id' "; $nw = sql_fetch($sql); if (!$nw[nw_id]) alert("등록된 자료가 없습니다."); } else { $html_title .= " 입력"; $nw[nw_disable_hours] = 24; $nw[nw_left] = 10; $nw[nw_top] = 10; $nw[nw_width] = 450; $nw[nw_height] = 500; $nw[nw_content_html] = 2; } $g4[title] = $html_title; include_once(G4_ADMIN_PATH."/admin.head.php"); ?> =subtitle($html_title)?>
include_once(G4_ADMIN_PATH."/admin.tail.php"); ?>