📄 manager_yemian.asp
字号:
<!--#include file="conn.asp" -->
<%
jumpPage=request.Form("jumpPage")
currentPage = TRIM( request.QueryString("page"))
if currentPage ="" and jumpPage="" then
currentPage = 1
end if
if jumpPage<>"" then
jumpPage=CINT(jumpPage)
currentPage = jumpPage
end if
if currentPage<1 then
currentPage=1
end if
set photo=Server.CreateObject("ADODB.Recordset")
photo.CursorType=adOpenStatic
photo.PageSize =5
'==================打开photo数据库====================
sql_liuyan="select * from class_photo order by photoid desc"
photo.Open sql_liuyan,conn,1,1
'===============================================
while not photo.eof
totalcount=totalcount+1
photo.movenext
wend
photo.AbsolutePage=currentPage
rowCount = 0
'==========打开用户信息数据表========
sql_user="select * from user where userid='"&session("user")&"'"
set user_set=conn.execute(sql_user)
%>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name=keywords content="计算机技术">
<title><%=sitename%> 欢迎您</title>
<link href="style02.css" rel="StyleSheet" type="text/css">
<SCRIPT language=JavaScript>
var currentpos,timer;
function initialize()
{
timer=setInterval("scrollwindow()",10);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<body leftmargin="0" topmargin="0">
<center>
<table width="750" border="0" cellspacing="3" cellpadding="1" align="center">
<tr>
<td width="194" height="29">
<table width="100%" align="right" cellspacing=0 cellpadding=0 border=0><tr>
<td width="55%">
<img border="0" src="<%=toplog%>"></td>
<td width="45%" valign=top> </td>
</table></td>
<td width="375" height="29" align="center">
<marquee width=300 direction="up" height="40" scrolldelay="200" scrollamount="1"><%=topmarque%></marquee><span style="position: absolute; left: 219; top: 4; z-index: -1"><img src="images/news.jpg" width="342" height="60"></span>
</td>
<td width="100" height="60">
<span style="position: absolute; left: 572; top: 5; z-index: -1">
<img border="0" src="images/WALKGUY.GIF" width="115" height="59"></span></td>
<td width="81" height="60">
<img border="0" src="images/SP_OT.GIF" width="109" height="60"></td>
</tr>
</table>
<div align="center" style="width: 750; height: 32">
<center>
<table cellspacing=0 cellpadding=3 class=tableBorder1 height="21" style="width: 750; border-collapse: collapse" bordercolor="#111111">
<tr><td height=7 width="243">
<span lang="zh-cn">>>欢迎 <font color="#FF0000"><%=user_set("nikename")%></font> 回家看看</span></td>
<td height=7 valign=middle width="110"><a style="border:1px solid #C0C0C0; line-height:16px; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH: 100px; color:#000000;" title="查看班级相册" href="xiangce.asp"><center>班级影集</center></a></td>
<td height=7 valign=middle width="110">
<p align="center">
<a style="border:1px solid #C0C0C0; line-height:16px; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH: 100px; color:#000000;" title="查看班级成员档案" href="dangan.asp">班级档案</a></td>
<td height=7 valign=middle width="110">
<p align="center"><a href="main.asp" style="border:1px solid #C0C0C0; line-height:16px; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH:100px; color:#000000;" title="进入班级留言板">留言板</a></td>
<td height=7 valign=middle width="110">
<p align="center"><a href="liaotian.asp" style="border:1px solid #C0C0C0; line-height:16px; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH:100px; color:#000000;" title="进入聊天室">聊天室</a></td>
<td height=7 valign=middle width="110">
<p align="center"><a href="manage.asp" style="border:1px solid #C0C0C0; line-height:16px; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH: 100px; color:#000000;" title="进入管理系统">系统管理</a></td>
<tr></td>
</table>
</center>
</div>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="750" id="AutoNumber5">
<tr>
<td width="562" rowspan="3" align="center" valign="top">
<table height="181">
<tr>
<td valign="top" height="177">
<form action="sitemanage.asp method=post">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="750" id="AutoNumber2" height="174" bordercolorlight="#76AEF0" bordercolordark="#BFD3EE">
<tr>
<th width="750" height="30" colspan="4"><span lang="zh-cn"><font size="5">网站管理</font></span></tr>
<span lang="zh-cn">
<tr>
<td height="33" width="238" align="right" bgcolor="#E8F4FF">
网站名称:</td>
<td height="33" width="337" align="center" colspan="2" bgcolor="#E8F4FF">
<input type=text name=sitename value="<%=sitename%>" size="30"></td>
<td height="33" width="175" align="center" bgcolor="#E8F4FF">
</td>
<tr>
<td height="33" width="238" align="right" bgcolor="#E8F4FF">
页首LOGO:</td>
<td height="33" width="337" align="center" colspan="2" bgcolor="#E8F4FF">
<input type=text name=toplogo value="<%=toplog%>" size="30"></td>
<td height="33" width="175" align="center" bgcolor="#E8F4FF">
</td>
<tr>
<td height="33" width="238" align="right" bgcolor="#E8F4FF">
站长信箱:</td>
<td height="33" width="337" align="center" colspan="2" bgcolor="#E8F4FF">
<input type=text name=masteremail value="<%=masteremail%>" size="30"></td>
<td height="33" width="175" align="center" bgcolor="#E8F4FF">
</td>
<tr>
<td height="33" width="238" align="right" bgcolor="#E8F4FF">
页首字幕:</td>
<td height="33" width="337" align="center" colspan="2" bgcolor="#E8F4FF">
<input type=text name=topmarque value="<%=topmarque%>" size="30"></td>
<td height="33" width="175" align="center" bgcolor="#E8F4FF">
</td>
<tr>
<td height="34" width="238" align="right" bgcolor="#E8F4FF">
系统公告:</td>
<td height="34" width="337" align="center" colspan="2" bgcolor="#E8F4FF">
<input type=text name=gonggao value="<%=gonggao%>" size="30"></td>
<td height="34" width="175" align="center" bgcolor="#E8F4FF">
</td>
<tr>
<td height="34" width="238" align="right" bgcolor="#E8F4FF">
网站地址:</td>
<td height="34" width="337" align="center" colspan="2" bgcolor="#E8F4FF">
<input type=text name=siteaddr value="<%=siteaddr%>" size="30"></td>
<td height="34" width="175" align="center" bgcolor="#E8F4FF">
</td>
<tr>
<td height="34" width="238" bgcolor="#E8F4FF">
</td>
<td height="34" width="169" bgcolor="#E8F4FF">
<span lang="zh-cn"><input type=submit value=修改 style="border:1px solid #C0C0C0; line-height:16px; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH: 100px; color:#000000;" ></span></span><span lang="en-gb">
</span>
</td>
<td height="34" width="168" bgcolor="#E8F4FF">
<span lang="zh-cn">
<input type=submit value=重置 style="border:1px solid #C0C0C0; line-height:16px; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH: 100px; color:#000000;"></td>
<td height="34" width="175" bgcolor="#E8F4FF">
</td>
</table>
</form>
</td>
</tr>
</table>
</span></td>
</tr>
</table>
<table class="bgclr" width="750" border="0" cellspacing="0" cellpadding="0" align="center" height="1">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="500" border="0" cellspacing="3" cellpadding="1" align="center">
<tr>
<td align="center">技术支持 清峰居</td>
</tr>
<tr>
<td align="center">| <a href="mailto:<%=masteremail%>">意见建议</a> <a href="mailto:<%=masteremail%>">商业合作</a>
|</td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -