| 您所在的位置:首页 > 澳洲新闻 > <%select case classcode
case "501"
Response.Write ("社会新闻")
case "502"
Response.Write ("财经新闻")
case "503"
Response.Write ("娱乐新闻")
case "504"
Response.Write ("体育新闻")
case "505"
Response.Write ("出国新闻")
case "506"
Response.Write ("华人新闻")
case "507"
Response.Write ("时政新闻")
case "508"
Response.Write ("国际新闻")
case "509"
Response.Write ("科技新闻")
case "510"
Response.Write ("文化新闻")
end select%> |
| <%=title%> |
|
| 来源:<%=newsform%> 时间:<%=creadate%> 浏览<%=querycount+1%>次 发表评论 |
|
|
|
| <%
if infocount>0 then
sqltext="select * from miscell_info where miscellno="&keyno&" order by sortnum"
rs2.Open sqltext,cn,1,1
do while not rs2.EOF
if rs2("picflag")="1" then
picalign2=trim(rs2("picalign"))
if picalign2="center" then
%>
<%if rs2("flag")="1" then%>
<%=trim(rs2("title"))%>
<%end if
else
if rs2("picflag2")="1" then
%>
" target=_blank> " border="0" align=<%=picalign2%>>
<% else %>
" border="0" align=<%=picalign2%>>
<%end if
end if
end if
Response.Write(checkstr(trim(rs2("content")),"1")&" ")
rs2.MoveNext
loop
rs2.Close
else
if picflag="1" then
piccode="miscell"
if picflag2="1" then piccode="miscell2"
if picalign="center" then
%>

<%
else%>

<% end if
end if
end if%>
<%=checkstr(content,"1")%>
[责任编辑:<%=author%>]
<%
sqltext="select top 1 title,keyno from miscell where state='1' and basclass='500' and keyno<"&keyno&" order by keyno desc"
rs2.Open sqltext,cn,1,1
if rs2.eof then
response.write "上一篇:这是澳洲新闻分类的第一篇文章"
else
response.write "上一篇:"&rs2("title")&""
end if
rs2.Close
%>
<%
sqltext="select top 1 title,keyno from miscell where state='1' and basclass='500' and keyno>"&keyno&" order by keyno"
rs2.Open sqltext,cn,1,1
if rs2.eof then
response.write "下一篇:这是澳洲新闻分类的最后一篇"
else
response.write "下一篇:"&rs2("title")&""
end if
rs2.Close
%>

|
|
|
|
移民点击排行 |
 |
| <%
sqltext="select prono,title,querycount,updatetime from product where state='1' and classcode like '1%' order by querycount desc"
rs2.Open sqltext,cn,1,1
i=1
do while not rs2.EOF and i<=10
%>| <%=i%> <%=subss(trim(rs2("title")),26)%> | <%
i=i+1
rs2.MoveNext
loop
rs2.Close
%>
|