index.php 1.88 KB
<?PHP 
//*****************************************************************************
//* 
//* プログラム名:め〜るNiポン
//* プログラムID:index.php
//* 機能        :ASP管理用ログイン
//* 作成者      :Y.Hamaya(MTC)
//* 
//*****************************************************************************

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

include("include/session_start.inc");
session_unregister("PHP_POST_ADMIN_CD");
?>

<!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>めーるNiポン〜管理・メンテナンス〜</TITLE>
<?PHP 
include("include/input_chk.inc");
include("include/login.inc");
?>
</HEAD>

<body background="image/003_c.gif" bgcolor="#FFFFCC">
<center></center>
<center>
<form>
<TABLE border="0" height="275">
    <TR>
      <TD width="585" height="129" align="center"><img src="../admin/img/title_logo.gif" alt="めーるNiポン"></TD>
    </TR>
    <TR>

      <TD width="585" valign="top">
      <div align="center">
      <TABLE border="0">
          <TR>
            <TD height="20">管理用ログインID</TD>
            <TD height="20"><INPUT type="text" size="15" name="LoginID" value="<?PHP  echo $guestid ?>"></TD>
          </TR>
          <TR>
            <TD height="20">パスワード</TD>
            <TD height="20"><INPUT type="password" size="15" name="Passwd"></TD>
          </TR>
          <TR>
            <TD colspan="2" align="center"><BR><INPUT type="submit" value="ログイン" onclick="return chk();"></TD>
		  </TR>
	  </TABLE>
		<TR>
			<td align="center"><font size="-1" color="#666666">Copyright (C) 2004 Media Tech Inc. All rights reserved.</font></td>
        </TR>
      </div>
      </TD>
    </TR>
	
</TABLE>

</form>
</center>
</body>
</HTML>