📄 inc26.php
字号:
<table width="380" border="0" cellpadding="3" cellspacing="2">
<tr>
<td height="24" style="Line-height:20px">
更改密码 -
<?php Echo $_GET['name'];?> -
<a href="home.php">返回</a><br>
注:只输入字母和数字.</td>
</tr>
</table>
<?php if ($_SESSION['web']=="system") {?>
<form name="form" method="post" action="hy2pass2.php" style="margin:0">
<?php } ELSE {?>
<form name="form" method="post" action="hy3pass.php" style="margin:0">
<?php }?>
<table width="380" border="0" cellpadding="4" cellspacing="1" bgcolor="#000066">
<tr>
<td width="80" align="center" bgcolor="#375d9e"><font color="#FFFFFF">密 码</font></td>
<td bgcolor="#FFFFFF"><input name="pass" type="password" id="pass" style="width:90; height:20; color:#000080">
<input name="name" type="hidden" id="name" value="<?php Echo $_GET['name'];?>"></td>
</tr>
<tr>
<td width="80" align="center" bgcolor="#375d9e"><font color="#FFFFFF">确认密码</font></td>
<td bgcolor="#FFFFFF"><input name="pass2" type="password" id="pass2" style="width:90; height:20; color:#000080"></td>
</tr>
</table>
<table width="380" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="34">
<input type="submit" name="Submit" value="更改" style="color:#000080">
<input type="reset" name="Submit2" value="取消" style="color:#CC0000"></td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -