📄 mulu.asp
字号:
<!--#include file="dbconn.asp"-->
<!--#include file="inc/checkchange.inc"-->
<!--#include file="inc/QZF.CSS"-->
<%
th=Session.Contents("th")
if th="00" then
response.write"<p align='center'><a href='index.asp'><font color='#000064'>请输入设计号!>>></font> </a></p>"
Response.End
else
set rs=server.createobject("adodb.recordset")
sql ="select * from th where (th='"&th&"')"
rs.open sql,conn,1,3
a1=rs("a1")*1
a2=rs("a2")*1
a3=rs("a3")*1
a4=rs("a4")*1
a5=rs("a5")*1
a6=rs("a6")*1
a7=rs("a7")*1
a8=rs("a8")*1
if a1=1 then
b1="<font color='#0000FF'>已经完成</font>"
end if
if a1=2 then
b1="需要重新计算"
end if
if a1=0 then
b1="<font color='#FF0000'>没有完成</font>"
end if
if a1=3 then
b1="<font color='#0000BB'>修改已经完成</font>"
end if
if a2=1 then
b2="<font color='#0000FF'>已经完成</font>"
end if
if a2=2 then
b2="需要重新计算"
end if
if a2=0 then
b2="<font color='#FF0000'>没有完成</font>"
end if
if a2=3 then
b2="<font color='#0000BB'>修改已经完成</font>"
end if
if a3=1 then
b3="<font color='#0000FF'>已经完成</font>"
end if
if a3=2 then
b3="需要重新计算"
end if
if a3=0 then
b3="<font color='#FF0000'>没有完成</font>"
end if
if a3=3 then
b3="<font color='#0000BB'>修改已经完成</font>"
end if
if a4=1 then
b4="<font color='#0000FF'>已经完成</font>"
end if
if a4=2 then
b4="需要重新计算"
end if
if a4=0 then
b4="<font color='#FF0000'>没有完成</font>"
end if
if a4=3 then
b4="<font color='#0000BB'>修改已经完成</font>"
end if
if a5=1 then
b5="<font color='#0000FF'>已经完成</font>"
end if
if a5=2 then
b5="需要重新计算"
end if
if a5=0 then
b5="<font color='#FF0000'>没有完成</font>"
end if
if a5=3 then
b5="<font color='#0000BB'>修改已经完成</font>"
end if
if a6=1 then
b6="<font color='#0000FF'>已经完成</font>"
end if
if a6=2 then
b6="需要重新计算"
end if
if a6=0 then
b6="<font color='#FF0000'>没有完成</font>"
end if
if a6=3 then
b6="<font color='#0000BB'>修改已经完成</font>"
end if
if a7=1 then
b7="<font color='#0000FF'>已经完成</font>"
end if
if a7=2 then
b7="需要重新计算"
end if
if a7=0 then
b7="<font color='#FF0000'>没有完成</font>"
end if
if a7=3 then
b7="<font color='#0000BB'>修改已经完成</font>"
end if
if a8=1 then
b8="<font color='#0000FF'>已经完成</font>"
end if
if a8=2 then
b8="需要重新计算"
end if
if a8=0 then
b8="<font color='#FF0000'>没有完成</font>"
end if
if a8=3 then
b8="<font color='#0000BB'>修改已经完成</font>"
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>加热炉设计--目录</title>
</head>
<body>
<p align="center"><font size="6" face="华文新魏">计算项目</font></p>
<p align="center"><font face="宋体">设计号:<%=th%></font></p>
<div align="center">
<center>
<table border="1" width="800">
<tr>
<td width="10%" align="center">计算步骤</td>
<td width="53%" align="center">计算项目</td>
<td width="37%" align="center">计算进展</td>
</tr>
<tr>
<td width="10%" align="center">一、</td>
<td width="53%"><a href="1.asp">加热炉设计基础数据</a></td>
<td width="37%"><%=b1%></td>
</tr>
<tr>
<td width="10%" align="center">二、</td>
<td width="53%"><a href="2.asp">燃烧计算</a></td>
<td width="37%"><%=b2%></td>
</tr>
<tr>
<td width="10%" align="center">三、</td>
<td width="53%"><a href="3.asp">热效率计算</a></td>
<td width="37%"><%=b3%></td>
</tr>
<tr>
<td width="10%" align="center">四、</td>
<td width="53%"><a href="4_2.asp">辐射室设计计算</a></td>
<td width="37%"><%=b4%></td>
</tr>
<tr>
<td width="10%" align="center">五、</td>
<td width="53%"><a href="5_2.asp">对流室设计计算</a></td>
<td width="37%"><%=b5%></td>
</tr>
<tr>
<td width="10%" align="center">六、</td>
<td width="53%"><a href="6_2.asp">炉管压力降计算</a></td>
<td width="37%"><%=b6%></td>
</tr>
<tr>
<td width="10%" align="center">七、</td>
<td width="53%"><a href="7_2.asp">烟囱计算</a></td>
<td width="37%"><%=b7%></td>
</tr>
<tr>
<td width="10%" align="center">八、</td>
<td width="53%"><a href="8_2.asp">强度计算</a></td>
<td width="37%"><%=b8%></td>
</tr>
<tr>
<td width="10%" align="center"> </td>
<td width="53%"><a href="10.asp">使用说明</a></td>
<td width="37%"> </td>
</tr>
</table>
</center>
</div>
<p align="center"><a href="index.asp">退出>>></a></p>
</body>
</html>
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -