📄 index104.asp
字号:
<!--#include file="main.asp"-->
<%set rs=server.createobject("adodb.recordset")
'商机
rs.open "select * from SMT_sca where SMT_key=1 and SMT_key1=1 and SMT_key2=1",conn,1,1
scacount=rs.recordcount
rs.close
'产品
rs.open "select * from SMT_cp where SMT_key=1 and SMT_key1=1 and SMT_key2=1",conn,1,1
cpcount=rs.recordcount
rs.close
'招聘
rs.open "select * from SMT_job_zp where SMT_key=1 and SMT_key1=1 and SMT_key2=1",conn,1,1
zpcount=rs.recordcount
rs.close
'求职
rs.open "select * from SMT_job_qz where SMT_key=1 and SMT_key1=1 and SMT_key2=1 and SMT_iname is not null",conn,1,1
qzcount=rs.recordcount
rs.close
'企业
rs.open "select * from SMT_yp where SMT_key<>0 and SMT_key<>2 and SMT_key1=1",conn,1,1
ypcount=rs.recordcount
rs.close
'展会
rs.open "select * from SMT_exhibit where SMT_key<>0 and SMT_key2=1",conn,1,1
zhcount=rs.recordcount
rs.close
'信息
rs.open "select * from SMT_xxnews where SMT_key=1 and SMT_key1=1 and SMT_key2=1",conn,1,1
newscount=rs.recordcount
rs.close
'信息
rs.open "select * from SMT_news where SMT_key=1 and SMT_key1=1 and SMT_key2=1",conn,1,1
newscount=rs.recordcount+newscount
rs.close%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=citytitle%></title>
</hand>
<body topmargin="0">
<%SMT_top%>
<!--###################################################################-->
<%randomize timer
regjm=left(int(rnd*9998)+1000,4)
if len(regjm)>4 then regjm=len(regjm&9999,4)%>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="554" valign="top"><script language=javascript src=ads.asp?priceid=1&place=1></script></td>
<td width="206" valign="top">
<table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="border:1px #666666 solid">
<tr>
<td height=25 bgcolor=#666666 background="img/bgtitle.gif"> <font color=#ffffff><strong>会员中心</strong></font></td>
</tr>
<%if session("useradmin")<>"" then
goname=session("useradmin")
goid=session("id")%>
<!--#include file="dns/dns.asp"-->
<tr><td height=94 bgcolor="efefef"><p style="line-height:180%">
欢迎光临:<font color=red><strong><%=session("useradmin")%></strong> <%=vipjbzt%></font>
<br> 级别:<font color=red><%=vipjb%></font>
<br> 有效期:<font color=red><%if tian<1 then%><strong>已过期</strong><%else%><%=tian%> 天<%end if%> <%if tian<30 then%>(请尽快续费)<%end if%></font>
<br> <strong><a href=<%=usertwourl%> target=_blank>我的网站</a> <a href=user/admin.asp target="_blank">管理中心</a> <a href=user/logout.asp>登出</a></strong></td></tr>
<%else%>
<script>
var delta=0.15
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute; width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');
var newItem = {};
newItem.object = document.getElementById(id);
newItem.x = x;
newItem.y = y;
this.items[this.items.length] = newItem;
}
this.play = function()
{
collection = this.items
setInterval('play()',10);
}
}
function play()
{
if(screen.width<=800)
{
for(var i=0;i<collection.length;i++)
{
collection[i].object.style.display = 'none';
}
return;
}
for(var i=0;i<collection.length;i++)
{
var followObj = collection[i].object;
var followObj_x = (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
var followObj_y = (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);
if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
followObj.style.left=followObj.offsetLeft+dx;
}
if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
followObj.style.top=followObj.offsetTop+dy;
}
followObj.style.display = '';
}
}
var theFloaters = new floaters();
theFloaters.addItem('followDiv2',6,80,'<a href=http://www.zjgld.ws315.cn><img src=wuyucheng/gg/011.jpg border=0><br>');
theFloaters.addItem('followDiv1','document.body.clientWidth-106',80,'<img src=wuyucheng/gg/00.gif border=0><br>');
theFloaters.play();
</script>
<script language="JavaScript">
<!--
function on_forgetpwd()
{
if (document.Login.Typ(0).checked ==true)
{
document.Login.action="individual/Chkadmin.asp";
document.Login.submit();
}
else
{
document.Login.action="user/Chkadmin.asp";
document.Login.submit();
}
return false;
}
// -->
</script>
<form name="Login" method="post" action="">
<input name="regjm" type="hidden" value="<%=regjm%>">
<input name="ction" type="hidden" value="index">
<tr align=center bgcolor="efefef"><td height=23><strong>用户名:</strong><input type="text" name="user" style="width:53" class=input2> <input name="Typ" type="radio" value="JobSek" class=radio> 个人</td></tr>
<tr align=center bgcolor="efefef"><td height=23><strong>密 码:</strong><input type="password" name="pass" style="width:53" class=input2> <input type="radio" name="Typ" value="comp" class=radio checked> 企业</td></tr>
<tr align=center bgcolor="efefef"><td height=23><strong>认证码:</strong><input type="text" name="regjm1" size="7" style="width:80" class=input2> <%=regjm%></td></tr>
<tr align=center bgcolor="efefef"><td height=25><input type="submit" name="Submit" onclick="return on_forgetpwd();" value=" 提 交 " class=input1> <a href=reg.asp target="_blank"><strong>注册</strong></a> <a href=help.asp?id=3 target="_blank"><strong>忘记密码?</strong></a></td></tr>
</form>
<%end if%>
</table>
</td>
</tr>
<tr><td colspan=2 height=5></td></tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD width=405 height=36><TABLE class=blackbordernobottom cellSpacing=0 cellPadding=0 width="100%"
align=center border=0>
<TBODY>
<TR>
<TD height=7><IMG height=2 alt="" src="gc.files/chemm.htm" width=2
name=""></TD>
</TR>
</TBODY>
</TABLE>
<TABLE class=blackbordernobottom cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD height=36><TABLE cellSpacing=0 cellPadding=0 width=404
background=gc.files/index0005_3.gif border=0>
<TBODY>
<TR>
<TD><a href="sca.asp"><img height=36 alt=""
src="gc.files/index0005_1.gif" width=122 border=0></a></TD>
<TD><a href="yp.asp"><IMG height=36 alt=""
src="gc.files/index0005_2.gif" width=133 border=0></a></TD>
<TD><a href="cp.asp"><IMG
height=36 alt="" src="gc.files/index0005_3.gif" width=148
border=0></a></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr align=center>
<%set rs=Server.CreateObject("Adodb.Recordset")
sql="select * from SMT_scasort order by SMT_date desc"
rs.open sql,conn,1,1
do while not rs.eof
set rs1=server.createobject("adodb.recordset")
sql1="select * from SMT_sca where SMT_scasort="&rs("SMT_id")&" and SMT_key=1 and SMT_key1=1 and SMT_key2=1"
rs1.open sql1,conn,1,1%>
<td width=192 height="25" style="border-right:1px #cccccc solid"><a href=sca_tlist.asp?scasort=<%=rs("SMT_id")%>><%=rs("SMT_scasort")%></a><font color=red>(<%=rs1.recordcount%>)</font></td>
<%rs1.close
rs.movenext
loop
rs.close
set rs=nothing%>
<%set rs1=server.createobject("adodb.recordset")
sql1="select * from SMT_sca where SMT_scasort=0 and SMT_key=1 and SMT_key1=1 and SMT_key2=1"
rs1.open sql1,conn,1,1%>
<td width=208><a href=sca_tlist.asp?scasort=0>其它</a><font color=red>(<%=rs1.recordcount%>)</font></td>
<%rs1.close
set rs1=nothing%>
</tr>
</table>
<TABLE class=blackbordernobottom cellSpacing=0 cellPadding=0 width="100%"
align=center border=0>
<TBODY>
<TR>
<TD height=2><IMG height=2 alt="" src="gc.files/chemm.htm" width=2
name=""></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD width=13> </TD>
<TD width="342"><div align="right"><img src="gc.files/shim.gif" width="1" height="1"><img src="gc.files/shim(1).gif" width="1" height="1"><img src="gc.files/hydl.gif" width="339" height="32"></div></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top width=406><TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR bgColor=#ffffff>
<TD onmouseover="this.style.background='ffffff'"
onmouseout="this.style.background='ffffff'" height=10><TABLE class=blackbordernobottom cellSpacing=0 cellPadding=0
width=406 border=0>
<TBODY>
<TR>
<TD><TABLE
style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid"
cellSpacing=0 cellPadding=3 width="100%" border=0>
<TBODY>
<TR>
<TD class=M background=wuyucheng/images/gqxx.jpg height=34><TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD
width="72%" height="25" valign="bottom" class=m> <SPAN> <a href="sca_tlist.asp?scasort=2" target="_blank">最新求购信息</a></SPAN></TD>
<TD width="28%" valign="bottom"> <a href="free_ad.asp">发布求购信息</a></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD
style="BORDER-RIGHT: #cccccc 0px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid"
bgColor=#FF6600> 诚信315最新采购信息<b><span class="m"> <SPAN></SPAN></span><span class="m"> <SPAN></SPAN></span><span class="m"> <SPAN></SPAN></span><span class="m"> <SPAN></SPAN></span><span class="m"> <SPAN></SPAN></span><span class="m"> <font color="#000000"><b> </b></font> <SPAN></SPAN></span></b><IMG height=12 src="gc.files/point.gif" width=7
align=absMiddle> <a href="sca_tlist.asp?scasort=2">查看更多</a> </TD>
</TR>
<TR>
<TD vAlign=top align=middle><TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -