📄 index.asp
字号:
<%
'┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
'┃ 奇网天下·7WAP企业(移动)信息系统 ┃
'┃ ┃
'┃ Copyright All Rights Reserved. ┃
'┃ 官方: www.7wap.cn ┃
'┃ 作者: 孙岩清 ┃
'┃ 授权: BEAT版 未经授权不得商业使用。 ┃
'┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
'┃ Version 1.0 ┃
'┃ Description 开发建议/使用问题/扔砖头:BBS.7WAP.CN ┃
'┃ Create 2005.11.18 beat3 ┃
'┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
%>
<!--#include file=ifwap.asp-->
<!--#include file=conn.asp-->
<!--#include file=inc/function.asp-->
<!-- POWERED BY 7wap Enterprise Mobile Infomation System ●<%=now()%>-->
<html>
<head>
<title><%=ewap_name%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Robots" content="all">
<meta name="Generator" content="Ewap Enterprise Mobile Infomation System">
<meta name="copyright" content="sunyanqing">
<link rel='stylesheet' href='Ewap.css' type='text/css'>
</head>
<body>
<div class=main>
<p><span class=title><%=ewap_name%></span>
</p><!--#include file=top.asp-->
<div class=body>
<%
dim rs,sql
set rs=server.createobject("adodb.recordset")
sql="select nid,ntitle,ntime from news order by ntime desc"
rs.open sql,cn,1,1
%>
<%
If rs.eof and rs.bof then
response.write ewap_(23)&"</div>"
else
rc=rs.recordcount
count=ewap_top
%>
<ul>
<%
do while not rs.eof and count>0
count=count-1
ntitle=uhtmlencode(rs("ntitle"))
ntime=rs("ntime")
If len(ntitle)>15 then
ntitle=left(ntitle,15)&"…"
end if
%>
<li><a href=view.asp?id=<%=rs("nid")%> title="<%=rs("ntitle")%>"><%=ntitle%></a>
<small><%=ntime%></small>
<%
rs.movenext
loop
%>
</ul></div>
<br/>
【<%=ewap_(24)%>:<%=rc%>】 <a href=more.asp><%=ewap_(36)%>…</a>
<%
rs.close
set rs=nothing
cn.close
set cn=nothing
end if
%>
<br/>
<div class=body>
<span class=title><%=ewap_(50)%></span>
<br/>
<form action="search.asp" metod=post>
<%=ewap_(54)%><select name="t" value=title><option value="title"><%=ewap_(55)%></option><option value="detail"><%=ewap_(56)%></option></select>
<input type=text name="d" size=20 maxlength=20>
<input type=submit value=<%=ewap_(53)%>>
</form>
</div>
<br/>
<div class=body>
<span class=title><%=ewap_(39)%></span>
<ul id=us>
<li><%=ewap_(43)%>: <%=ewap_tel%>
<li><%=ewap_(44)%>: <%=ewap_fax%>
<li><%=ewap_(41)%>: <%=ewap_add%>
<li><%=ewap_(42)%>: <%=ewap_pn%>
<li><%=ewap_(47)%>: <%=ewap_web%>
<li><%=ewap_(46)%>: <%=ewap_wap%>
</ul>
</div><br/><a href=admin_login.asp><%=ewap_(25)%></a>
<br/><a title="<%=ewap_(0)%> 2005 <%=ewap_(1)%>">【程序设计:孙岩清】<br/><%=ewap_(0)%><%=ewap_(1)%>
</div>
<body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -