comp.php 1.43 KB
<?PHP 

//*****************************************************************************
//* 
//* プログラム名:資金繰りシミュレーション申し込み
//* プログラムID:comp.php
//* 機能        :ユーザー情報を登録する
//* 作成者      :T.SATO(MTC)
//* 
//*****************************************************************************

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

session_start();

//session_unregister("user_pass");

include("../include/const.inc");
include("../include/jcode.php");

$HP_Path = DEF_HP_URL;
$SYS_NAME = DEF_SYS_NAME;
$SYS_NAME = JcodeConvert($SYS_NAME , 2 , 1 );

?>

<!DOCTYPE html PUBLIC "-//W3C//Dtd XHTML 1.0 transitional//EN" "http://www.w3.org/tr/xhtml1/Dtd/xhtml1-transitional.dtd"> 
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">

<title>総合資金管理システム【はやぶさ君】|資金繰り表・売上管理・外注管理・借入金管理: お申し込み</title>
<link rel="stylesheet" href="../css/forms.css" type="text/css">
</head>

<body>
<h2>登録完了画面</h2>
<div class="inp_div">
	<p><b>ユーザー登録が完了致しました。</b></p>
	<br>
	<p>ご登録いただきましたメールアドレスに、<br>
<?PHP  echo $SYS_NAME ?>』のID・パスワード等の<br>
	ログイン情報をお送り致しましたのでご確認下さい。</p>
</div>
</body>
</html>