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.

56 lines
2.0 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>
<%
String id=request.getParameter("id");
new CommDAO().commOper("update xinwentongzhi set dianjilv=dianjilv+1 where id="+id);
%>
<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">
<%
HashMap m = new CommDAO().getmap(id,"xinwentongzhi");
%>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FA8A89" class="newsline" style="border-collapse:collapse">
<tr>
<td height="46" align="center" class="STYLE1"><%=m.get("biaoti") %> (±»·ÃÎÊ<%=m.get("dianjilv") %>´Î) </td>
</tr>
<tr>
<td height="110" align="left"><%=m.get("neirong") %></td>
</tr>
<tr>
<td height="33" align="right"><input type="button" name="Submit5" value="·µ»Ø" onClick="javascript:history.back();" ></td>
</tr>
</table>
</div>
</div>
</div>
<%@ include file="yqlj.jsp"%>
<%@ include file="qtdown.jsp"%>
<%@ include file="kefutiao.jsp"%>
</body>
</html>