Beispiel #1
0
function printtitle()
{
    print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n\t<html lang=\"ja\">\n\t<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Style-Type\" content=\"text/css\">\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"graytable.css\"> ";
    // ディスク空き容量によって背景色表示変更
    warndiskfreearea();
    print "<title>foltia:放映予定</title>\n\t</head>";
}
Beispiel #2
0
        login($con, $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW']);
    }
}
//end if login
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="graytable.css"> 
<?php 
// Syabas 判定
$useragent = $_SERVER['HTTP_USER_AGENT'];
//ディスク空き容量によって背景色表示変更
warndiskfreearea();
print "<title>foltia:recorded file list</title>\n</head>";
/////////////////////////////////////////////////??????
//1ページの表示レコード数
$lim = 300;
//クエリ取得
$p = getgetnumform(p);
//ページ取得の計算
list($st, $p, $p2) = number_page($p, $lim);
//////////////////////////////////////////////////????
$now = date("YmdHi");
?>
<body BGCOLOR="#ffffff" TEXT="#494949" LINK="#0047ff" VLINK="#000000" ALINK="#c6edff" >
<div align="center">

<?php