⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 god_login.php

📁 非常简单的一个文本Blog
💻 PHP
字号:
<html>
<head>
<title>神之居所</title>
<link rel=stylesheet href="system/god.css">
</head>

<body bgcolor=444444>

<!-- 主页头部信息 -->
<?php include("include/header.inc"); ?>

<div id="content-two-column">
	
	<!-- 左边的网站导航 -->
	<div id="leftside">
	<?php include("include/leftside.inc"); ?>
	</div>
	
	<div id="content-main">
		
		<!-- 如果已经登录,则提示用户 -->
		<?php
			if (isGod())
			{
				echo ("<script>location.href='login_ok.php'</script>"); 
			}
		?>
		
		<!-- 网站主要内容,文章显示 -->
		<form action="action_login.php" method="post" name="form1">
 		<table width=100% align=center valign=top border=1 bordercolor=green  cellpadding="3" cellspacing="0"
				style="font-size: 9pt; font-family: '宋体'" bgcolor=#CCCCCC>
			
		<tr bgcolor=green><td align=center><b>登录</b></td></tr>
		<tr><td>
			密码:<input type="password" name="godcode" maxlength="10"/></td></tr>
		<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
			<input type="submit" value="提交" style="width: 80px"/></td></tr>
		</table>
		</form>
		
	</div>
</div>

<!-- 网站页脚,版权信息 -->
<?php include("include/footer.inc"); ?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -