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.
67 lines
2.8 KiB
67 lines
2.8 KiB
<%@ page language="java" pageEncoding="UTF-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
|
<%@ page isELIgnored="false" %>
|
|
|
|
<%
|
|
String path = request.getContextPath();
|
|
%>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="pragma" content="no-cache" />
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
|
<meta http-equiv="expires" content="0" />
|
|
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3" />
|
|
<meta http-equiv="description" content="This is my page" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="<%=path %>/css/base.css" />
|
|
|
|
<script language="javascript">
|
|
</script>
|
|
</head>
|
|
|
|
<body leftmargin="2" topmargin="9" background='<%=path %>/img/allbg.gif'>
|
|
<form action="<%=path %>/gonggaoAdd.action" name="formAdd" method="post">
|
|
<table width="98%" align="center" border="0" cellpadding="4" cellspacing="1" bgcolor="#CBD8AC" style="margin-bottom:8px">
|
|
<tr bgcolor="#EEF4EA">
|
|
<td colspan="3" background="<%=path %>/img/wbg.gif" class='title'><span> </span></td>
|
|
</tr>
|
|
<tr align='center' bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='red';" onMouseOut="javascript:this.bgColor='#FFFFFF';" height="22">
|
|
<td width="25%" bgcolor="#FFFFFF" align="right">
|
|
信息内容:
|
|
</td>
|
|
<td width="75%" bgcolor="#FFFFFF" align="left">
|
|
${requestScope.liuyan.neirong }
|
|
</td>
|
|
</tr>
|
|
<tr align='center' bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='red';" onMouseOut="javascript:this.bgColor='#FFFFFF';" height="22">
|
|
<td width="25%" bgcolor="#FFFFFF" align="right">
|
|
发布时间:
|
|
</td>
|
|
<td width="75%" bgcolor="#FFFFFF" align="left">
|
|
${requestScope.liuyan.liuyanshi }
|
|
</td>
|
|
</tr>
|
|
<tr align='center' bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='red';" onMouseOut="javascript:this.bgColor='#FFFFFF';" height="22">
|
|
<td width="25%" bgcolor="#FFFFFF" align="right">
|
|
回复内容:
|
|
</td>
|
|
<td width="75%" bgcolor="#FFFFFF" align="left">
|
|
${requestScope.liuyan.huifu }
|
|
</td>
|
|
</tr>
|
|
<tr align='center' bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='red';" onMouseOut="javascript:this.bgColor='#FFFFFF';" height="22">
|
|
<td width="25%" bgcolor="#FFFFFF" align="right">
|
|
回复内容:
|
|
</td>
|
|
<td width="75%" bgcolor="#FFFFFF" align="left">
|
|
${requestScope.liuyan.huifushi }
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|