SessionChk.inc 1.2 KB
<?PHP 
//*****************************************************************************
//* 
//* プログラム名:セッションチェック
//* プログラムID:SessionChk.inc
//* 機能        :
//* 作成者      :
//* 
//*****************************************************************************

if (strlen($PHP_POST_SYAIN_CD) == 0){
?>

<html>
<head>
<title>め〜るNiポン!</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">

<style type="text/css">
<!--
#main {
	color: #333;
	font-size: 90%;
	line-height: 150%;
	width: 700px;
	text-align:left;
}

h3 {
	color: #FFFFFF;
	background-color: #6699FF;
	padding: 4px 4px 4px 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	font-size: 100%;
	text-align: left;
}

ul, li {
	list-style-type: disc;
	text-align: left;
}

.attention {
	color: #f66;
	text-align: center;
	padding: 10px;
}

-->
</style>

</head>
<body>

<?PHP 
//配信チェックヘッダー
//include("../include/header_public.inc");
?>

<div align="center">
	<div id="main">
		<p class="attention"><A HREF="http://www.mail-ni-pon.net/">こちらからログインできます。</A></p>
	</div>
</div>

</body>
</html>

<?PHP 
	exit;
}
?>