📄 company_payitem.asp
字号:
<%
ds="../"
%>
<!--#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">
<tr>
<td width="200" valign="top"><!--#include file="menu.asp" --></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td 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>
</table>
<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>
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td class="prmtopborder2"><span class="font-title">消费项目</span></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="0">
<form name="paylist" action="company_payresult.asp" method="post">
<tr>
<td valign="top" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from job_prices where price_type=1 order by id desc"
rs.open sql,conn,1,1
if not(rs.eof) then
i=0
do while not rs.eof
%>
<td width="25%" height="110" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="110" align="center"><img src="../upimages/aboutpic/<%=rs("price_picture")%>" alt="" name="<%=rs("price_name")%>" width="120" height="100" border="0"></td>
</tr>
<tr>
<td height="36" align="center"><p><%=rs("price_name")%><br>
需要点数<b><%=rs("price_value")%></b>点<br>
<%If rs("price_useday")>0 Then%>
使用天数<b><%=rs("price_useday")%></b>天<br>
<%End If%>
<%If rs("price_content")<>"" Then%>
说明:<%=rs("price_content")%><br>
<%End If%>
选择<input name="payID" type="checkbox" id="payID" value="<%=rs("id")%>">
</td>
</tr>
</table>
</td>
<%
rs.movenext
i=i+1
if i mod 4=0 then response.write "</tr><tr>"
loop
%>
</tr>
</table>
<%
end if
rs.close
%>
<input type="submit" name="Submit" value="确定购买"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<!--#include file="../inc/bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -