4 Star 2 Fork 2

sunbingzibo / phpok3w

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
User_Login.php 3.28 KB
一键复制 编辑 原始数据 按行查看 历史
sunbingzibo 提交于 2014-07-24 09:05 . 去掉include的包含文件
<?php
Const Base_Target = ""
Const ChannelID = 1
ClassID = ""
?>
<?php require_once "AppCode/Conn.php" ?>
<?php require_once "AppCode/fun/function.php" ?>
<?php require_once "AppCode/Pager.php" ?>
<?php require_once "vbs.php" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>会员登陆 - <?php
=Application(SiteID & "_Ok3w_SiteName")
?></title>
<script language="javascript" src="js/js.js"></script>
<script language="javascript" src="js/ajax.js"></script>
<script language="javascript" src="images/DatePicker/WdatePicker.js"></script>
<link rel="stylesheet" type="text/css" href="images/default/style.css">
</head>
<body>
<?php require_once "head.php" ?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="nav">
<tr>
<td><strong>当前位置:</strong><a href="./">网站首页</a> &gt;&gt; 会员登陆</td>
</tr>
</table>
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" style="padding:8px;border:1px solid #CCCCCC;">
<div style="border:1px solid #CCCCCC;">
<div style="background-color:#F5F5F5; padding:8px;"><strong>欢迎登陆</strong></div>
<div style="padding:8px;">
<table border="0" cellspacing="8" cellpadding="0">
<form method="post" action="">
<tr>
<td align="right">用户名:</td>
<td><input name="User_Name" type="text" style="width:150px;" id="User_Name" size="20" maxlength="20" />
</td>
<td><span class="red12">*</span>4-20位字符,可以是中文</td>
</tr>
<tr>
<td align="right">密码:</td>
<td><input name="User_Password" type="password" style="width:150px;" id="User_Password" size="20" maxlength="20" />
</td>
<td><span class="red12">*</span>6-20位字符</td>
</tr>
<tr>
<td align="right">验证码:</td>
<td><input name="ValidCode" type="text" id="ValidCode" style="width:50px;" size="6" maxlength="4" /></td>
<td><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="red12">*</span></td>
<td>&nbsp;请输入→&nbsp;</td>
<td><img src="./c/validcode.php" alt="看不清?点击换一个" name="strValidCode" width="40" height="10" border="0" id="strValidCode" onclick="Get_ValidCode('./');" class="vcode" /></td>
</tr>
</table></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input name="bntSubmit" type="button" id="bntSubmit" onClick="Ok3w_UserLogin(this.form,'./')" value="登陆" style="padding-top:4px; cursor:pointer;width:52px;" /> </td>
<td><span class="red12">*</span><a href="User_Reg.php">还没有注册?</a> <a href="#">忘记密码?</a></td>
</tr>
</form>
</table>
</div>
</div>
</td>
<td width="346" align="right" valign="top">
<?php require_once "right.php" ?>
</td>
</tr>
</table>
<?php require_once "foot.php" ?>
</body>
</html>
PHP
1
https://gitee.com/9786/phpok3w.git
git@gitee.com:9786/phpok3w.git
9786
phpok3w
phpok3w
master

搜索帮助