?? help.asp
字號:
<!--#include file="conn.asp" -->
<%set rs=server.createobject("adodb.recordset")
sql="select * from config"
rs.open sql,conn,3,1
%>
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFffff;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgcolor="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<div align="center">
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td> <div align="right">
<% If session("admin")<>"yes" Then
response.write("系統超時,您需要<font color=red><b>重新登陸</font></b>。 ")
response.end
Else %>
您現在處于管理狀態。
<%end if%>
</div></td>
</tr><%if request("id")="copy" then%>
<tr>
<td bgcolor="#E8E8E8"><strong>版權聲名:</strong></td>
</tr>
<tr>
<td>本系統為保定云景數碼設計公司開發,源代碼和程序為云景公司所有,未經過云景公司書面同意,任何公司和個人不得隨意傳播本程序,否則本公司將追究其法律責任。</td>
</tr><%end if%>
<%if request("id")="lianxi" then%> <tr>
<td bgcolor="#E8E8E8"><strong>聯系我們:</strong></td>
</tr>
<tr>
<td height="27">您使用了本公司的程序,為了感謝您對我們的認可,我們將為您提供優質的服務,提供免費技術支持。使用過程中如果發現任何問題請聯系我們,我們將給您滿意的答復。<br>
<br>
我們的電話:0312-7512195<br> <br>
我們的網站:<a href="http://www.design-cl.com" target="_blank">http://www.design-cl.com</a><br>
<br>
我們的信箱:<a href="maito:webmaster@design-cl.com">webmaster@design-cl.com</a>
</td>
</tr><%end if%><%if request("id")="help" then%>
<tr>
<td height="27" bgcolor="#E8E8E8"><strong>使用幫助:</strong></td>
</tr>
<tr>
<td height="27"><ul>
<li>保證本系統的安全性,不要泄漏源代碼,不要隨意刪除本系統任何文件,以免影響您的正常使用。 <br>
<br>
</li>
<li> 卡號,工號等一律為數字,不能以0開頭,例如:輸入012則錄入的結果實際為12。</li>
</ul></td>
</tr><%end if%>
<tr>
<td> <hr size="1" noshade> <%
rs.close%></td>
</tr>
</table>
</div>
</BODY>
</HTML> <%
conn.close%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -