📄 about_me.asp
字号:
<!--#include file="../function/tablefunction.asp" -->
<!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>关于我的信息</title>
<link href="/admin/public/pub.css" rel="stylesheet" type="text/css" />
<style type="text/css">
fieldset{
background: #ECF2EC;
}
legend{color:#105096;}
.input{border: 1px solid #82CCE8;}
.inputhover{border: 1px solid #0033CC;}
.inputdown{ background-color: #EEF8F9; border: 1px solid #0033CC;}
.STYLE2 {color: #FF0000}
</style>
<script>
function butt(obj,state)
{
if(state==1){
obj.className="inputhover";}
if(state==2){
obj.className="input";}
if(state==3){
obj.className="inputdown";}
}
</script>
</head>
<body style="font-size:12px;">
<!--#include file="../session.asp" -->
<br />
当前位置:<span class="STYLE2">网站配置--->基本信息</span>
<form name="form1" action="me_action.asp" method="post">
<%
strsql="select * from website"
set rs=db.execute(strsql)
%>
<fieldset>
<legend><strong>网站信息</strong></legend>
<div align="left">
<table width="797" height="48" border="0" cellpadding="2" cellspacing="1">
<tr>
<td width="180" height="22" valign="middle"><div align="right">博客名称:</div></td>
<td width="606" align="left"><input name="SiteName" type="text" size="20" class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" value="<%=rs("SiteName")%>"/></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right">个性签名:</div></td>
<td align="left"><input name="blogTitle" type="text" size="60" class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" value="<%=rs("blogTitle")%>"/></td>
</tr>
</table>
</div>
</fieldset>
<br/>
<fieldset>
<legend> <strong>个人信息</strong></legend>
<div align="left">
<table border="0" cellpadding="2" cellspacing="1">
<tr>
<td width="180" valign="middle"><div align="right">实名:</div></td>
<td colspan="2" align="left"><input name="realname" type="text" size="20" class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" value="<%=rs("realname")%>"/></td>
</tr>
<tr>
<td width="180" valign="middle"><div align="right">号称:</div></td>
<td colspan="2" align="left"><input name="netname" type="text" size="20" class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" value="<%=rs("netname")%>"/></td>
</tr>
<tr>
<td width="180" valign="middle"><div align="right"> 网络年龄: </div></td>
<td colspan="2" align="left"><input name="age" class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" type="text" size="10" maxlength="2" value="<%=rs("age")%>"/>
岁</td>
</tr>
<tr>
<td width="180" valign="middle"><div align="right"> 邮件地址: </div></td>
<td colspan="2" align="left"><input name="Email" class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" type="text" size="50" value="<%=rs("Email")%>"/></td>
</tr>
<tr>
<td width="180" valign="middle"><div align="right"> QQ:
<div class="shuom"></div>
</div></td>
<td colspan="2" align="left"><input name="QQ" type="text" class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" value="<%=rs("qq")%>" size="20" maxlength="9"/></td>
</tr>
<tr>
<td width="180" valign="top"><div align="right"> MSN: </div></td>
<td colspan="2" align="left"><input class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" name="msn" type="text" size="40" value="<%=rs("msn")%>" /></td>
</tr>
<tr>
<td width="180" valign="middle"><div align="right"> 联系电话:: </div></td>
<td colspan="2" align="left"><input class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" name="tel" type="text" size="20" value="<%=rs("tel")%>"/></td>
</tr>
<tr>
<td width="180" valign="top"><div align="right"> 自我介绍:: </div></td>
<td width="416" align="left" valign="top"><textarea class="input" onmousedown="butt(this,3)" onmouseover="butt(this,1)" onmouseout="butt(this,2)" name="introduce" cols="50" rows="10"><%=rs("introduce")%></textarea> </td>
<td width="190" align="left" valign="top"> <strong>个人形象图片</strong><br />
<br />
<iframe src="my_img.asp" width="120" frameborder="0" scrolling="no"></iframe></td>
</tr>
<tr>
<td valign="top">
<div align="right"> 图片上传:</div> </td>
<td colspan="2">
<iframe src="my_img_form.asp" width="420px" height="30px" frameborder="0" scrolling="no"></iframe> </td>
</tr>
<tr>
<td valign="top"> </td>
<td colspan="2"><div align="left">
<label>
<input name="Submit" type="submit" class="input" value="保存设置" />
</label>
</div></td>
</tr>
</table>
</div>
<%rs.close
set rs=nothing%>
</fieldset>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -