TOP011.php 1.69 KB
<?php 
//*****************************************************************************
//* 
//* プログラム名:スケジュール
//* プログラムID:TOP011.php
//* 機能        :エラーメッセージ
//* 作成者      :K.Yoshimrua
//* 
//*****************************************************************************

header("Content-type: text/html; charset=EUC-JP");

include("include/session_start.inc");
include("include/SessionChk.inc");
include('include/smarty.conf');

include("inc/header.inc");
//メニューセット
include("menu_opacity.php");

$strDBinc="include/dbcon.inc";

include($strDBinc);

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="basefont.css">
<TITLE>e-グル TOP</TITLE>
</HEAD>
<BODY>
<?php 

	//**** DB接続 ****//
	$strDBinc="include/dbcon.inc";
	include($strDBinc);
?>
<form name="e_gru">
<br>
	<table width="552">
		<tr><td width="100"></td><td align="left"><span class="Titlefont">エラーメッセージ</span></td></tr>
		<tr><td width="100"></td><td height="30" align="left" valign="bottom"><span class="Normalfont">指定した日付には既にバナースケジュールが</span></td></tr>
		<tr><td width="100"></td><td align="left" valign="bottom"><span class="Normalfont">登録されています</span></td></tr>
	</table>
	<table width="552" border="0" cellspacing="0" cellpadding="0">
		<TR>
		<TD height="40" width="380" align="center">
			<INPUT type="button" value=" 戻 る " onClick="history.back()">
		</TD>
		</TR>
	</table>
<BR>
<HR width="100%">
<?php 
//コピーライト
include("include/copyright.inc");
?>
</form>
</BODY>
</HTML>