?? jizhi.asp
字號:
<%
if session("admin_name")="" then response.end
%>
<!--#include file="../inc/adconn.asp"-->
<!--#include file="../css.asp"-->
<%
dim sql, rs
Set rs= Server.CreateObject("ADODB.Recordset")
sql="select title,id,msg from jizhi order by id desc "
rs.open sql,conn,1,1
if rs.eof then
response.Write "對不起,暫且沒有您要的信息"
response.end
end if
%>
<title>招聘信息</title>
<center>
<TABLE cellSpacing=1 cellPadding=0 width="620" align=center bgColor=#999999
border=0>
<TBODY>
<TR>
<TD width="735" bgcolor="f0f0f0" id=maintitleback>
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
<TBODY>
<TR>
<TD width="10"><IMG height=8 src="../images/pics/nav_m.gif" width=8
border=0></TD>
<TD height="30" valign="bottom" id=maintitle>招聘須知管理</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD id=mainbg> <TABLE cellSpacing=1 cellPadding=4 width="100%" border=0 height="125">
<% do while not rs.eof %>
<TBODY>
<TR>
<TD width="100" height="30" noWrap
background=../images/pics/tile_sub.gif id=titlemedium>
<div align="center"><font color="#FFFFFF">信息標題</font></div>
</TD>
<TD width="200" height="30" noWrap
background=../images/pics/tile_sub.gif id=titlemedium>
<div align="center"><%=rs("title")%></div>
</TD>
<TD height="30" colspan="2" align=middle noWrap
background=../images/pics/tile_sub.gif id=titlemedium>
<div align="center"><a href="changejz.asp?id=<%=rs("id")%>"><img src="../images/pics/mod.gif" width="45" height="20" border="0"></a> <a href="jizhidel.asp?id=<%=rs("id")%>"><img src="../images/pics/delete.gif" width="45" height="20" border="0"></a></div>
</TD>
</TR>
<TR>
<TD bgColor=#ffffff height="30"><div align="center">信息內(nèi)容</div></TD>
<TD height="30" colspan="3" align=middle bgColor=#ffffff><div align="left"><font color=#333333><%=rs("msg")%>
</font></div></TD>
</TR>
<TR>
<TD height="30" colspan="4" bgColor=#ffffff><div align="center"><img src="../../IMAGES/pics/seperator.gif" width="359" height="1"></div></TD>
</TR>
<TR bgcolor="f0f0f0">
<TD height="20"
colSpan=4 id=mainfoot>
<div align="center"><font color="#FF0000">警告:必須保留最少一條公告信息,否則會出錯!</font></div>
</TD>
</TR>
</TBODY>
<% rs.movenext
loop
%>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<br>
<form method="post" action="jizhi2.asp">
<TABLE cellSpacing=1 cellPadding=0 width="620" align=center bgColor=#999999
border=0>
<TBODY>
<TR>
<TD width="735" bgcolor="f0f0f0" id=maintitleback>
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
<TBODY>
<TR>
<TD width="10"><IMG height=8 src="../images/pics/nav_m.gif" width=8
border=0></TD>
<TD height="30" valign="bottom" id=maintitle>發(fā)布招聘須知</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD id=mainbg> <TABLE cellSpacing=1 cellPadding=4 width="100%" border=0 height="125">
<TBODY>
<TR>
<TD width="60" height="30" noWrap
background=../images/pics/tile_sub.gif id=titlemedium>
<div align="center"><font color="#FFFFFF">主題</font></div>
</TD>
<TD height="30" noWrap
background=../images/pics/tile_sub.gif id=titlemedium>
<div align="left">
<input name="title" type="text" id="title" size="35">
</div>
</TD>
</TR>
<TR>
<TD bgColor=#ffffff height="30"><div align="center"><font color="#FF0000">內(nèi)容</font></div></TD>
<TD height="30" align=middle bgColor=#ffffff>
<textarea name="msg" style="display:none"><%=Server.HTMLEncode(trim(msg))%></textarea>
<IFRAME ID="eWebEditor1" SRC="../eWebEditor/ewebeditor.asp?id=msg&style=standard_coolblue" FRAMEBORDER="0" SCROLLING="no" WIDTH="550" HEIGHT="350"></IFRAME></TD>
</TR>
<TR>
<TD height="30" colspan="2" bgColor=#ffffff><div align="center"><img src="../../IMAGES/pics/seperator.gif" width="359" height="1"></div></TD>
</TR>
<TR bgcolor="f0f0f0">
<TD height="20"
colSpan=2 id=mainfoot>
<div align="center">
<table width="30%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25"><div align="center">
<input name=submit2 type=image
src="../IMAGES/pics/s_button000.gif" alt=進入
align=absMiddle width="45" height="20" cache tppabs="">
</div></td>
<td><div align="center">
<input type="reset" value="全部重寫" name="B22" class=input>
</div></td>
</tr>
</table>
</div></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -