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.
62 lines
2.9 KiB
62 lines
2.9 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>
|
|
<script language=javascript src='js/popup.js'></script>
|
|
<script language=javascript>
|
|
function hsgpinglun(nbiao,nid){
|
|
popheight=450;
|
|
pop('hsgpinglun.jsp?biao='+nbiao+'&id='+nid,'在线评论',550,250) ;
|
|
}
|
|
</script>
|
|
<%
|
|
|
|
String id=request.getParameter("id");
|
|
HashMap mqt = new CommDAO().getmap(id,"jiaolian");
|
|
|
|
|
|
%>
|
|
<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">Details</p>
|
|
<div class="desc">
|
|
|
|
|
|
|
|
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bordercolor="#00FFFF" style="border-collapse:collapse" class="newsline">
|
|
<tr>
|
|
<td width='11%' height=44>工号:</td><td width='39%'><%=mqt.get("gonghao")%></td><td rowspan=8 align=center><a href=<%=mqt.get("zhaopian")%> target=_blank><img src=<%=mqt.get("zhaopian")%> width=228 height=215 border=0></a></td></tr><tr>
|
|
<td width='11%' height=44>密码:</td><td width='39%'>******</td></tr><tr>
|
|
<td width='11%' height=44>姓名:</td><td width='39%'><%=mqt.get("xingming")%></td></tr><tr>
|
|
<td width='11%' height=44>性别:</td><td width='39%'><%=mqt.get("xingbie")%></td></tr><tr>
|
|
<td width='11%' height=44>年龄:</td><td width='39%'><%=mqt.get("nianling")%></td></tr><tr>
|
|
|
|
<td width='11%' height=44>专长:</td><td width='39%'><%=mqt.get("zhuanchang")%></td></tr><tr>
|
|
|
|
<td width='11%' height=44>联系方式:</td><td width='39%'><%=mqt.get("lianxifangshi")%></td></tr><tr>
|
|
<td width='11%' height=44>地址:</td><td width='39%'><%=mqt.get("dizhi")%></td></tr><tr>
|
|
<td width='11%' height=100 >个人简介:</td><td width='39%' colspan=2 height=100 ><%=mqt.get("gerenjianjie")%></td></tr><tr><td colspan=3 align=center><input type=button name=Submit5 value=返回 onClick="javascript:history.back()" />
|
|
<input type=button name=Submit52 value=打印 onClick="javascript:window.print()" /> <!--jixaaxnnxiu-->
|
|
</td></tr>
|
|
|
|
</table>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<%@ include file="yqlj.jsp"%>
|
|
<%@ include file="qtdown.jsp"%>
|
|
<%@ include file="kefutiao.jsp"%>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|