?? frontselectoneforce.jsp
字號(hào):
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="com.actionForm.ForceForm"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
ForceForm form=(ForceForm)request.getAttribute("form");
%>
<title>宇晨網(wǎng)絡(luò)新聞中心前臺(tái)--焦點(diǎn)新聞查詢(xún)</title>
</head>
<link rel="stylesheet" href="css/style.css">
<body><div align="center">
<jsp:include page="../fTop.jsp" />
<table width="800" height="660" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="216" rowspan="2" valign="top"><jsp:include page="../fleft.jsp"/></td>
<td height="31" align="left" valign="middle" background="fImage/place.jpg" > 當(dāng)前位置 >> 焦點(diǎn)導(dǎo)讀 >> 焦點(diǎn)新聞詳細(xì)內(nèi)容</td>
</tr>
<tr>
<td height="630" align="center" valign="top" background="fImage/botten.jpg"><table width="100%" height="31"background="fImage/newsSort.jpg">
<tr>
<td width="8%" height="25" > </td>
<td width="92%"><font color="#FFFFFF">題目:<%=form.getTitle()%></font></td>
</tr>
</table>
<br>
<table width="480" height="280" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="132" height="39" valign="middle"><div align="center">發(fā)布時(shí)間</div></td>
<td width="342"> <%=form.getCreateTime()%></td>
</tr>
<tr>
<td height="440" valign="top"><br><div align="center">具體內(nèi)容</div></td>
<td valign="top"><br> <%=form.getContent()%></td>
</tr>
</table>
<form name="form" method="post" action="">
<table width="480" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="33" align="right">
<input type="button" name="Submit" value="返回" onClick="javasrcipt:history.go(-1);">
</td>
</tr>
</table> </form></td>
</tr>
</table>
<jsp:include page="../fBottom.jsp"/>
</div>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -