CON922.php 1.81 KB
<?php 
//*****************************************************************************
//* 
//* プログラム名:契約情報画面
//* プログラムID:CON920
//* 機能        :契約情報を表示する。
//* 作成者      :
//* 
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");

//***************************
//* インクルードファイル
//***************************
include("include/session_start.inc");
include("include/SessionChk.inc");
include("include/dbcon.inc");

//***************************
//* 画面制御
//***************************
include("inc/header.inc");
include("include/input_chk.inc");
include("inc/CON920.inc");
include("menu_opacity.php");				//メニュー

?>
<form name="e_gru">
<?php  if ($PHP_BIT[0]==1){ ?>
	<table width="100%" border="0" cellspacing="0">
		<tr>
			<td class="midashi">
				<table width="100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<th width="50%" scope="col"><div align="left"><img src="image/t_kanri.gif" border="0"> ご登録情報</div></th>
						<th width="50%" scope="col"><div align="right"><a href='javascript:Disp_Help("CON920HLP.htm")'><img src="image/help.gif" border="0"></a><a href='javascript:Disp_Help("CON002HLP.htm")'>ヘルプ</a></div></th>
					</tr>
				</table>
				<div align="right"></div>
			</td>
		</tr>
	</table>
	<br>
	<span class="Normalfont">ご登録情報の変更を受け付けました。<br /></span>
	<span class="Normalfont">変更内容は、メールにて送付させていただきます。<br /></span>
	<span class="Normalfont"><br /></span>
	<input type="button" onclick="return back();" value=" 戻 る " name="modoru"></td>
	<br>
<?php  }else{ ?>
	<a href="TOP000.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<?php  } ?>
<hr width="100%">
</form>
<?php 
//コピーライト
include("include/copyright.inc");
?>