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.

61 lines
2.0 KiB

5 months ago
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@page import="util.Info"%>
<%@page import="dao.CommDAO"%>
<%@page import="util.PageManager"%>
<%
String lb="ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>";
if("1".equals(request.getParameter("lb"))){
lb="ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>";
}else if("2".equals(request.getParameter("lb"))){
lb="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
}else if("3".equals(request.getParameter("lb"))){
lb="<22><>ϵ<EFBFBD><CFB5>ʽ";
}
//String lb=new String(request.getParameter("lb").getBytes("8859_1"));
%>
<!DOCTYPE html>
<html>
<head>
<title><%=lb%></title>
<link rel="stylesheet" type="text/css" href="qtimages/css/style.css"/>
<link rel="stylesheet" type="text/css" href="qtimages/css/mislider.css"/>
<style>
.dd a:hover{color: red;}
.dd a{ font-size: 18px;}
.header .top .logo{margin-right: 260px;}
.header{ position: fixed; top: 0; left: 0; z-index: 9999; background: #fff; width: 100%;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body style="padding-top:220px;">
<%@ include file="qttop.jsp"%>
<%@ include file="bht.jsp"%>
<div class="index_about index">
<div class="w1200">
<h2 class="t"><%=lb%></h2>
<p class="t_en">about us</p>
<div class="desc">
<%
HashMap m = new CommDAO().getmaps("leibie",lb,"dx");
%>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FA8A89" class="newsline" style="border-collapse:collapse">
<tr>
<td height="110" align="left"><%=m.get("content") %></td>
</tr>
<tr>
<td height="33" align="right"><input type="button" name="Submit5" value="<22><><EFBFBD><EFBFBD>" onClick="javascript:history.back();" ></td>
</tr>
</table>
</div>
</div>
</div>
<%@ include file="yqlj.jsp"%>
<%@ include file="qtdown.jsp"%>
<%@ include file="kefutiao.jsp"%>
</body>
</html>