チェンジセット 32: trunk/install/php/showplaylist.php
- コミット日時:
- 2007/01/02 12:37:12 (18 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/showplaylist.php
r17 r32 27 27 <link rel="stylesheet" type="text/css" href="graytable.css"> 28 28 <?php 29 include("./foltialib.php"); 30 31 //ディスク空き容量によって背景色表示変更 32 warndiskfreearea(); 33 29 34 print "<title>foltia:recorded file list</title> 30 35 </head>"; 31 36 32 include("./foltialib.php");33 37 $con = m_connect(); 34 38 $now = date("YmdHi"); 35 36 39 ?> 37 40 <body BGCOLOR="#ffffff" TEXT="#494949" LINK="#0047ff" VLINK="#000000" ALINK="#c6edff" > … … 47 50 }else{ 48 51 printdiskusage(); 52 printtrcnprocesses(); 49 53 } 50 54 ?>