📄 user_job.asp
字号:
<!--#include file="User_CommonCode.asp"-->
<!--#include file="../inc/function.asp"-->
<%
If CheckUserLogined() = False Then
Call CloseConn
Response.Redirect "User_Login.asp"
End If
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=SiteName & " >> 会员中心"%></title>
<link href="../Skin/DefaultSkin.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="top.asp"-->
<table width="756" border="0" align="center" cellpadding="0" cellspacing="0" class="user_border">
<tr>
<td valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="user_box">
<tr>
<td class="user_righttitle"><img src="Images/point2.gif" align="absmiddle"><%="您现在的位置:<a href='../'>" & SiteName & "</a> >> <a href='Index.asp'>会员中心</a> >> 信息管理 >> 我的简历管理"%></td>
</tr>
<tr>
<td align='center'>
<table align='center'><tr align='center' valign='top'>
<td width='80'><a href='../Job/SearchResult.asp' target='_blank'><img src='images/j_position_search.gif' border='0' title='查询职位信息'><br>查询职位信息</a></td>
<td width='80'><a href='User_Job.asp?Action=Resume'><img src='images/j_resume_modify.gif' border='0' title='维护我的简历'><br>维护我的简历</a></td>
<td width='80'><a href='User_Job.asp?Action=Supply'><img src='images/j_position_supply.gif' border='0' title='我申请的职位'><br>我申请的职位</a></td>
</tr></table>
</td>
</tr>
<tr>
<td height="200" valign='top'>
<% Call PE_Execute("PE_Job6", "User_Job") %>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="bottom.asp"-->
</body>
</html>
<% Call CloseConn %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -