📄 showhelpinf.asp
字号:
<%response.expires=0%>
<!--#include file="asp/sqlstr.asp"-->
<!--#include file="asp/bgsub.asp"-->
<!--#include file="asp/opendb.asp"-->
<!--#include file="asp/keepformat.asp"-->
<!--#include file="asp/checked.asp"-->
<!--#include file="asp/getpopedom.asp"-->
<%
oabusyname=request.cookies("oabusyname")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" then
response.write("<script language=""javascript"">")
response.write("window.top.location.href='default.asp';")
response.write("</script>")
response.end
end if
helppopedom=getpopedom("allow_manage_help",oabusyusername)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--<link rel="stylesheet" href="css/css.css">-->
<title>企业办公自动化IE37-OA系统</title>
<style type="text/css">
td{
font-size:12px;
}
</style>
</head>
<body bgcolor="#ffffff" topmargin="5" leftmargin="5">
<%
%>
<center>
<%
set conn=opendb("oabusy","conn","accessdsn")
set rs=server.createobject("adodb.recordset")
sql="select * from helpinf where id=" & request("id")
rs.open sql,conn,1
%>
<table align="center">
<tr>
<td><img src="image/help.gif" border="0"><b><font size="+1"><%=keepformat(rs("helptitle"))%></font></b> </td>
<%if helppopedom="" then %>
<form method="post" action="edithelpinf.asp">
<td>
<input type="submit" value="编辑"><input type="hidden" name="id" value=<%=rs("id")%>>
</td>
</form>
<%end if%>
<td><input type="button" value="返回" onclick="history.go( -1 );return true;"></td>
</tr>
</table>
</center>
<%
%>
<center>
<br>
<table border="1" cellspacing="0" cellpadding="0" width="90%" bordercolorlight="#808080" bordercolordark="#D4D0C8">
<tr>
<td bgcolor="#ffffff"><p style="line-height: 200%"><font color="000000"><%=keepformat(rs("helpcontent"))%></font></td>
</tr>
</table>
<p><p>
</center>
<%
%>
</td>
</tr>
</table>
</tr>
<tr>
<td height=19>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="19">
<tr>
<td width="100%" height=20><p align="center"><font color="#808080">IE37 © <a href="http://www.ie37.com" target="_blank">IE37.com</a></font></td>
</tr>
</table>
</center>
</div>
<%
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -