📄 press.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="foton.util.*" %>
<%@ page import="foton.index.*" %>
<%@ page import="java.util.*,java.io.*" %>
<%
pressDAO dao = new pressDAO();
pressInfo info= new pressInfo();
String ID=request.getParameter("ID");
info=dao.getPress(ID);
%>
<HTML>
<HEAD>
<TITLE> 北汽福田汽车股份有限公司 </TITLE>
<style type=text/css>
#Layer{position:relative;z-index:0;top:0;left:0;}
body, td { font-size: 12px}
p { line-height: 150%}
.px14 { font-size: 14px}
.ff { COLOR: #ffffff}
.ff :link { COLOR: #ffffff; TEXT-DECORATION: none}
.ff :visited { COLOR: #ffffff; TEXT-DECORATION: none}
.ff :hover { COLOR: #ffffff; TEXT-DECORATION: underline}
.ff :active { COLOR: #ffffff; TEXT-DECORATION: none}
</style>
</HEAD>
<BODY bgColor=#808285 leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<TABLE cellSpacing=0 cellPadding=0 width=600 bgcolor=#0e3092 valign=top
border=0>
<TBODY>
<TR height=55 >
<td width=200 valign=top ><IMG height=55 hspace=25
src="../../images/t_2.gif" width=194 vspace=3 border=0> </td>
</TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=600 bgColor=#0e3092 border=0>
<TBODY>
<TR vAlign=bottom>
<TD height=10>
<DIV align=right><IMG height=8 src="../../images/001.gif"
width=545></DIV></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=600 background=../../images/t_n1_bj2.gif
border=0>
<TBODY>
<TR align=right>
<TD><IMG height=34 src="../../images/t_3.gif"
width=188></TD></TR></TBODY></TABLE>
<!-- #EndLibraryItem -->
<TABLE cellSpacing=0 cellPadding=0 width=600 height=400 border=0 bgcolor=#ffffff>
<TBODY>
<tr><td colspan=3> </td></tr>
<tr>
<td align=center colspan=3>
<font size=5 color=black><b><%=info.getCaption()%></b></font>
</td>
</tr>
<tr><td colspan=3> </td></tr>
<%if(!info.getPicURL().equals(" ")) {%>
<tr align=center><td colspan=3><img src="../../upload/<%=info.getPicURL()%>" border=0 width=320 height=250></td></tr>
<%}%>
<tr><td colspan=3> </td></tr>
<TR width=100%>
<td width=20> </td>
<TD valign=top align=left width=560>
<%
StringReader fr = new StringReader(info.getContent().trim());
BufferedReader br = new BufferedReader(fr);
String ch;
while((ch = br.readLine())!=null) {
%>
<%=ch.trim()%><br>
<%}%>
<!--<%=info.getContent()%>-->
</TD>
<td width=20> </td>
</TR>
<tr><td colspan=3> </td></tr>
<TR >
<td align=center colspan=3>
<input type=button name="but3" value="关闭窗口" onclick="window.close();">
</td>
</TR>
<tr><td colspan=3> </td></tr>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=600 background="../../images/d_1_bj.gif"
border=0>
<TBODY>
<TR>
<TD width=100 valign=bottom><IMG height=19 src="../../images/d_1.gif" width=100></TD>
<TD width=500 valign=bottom><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 ©
2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -