📄 company_onlinepay.asp
字号:
<!--#include file="../conn/conn.asp" -->
<!--#include file="../inc/sub.asp"-->
<!--#include file="checkcmember.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>企业招聘管理中心-<%=SiteName%></title>
<LINK href="../css/css.css" rel=stylesheet>
</head>
<body>
<!--#include file="../inc/head.asp"-->
<br class="br">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="table2">
<tr>
<td width="200" height="299" rowspan="4" valign="top"><!--#include file="menu.asp" --></td>
</tr>
<tr>
<td width="639" height="28" background="../images/companyleftregbg.gif"> <font class=font-14><b><img src="../images/arrow_01.gif" width="11" height="11" align="absmiddle"> </b></font><span class="bl_14"><b>您的企业名称是</b></span><font class=font-14><b>:</b></font><font
class=font-title color="#FF6600"><%=session("user_cname")%></font></td>
<td width="122" background="../images/companyleftregbg.gif"><font
class=font-title color="#FF6600"><a
style="CURSOR: hand"
href="logout.asp"><img src="../images/exit.gif" width=79
height=19 border="0"></a></font></td>
</tr>
<tr>
<td height="223" colspan="2" valign="top"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="orange-bar">
<tr>
<td width="2%" align="right"> </td>
<td width="97%" class="white14"> 会员在线升级</td>
<td width="1%"> </td>
</tr>
</table>
<br class="br">
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td class="prmtopborder2"><span class="font-title">会员升级</span></td>
</tr>
<tr>
<td height="130" align="center" valign="top" class="table2">
<%if session("user_type")=5 then%>
<form action="company_onlinepaysave.asp" method="post">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="13%" height="40" align="center">VIP会员类型</td>
<td align="center">
<input type="radio" name="usertype" value="1">
月会员 </td>
<td align="center"><input type="radio" name="usertype" value="2">
季会员</td>
<td align="center"><input type="radio" name="usertype" value="3">
半年会员 </td>
<td align="center"><input type="radio" name="usertype" value="4">
年会员</td>
</tr>
<tr>
<td height="40" align="center">需要耗损点数</td>
<td align="center">
<%
set rsw=conn.execute("select money from JOB_C_cmembertype where type_id=1")
money=rsw("money")
rsw.close
set rsw=nothing
response.Write "<strong>"&money&"</strong> HR币"
%></td>
<td align="center">
<%
set rsw=conn.execute("select money from JOB_C_cmembertype where type_id=2")
money=rsw("money")
rsw.close
set rsw=nothing
response.Write "<strong>"&money&"</strong> HR币"
%>
</td>
<td align="center">
<%
set rsw=conn.execute("select money from JOB_C_cmembertype where type_id=3")
money=rsw("money")
rsw.close
set rsw=nothing
response.Write "<strong>"&money&"</strong> HR币"
%></td>
<td align="center">
<%
set rsw=conn.execute("select money from JOB_C_cmembertype where type_id=4")
money=rsw("money")
rsw.close
set rsw=nothing
response.Write "<strong>"&money&"</strong> HR币"
%>
</td>
</tr>
<tr>
<td height="40" align="center">优惠点数</td>
<td align="center">
<%
set rsw=conn.execute("select moneyadd from JOB_C_cmembertype where type_id=1")
moneyadd=rsw("moneyadd")
rsw.close
set rsw=nothing
response.Write "<strong>"&moneyadd&"</strong> HR币"
%></td>
<td align="center">
<%
set rsw=conn.execute("select moneyadd from JOB_C_cmembertype where type_id=2")
moneyadd=rsw("moneyadd")
rsw.close
set rsw=nothing
response.Write "<strong>"&moneyadd&"</strong> HR币"
%>
</td>
<td align="center">
<%
set rsw=conn.execute("select moneyadd from JOB_C_cmembertype where type_id=3")
moneyadd=rsw("moneyadd")
rsw.close
set rsw=nothing
response.Write "<strong>"&moneyadd&"</strong> HR币"
%></td>
<td align="center">
<%
set rsw=conn.execute("select moneyadd from JOB_C_cmembertype where type_id=4")
moneyadd=rsw("moneyadd")
rsw.close
set rsw=nothing
response.Write "<strong>"&moneyadd&"</strong> HR币"
%>
</td>
</tr>
</table>
<input name="Submit" type="submit" class="inputa3" value="提 交">
</form>
<%elseif session("user_type")=1 or session("user_type")=2 or session("user_type")=3 or session("user_type")=4 then
response.Write "<font color=red>贵公司已经是VIP会员,无法再次提供升级服务了!如有其他问题请和管理员联系!</font>"
end if%>
</td>
</tr>
</table>
<br class="br">
<br class="br">
<br class="br"></td>
</tr>
</table>
<!--#include file="../inc/bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -