📄 press_urgent_display.jsp
字号:
<HTML>
<HEAD>
<TITLE> 北汽福田汽车股份有限公司 </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<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>
<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 -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="foton.util.*" %>
<%@ page import="foton.index.*" %>
<%@ page import="java.util.*,java.io.*" %>
<%
urgentDAO dao = new urgentDAO();
pressInfo info= new pressInfo();
//String ID=request.getParameter("ID");
String ID = "01";
info=dao.getUrgent(ID);
%>
<SCRIPT language=javascript>
var isSure=false;
function OpenWin(theURL,winName,features)
{
window.open(theURL,winName,features);
}
function toOpen(str)
{
if(str!='')
{
OpenWin('../job/job_display.jsp?jobID='+str,'newWin','scrollbars=yes,width=900,height=700');
}
else
{
alert("不能得到职位ID!");
return false;
}
}
</SCRIPT>
<TABLE cellSpacing=0 cellPadding=0 width=600 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>
<tr><td colspan=3> </td></tr>
<TR width=100%>
<td width=20> </td>
<TD valign=top width=100% colspan=3>
<%
StringReader fr = new StringReader(info.getContent().trim());
BufferedReader br = new BufferedReader(fr);
String ch;
while((ch = br.readLine())!=null) {
%>
<%=ch.trim()%><br>
<%}%>
</TD>
<td width=20> </td>
</TR>
<TR >
<tr><td colspan=3> </td></tr>
<tr><td colspan=3> </td></tr>
<td align=center colspan=3>
<input type=button name="but2" value="应聘此职位" onclick="javascript:toOpen('<%=info.getJobID()%>');">
<input type=button name="but3" value="关闭窗口" onclick="window.close();">
</td>
<tr><td colspan=3> </td></tr>
<tr><td colspan=3> </td></tr>
</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 + -