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.
44 lines
1.3 KiB
44 lines
1.3 KiB
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
|
|
<%@page import="util.Info"%>
|
|
<%@page import="dao.CommDAO"%>
|
|
<%@page import="util.PageManager"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Óû§µÇ½</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">Óû§µÇ½</h2>
|
|
<p class="t_en">UserLog</p>
|
|
<div class="desc">
|
|
|
|
|
|
<table width="100%" border="0" bgcolor="#a6e2fe">
|
|
<tr>
|
|
<td width="35%" > <img src="qtimages/qtlog.jpg" class="fl about-img" /> </td>
|
|
<td width="65%"><%@ include file="qtuserlog.jsp"%></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<%@ include file="yqlj.jsp"%>
|
|
<%@ include file="qtdown.jsp"%>
|
|
<%@ include file="kefutiao.jsp"%>
|
|
</body>
|
|
</html>
|