|
|
|
|
| |
|
|
|
[第一现场]
|
<%
sql="select newsid,path,N_Fname,title,selectpic,shenghe,typename from article where shenghe=1 and typename='第一现场' order by dateandtime desc"
set rs=conn.execute(sql)
if not rs.eof then
if rs("selectpic") = 1 then%>
[图文]
<%end if%>
&path=<%=rs("path")%>&filename=<%=rs("N_Fname")%>") target="_blank" ><%=rs("title")%>
<%
end if
rs.close
set rs=nothing
%>
|
|
[新闻荟萃]
|
<%
sql="select newsid,path,N_Fname,title,selectpic,shenghe,typename from article where shenghe=1 and typename='新闻荟萃' order by dateandtime desc"
set rs=conn.execute(sql)
if not rs.eof then
if rs("selectpic") = 1 then%>
[图文]
<%end if%>
&path=<%=rs("path")%>&filename=<%=rs("N_Fname")%>") target="_blank" ><%=rs("title")%>
<%
end if
rs.close
set rs=nothing
%>
|
|
[城市快讯]
|
<%
sql="select newsid,path,N_Fname,title,selectpic,shenghe,typename from article where shenghe=1 and typename='城市快讯' order by dateandtime desc"
set rs=conn.execute(sql)
if not rs.eof then
if rs("selectpic") = 1 then%>
[图文]
<%end if%>
&path=<%=rs("path")%>&filename=<%=rs("N_Fname")%>") target="_blank" ><%=rs("title")%>
<%
end if
rs.close
set rs=nothing
%>
|
|
|
|
|
范玉燕 |
|
|
|