📄 userpass1.asp
字号:
<!--
菜菜考勤评分系统V1.0
www.pcicai.cn
fireflymano@163.com
还望多指教!
菜菜网CMSV1.0发布正在筹备中,请关注 www.pcicai.cn
小飞@蝙蝠 QQ 285305740
-->
<!--#include file="check.inc"-->
<!--#include file="conn.asp"-->
<link href=css.css rel=stylesheet>
<body background="back.gif">
<%
aid=session("id")
sql="select * from scunews where id="&aid
rs.open sql,cn,1,1
name=rs("username")
password=rs("password")
phone=rs("phone")
classb=rs("class")
%><center>
<form action=userpass_do.asp method=post>
<table width="84%" height="77" border="1" cellpadding="0" cellspacing="0" bordercolor="#00CCFF">
<tr align="center" background="images/TitleTop.gif"><td height="23" colspan="4"> 修改我的资料</td></tr>
<tr>
<td width="16%" height="29" align="center" background="images/Arrow002.gif" ><font color="#CC33FF">姓名</font>
<input type="text" name="name" size="10" disabled value=<%=name%> ><br>
</td>
<td width="18%" align="center" background="images/Arrow002.gif"><font color="#9966FF">密码</font>
<input type="password" name="password" size="8" value=<%=password%>></td>
<td width="16%" align="center" background="images/Arrow002.gif"><font color="#9966FF">电话</font>
<input type="text" name="phone" size="15" value=<%=phone%> ></td>
<td width="16%" align="center" background="images/Arrow002.gif"><font color="#9966FF">班级</font>
<input type="text" name="classb" size="15" value=<%=classb%> ></td>
</tr>
<tr background="images/Bg_1.jpg">
<td height="23" colspan="4" align="center" bordercolor="#FF9900"> <input type=submit value="提交" class=ibox><input type=reset value="重置" class=ibox><input type=hidden value=<%=aid%> ></td>
</tr>
</table></form>
</center>
</center>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -