📄 107de2dbfbc0001c1e5be3b5b0f27a2e
字号:
<%@page pageEncoding="GBK"%>
<%@page import="liuyan.*,java.util.*" %>
<HTML>
<HEAD>
<TITLE>教学督导组--用户留言</TITLE>
<META http-equiv="content-type" content="text/html; charset=gb2312">
<LINK rel='stylesheet' href='css/dep0.css'>
</HEAD>
<%
String i = (String)request.getParameter("id");
int id;
int total = 0;
if(i == null || i.length() == 0){
id = 0;
}else{
id = Integer.parseInt(i);
if(id <0)id = 0;
}
Liuyan liuyan = new Liuyan();
total = liuyan.getTotal("select COUNT(id) from lyinfo");
int totalpage = ((total-1)/10)+1;
if(id>totalpage)id=0;
String sql = "select top 10 * from lyinfo where id not in(select top "+10*id+
" id from lyinfo order by id desc) order by id desc";
ArrayList<LiuyanBean> list = liuyan.getLiuyanList(sql);
%>
<BODY bgcolor=#CCCCCC style='margin:0'>
<CENTER>
<TABLE class=maintbl width=766 border=0 cellPadding=0 cellSpacing=0 align=center>
<TR><TD width=766 height=1></TD></TR>
<TR>
<TD>
<TABLE width='100%' border=0 cellPadding=0 cellSpacing=0>
<TR>
<TD><IMG src='Img/top.jpg' width=766 height=93></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD width=766 height=9 style='line-height:0px; border:#737BB6 2px solid; border-width:2px 0px 0px 0px'> </TD>
</TR>
<TR>
<TD>
<TABLE width='100%' border=0 cellPadding=0 cellSpacing=0>
<TR>
<TD width=147 height=20 bgColor='#FFFFFF' align=center><IMG src='Img/Tuanjie.jpg'></TD>
<TD width=10 bgColor='#FFFFFF'></TD>
<TD width=603 height=20 bgColor='#FFFFFF' Valign=bottom>
<MARQUEE direction=left width=600 height=16 scrolldelay=80 scrollamount=6 behavior="alternate" id='board' onmouseover='board.stop()' onmouseout='board.start()'>
<font color=#0000CC><a href='/Dep/Default.asp?bm=33' target=_top style='color:#0000FF'>
欢迎您访问<b>湖北工业大学--教学督导组</b>的主页</a></font></MARQUEE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR><TD width=766 height=10></TD></TR>
</TABLE>
</CENTER>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -