?? edit.asp
字號:
</TR>
<TBODY id=table3><!-- 正常情況下 -->
<TR>
<TD class=leftmenu2><IMG src="../images/plus.gif"> <A
class=linkstyle2
href="../modify/modify_info.asp">修改注冊信息</A> </TD>
</TR><!-- 正常情況下 -->
<TR>
<TD class=leftmenu2><IMG src="../images/plus.gif"> <A
class=linkstyle2
href="../modify/modify_pass.asp">修改密碼</A> </TD>
</TR><!-- 正常情況下 -->
<TD class=leftmenu1 onclick=menu_display(table4,img4)><IMG
id=img4 height=16 src="../images/fold_2.gif" width=16
align=absMiddle> 我的自助網站</TD>
</TR>
<TBODY id=table4>
<TR>
<TD class=leftmenu2><IMG src="../images/plus.gif"> <A
class=linkstyle2
href="../corporation/webmod.asp">網站模板選擇</A></TD>
</TR>
<TR>
<TD class=leftmenu2><IMG src="../images/plus.gif"> <A
class=linkstyle2
href="../corporation/cimg_add.asp?id=<%=session("id")%>">上傳公司圖片</A> </TD>
</TR>
<TR>
<TD class=leftmenu2><IMG src="../images/plus.gif"> <A
class=linkstyle2
href="../feedback/contact_edit.asp?id=<%=session("id")%>">客戶反饋管理</A></TD>
</TR>
<TR>
<TD class=leftmenu2><IMG src="../images/plus.gif"> <A
class=linkstyle2
href="work.asp">發布招聘信息</A></TD>
</TR>
<TR>
<TD class=leftmenu3 height=29><IMG src="../images/minus.gif">
<A
class=linkstyle3
href="edit.asp"><STRONG>管理招聘信息</STRONG></a> <IMG src="../images/now.gif"></TD>
</TR>
<TR>
<TD class=leftmenu2><IMG src="../images/plus.gif"> <A
class=linkstyle2
href="../../companyweb.asp"
target=_blank>瀏覽我的網站</A></TD>
</TR></TBODY>
<TBODY>
<TR>
<TD class=leftmenu1
onclick="javascript:window.open('../../help/index.html')"><IMG
id=img5 src="../images/leftmenu_help.gif"
align=absMiddle> 幫助</TD></TR></TBODY></TABLE>
<IMG height=6
src="../images/leftmanu_bottom.gif" width=150><BR><BR>
<!--#include file="../guestsubmit.asp"-->
<BR><BR></TD></TR>
</TABLE><BR><BR><BR></TD>
<TD
style="BACKGROUND-POSITION: right 50%; BACKGROUND-IMAGE: url(i../mages/bg1.gif); BACKGROUND-REPEAT: repeat-y; BACKGROUND-COLOR: #ffffff"
vAlign=top align=middle width=628>
<TABLE cellSpacing=0 cellPadding=0 width=628 border=0>
<TBODY>
<TR>
<TD width=459><IMG height=30
src="../images/leftmanu_top1.gif" width=459></TD>
<TD vAlign=top width=141
background=../images/top_nav_bg2.gif></TD>
<TD width=28><IMG height=30 src="../images/top_nav_5.gif"
width=28></TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=0 cellPadding=0 width=578 border=0>
<TBODY>
<TR>
<TD><IMG height=32 src="../images/edit_work.gif" width=578
border=0></TD>
</TR></TBODY></TABLE>
<TABLE align="center" cellSpacing=0 cellPadding=0 width="100%" border=0 style="border-collapse: collapse">
<TBODY>
<tr>
<TD width="100%" bgcolor="#FFFFFF" height="75" valign="top">
<table align="center" border="0" cellspacing="0" style="border-collapse: collapse" width="578" id="AutoNumber1" cellpadding="0">
<tr>
<TD align=middle width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber1">
<tr>
<td width="100%">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse">
<tr>
<td align="center" width="100%" valign="top">
<table border="0" cellspacing="0" style="border-collapse: collapse" width="578" id="AutoNumber6" cellpadding="0">
<tr>
<td align="center" width="100%" bgcolor="#FBFDFF"><table border="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber7" height="50" bordercolorlight="#ACD6FF" cellspacing="1" cellpadding="3" bordercolordark="#ACD6FF">
<tr>
<td width="26%" bgcolor="#DDEEFF" height="23">
<div align="center"> <span style="LETTER-SPACING: 5px">招聘職位</span></div></td>
<td width="12%" bgcolor="#DDEEFF" height="23">
<p align="center">發布日期</td>
<td height="23" colspan="2" bgcolor="#DDEEFF">
<p align="center">操作</td>
</tr>
<%do while not rs.eof%>
<tr>
<td width="26%" height="23" bgcolor="#FFFFFF">
<a style="text-decoration: none" href="javascript:show_sader("work_info.asp?info_id=<%=rs("info_id")%>")"><%=rs("showname")%></a></td>
<td width="12%" height="23" bgcolor="#FFFFFF">
<p align="left"><%=rs("dateandtime")%></td>
<td width="9%" height="23" bgcolor="#FFFFFF">
<p align="center"> <a href="edit1.asp?info_id=<%=rs("info_id")%>">
<img border="0" src="../IMAGES/Edit_2.gif"></a></td>
<td width="7%" height="23" bgcolor="#FFFFFF">
<p align="center"> <a href="del.asp?ID=<%=rs("info_id")%>">
<img border="0" src="../IMAGES/A_delete.gif"></a></td>
</tr>
<%
i=i+1
if i>=MaxPerPage then exit do
rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
<%
end sub
function showpage(totalnumber,maxperpage,filename)
dim n
if totalnumber mod maxperpage=0 then
n= totalnumber \ maxperpage
else
n= totalnumber \ maxperpage+1
end if
response.write "<form method=Post action="&filename&">"
if CurrentPage<2 then
response.write "<table border=0 width=98% cellspacing=0 cellpadding=0>"
response.write "<tr height=0><td colspan=2></td></tr>"
response.write "<tr height=0>"
response.write "<td align=left valign=top>"
response.write "<font color=red><b>共"&n&"頁 第"&CurrentPage&"頁 "
response.write "共發布"&totalnumber&" 條信息</b></font>"
response.write "</td>"
response.write "<td VALIGN=middle align=right >"
response.write "【最前頁】【上一頁】"
else
response.write "<table border=0 width=98% cellspacing=0 cellpadding=0>"
response.write "<tr height=0><td colspan=2></td></tr>"
response.write "<tr height=0>"
response.write "<td align=left valign=top>"
response.write "<font color=red><b>共"&n&"頁 第"&CurrentPage&"頁 "
response.write "共發布"&totalnumber&" 條信息</b></font>"
response.write "</td>"
response.write "<td VALIGN=center align=right >"
response.write "【<a href="&filename&"?page=1&id="&gsid&">最前頁</a>】"
response.write "【<a href="&filename&"?page="&CurrentPage-1&"&id="&gsid&">上一頁</a>】"
end if
if n-currentpage<1 then
response.write "【下一頁】【最后頁】"
else
response.write "【<a href="&filename&"?page="&(CurrentPage+1)&"&id="&gsid&">"
response.write "下一頁</a>】【 <a href="&filename&"?page="&n&"&id="&gsid&">最后頁</a>】"
end if
response.write "</form>"
response.write "</td>"
response.write "</tr>"
response.write "</table>"
end function
%></tr>
</table>
</table>
</center>
</td>
<%sub content%>
</tr>
</table>
<%end sub%>
</td>
</tr>
</table>
</TD>
</tr>
</TBODY></TABLE>
<BR><BR></TD></TR>
</TABLE><IMG
height=10 src="../images/bottom.gif" width=778><BR>
<!--#include file="../end.asp"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -