📄 editpassword.php
字号:
<?
require("../../class/connect.php");
include("../../class/db_sql.php");
include("../../class/config.php");
include("../../class/functions.php");
$link=db_connect();
$empire=new mysqlquery();
$logininid=$_COOKIE['enewsloginuserid'];
$loginin=$_COOKIE['enewsloginusername'];
$loginrnd=$_COOKIE['enewsloginrnd'];
$loginlevel=$_COOKIE['enewsloginlevel'];
$editor=1;
is_login($logininid,$loginin,$loginrnd);
db_close();
$empire=null;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../data/images/css.css" rel="stylesheet" type="text/css">
<title>修改密码</title>
</head>
<body>
<table width="98%%" border="0" align="center" cellpadding="3" cellspacing="1">
<tr>
<td>位置:控制面板 -> 修改密码</td>
</tr>
</table>
<form name="form1" method="post" action="../enews.php">
<table width="98%%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<tr class="header">
<td height="25" colspan="2"><strong><font color="#FFFFFF">修改密码
<input name="enews" type="hidden" id="enews" value="EditPassword">
</font></strong></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="27%" height="25">用户名:</td>
<td width="73%" height="25"><?=$loginin?></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">旧密码:</td>
<td height="25"><input name="oldpassword" type="password" id="oldpassword"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">新密码:</td>
<td height="25"><input name="password" type="password" id="password"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">重复新密码:</td>
<td height="25"><input name="repassword" type="password" id="repassword"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25"> </td>
<td height="25"><input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -