EOM; #------------------------------------------------- # CALENDAR #------------------------------------------------- include_once("calendar.php"); #------------------------------------------------- # NAVI_LIST #------------------------------------------------- include_once("navi.php"); #------------------------------------------------- # PROCESS #------------------------------------------------- $w3a["PROCESS"] = 'Processing time ['.round(getmicrotime()-STIME, 2).' sec]'; #------------------------------------------------- # COPYRIGHT(����ػ�) #------------------------------------------------- #$w3a["COPYRIGHT"] = '© w3Analyzer '.$version.' OSAKA PHP 2004-'.date(Y); #------------------------------------------------- # ���� #------------------------------------------------- $now_d = is_numeric($_GET["d"]) ? "/ ".$_GET["d"] : " �η��ס�"; $w3a["DATA_DATE"] = << $now_y / $now_m $now_d EOM; #------------------------------------------------- # ���������� #------------------------------------------------- if($data){ $point = set_img("image/act_sel.gif"); $count_d = number_format(count($data)); $count_d_u = number_format(count($data_uniq)); $w3a["DATA_ACCESS"] = <<  $point �ȡ����륢��������   $point ��ˡ�������������  $count_d $count_d_u
EOM; } #------------------------------------------------- # �ѥ����� #------------------------------------------------- if($_GET["p_sel"]){ $p_sel_img = set_img(SELPATHMARK,"�ڡ�������"); $p_sel_now = $_GET["p_sel"]; $p_sel_cansel = ' ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½'; $w3a["OPTION"] .= <<$p_sel_img �ڡ������ꡧ $p_sel_now $p_sel_cansel
EOM; } #------------------------------------------------- # �ᥤ����� #------------------------------------------------- //�������ɤ߹��� $html = read_skin($skin_file,$w3a,1); //�ᥤ�����ɽ�� echo $html["up"]; flush(); ob_start(); //�ᥤ��ɽ�� if($data){ if($act){ $plugin = $plugindir.$act.'.php'; if(file_exists($plugin)){ //��������� �ǥ����� if($_GET["sel"] != "") $_GET["sel"] = urldecode($_GET["sel"]); //�ץ饰�����ɤ߹��� include_once($plugin); }else{ echo '
����������'.$act."�Ϥϼ¹ԤǤ��ޤ���Ǥ�����
"; } }else{ echo '
��������󤬻��ꤵ��Ƥ��ޤ���
'; } }else{ echo '
�����ǡ��������Ĥ���ޤ���
'; } //�ᥤ����ɽ�� echo $html["down"]; ob_end_flush(); ?>