You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.3 KiB

<%@ page language="java" import="java.util.*" contentType="text/html;charset=gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE>TD {
FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
</STYLE>
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<%
String username=(String)session.getAttribute("user");
if(username==null){
response.sendRedirect(basePath+"error.jsp");
}
else{
%>
<BODY oncontextmenu="return false;" onselectstart="return false;" leftMargin=0 topMargin=0 scroll=no marginheight="0" marginwidth="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD bgColor=#73a3d4 height=6>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE height=28 cellSpacing=0 cellPadding=0 width="100%" bgColor=#3a6592 border=0>
<TBODY>
<TR>
<TD>
<TABLE height="100%" cellSpacing=2 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=right width=109>
<DIV id=st title=ȫ<><C8AB>/<2F><><EFBFBD><EFBFBD> style="CURSOR: hand" onclick=ChangeLeftFrameStatu(); align=center>
<FONT color=red><3E><></FONT> <20>ر<EFBFBD><D8B1><EFBFBD><EFBFBD><EFBFBD></DIV></TD>
<TD align=right width=628></TD>
<TD style="FONT-WEIGHT: bolder; FILTER: shadow(Color=#000000,direction=180)" align=right width=250></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
<SCRIPT language=javascript>
var screen=false;i=0;width=0;
function ChangeLeftFrameStatu()
{
if(screen==false)
{
parent.FrameMain.cols='0,*';
screen=true;
self.st.innerHTML = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
}
else if(screen==true)
{
parent.FrameMain.cols='165,*';
screen=false;
self.st.innerHTML = "<font color=red><3E><></font> <20>ر<EFBFBD><D8B1><EFBFBD><EFBFBD><EFBFBD>"
}
}
</SCRIPT>
<!-- <20>˴<EFBFBD><CBB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>ͳ<EFBFBD>ƴ<EFBFBD><C6B4><EFBFBD> -->
</BODY>
<script src='http://s86.cnzz.com/stat.php?id=584145&web_id=584145' language='JavaScript' charset='gb2312'></script>
<%} %>
</HTML>