⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 科研及设备管理系统是一个基于WEB的网络管理信息系统
💻 ASP
字号:
<!--#include file="../share/checklogin.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎进入科研及设备信息化管理系统</title>
<link href="../css/c1.css" rel="stylesheet" type="text/css">
</head>

<body>
<!--#include file="top.asp" -->
<!--#include file="../share/dimstr.asp" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%   
   id=request("id")
   sid=request("sid")
   
   if not isnumeric(id) then
   		response.end
   end if
   if not isnumeric(sid) then
   		response.end
   end if
%>

<%
  if id="" then
%>
  <tr>
    <td width="100%" height="440" align=center bgcolor="#FFD8BF" class="MaxBigFont"><strong>&nbsp;欢迎进入和使用科研及设备信息化管理系统</strong></td>
  </tr>
  <tr>
    <td width="100%" height="50" valign="middle" bgcolor="#FFD8BF" class="MaxBigFont"><div align="right"><span class="blackfont">日期时间:<%=now()%></span>&nbsp;</div></td>
  </tr>
<%
  end if
%>

<%
  if id=1 then
%>
  <tr id="myclass">
    <td width="180" valign=top align=center bgcolor="#888888">
    	<table width="100%" border="0" cellspacing="0" cellpadding="0">
    		<tr>			
    			<td width="100%" height=40>&nbsp;&nbsp;&nbsp;&nbsp;<font color=#C8E0FB size=4><b>科研信息管理</b></font></td>
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=1&sid=1" class="top_right_white">科研项目库 >>></a></td>         
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=1&sid=2" class="top_right_white">论文著作库 >>></a></td>         
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=1&sid=3" class="top_right_white">教改项目库 >>></a></td>         
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=1&sid=4" class="top_right_white">教学成果库 >>></a></td>         
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=1&sid=5" class="top_right_white">预研项目库 >>></a></td>         
    		</tr>
    		<tr>
    			<td width="100%" height=200 valign="bottom" align=center><img src="../images/equiment.gif" border=0></td>         
    		</tr>
		</table>
	</td>
    <td height=400 align=center bgcolor="#f0f0f0">
    	<%
    		if sid="" then
    	%> 
    	<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td height=200 valign="middle" align=center bgcolor=#C8E0FB><span class="redfont"><strong><font size=20>科研信息管理系统</font></strong></span></td>
			</tr>
			<tr>
				<td height=290 valign="top" align=center bgcolor=#C8E0FB><img src="../images/study2.gif" border=0></td>
			</tr>
		</table>
    	<%
    		end if
    	%>
    	<%
    		if sid=1 then
    	%>
		<!--#include file="resitem.asp" -->
		<%
    		end if
    	%>
    	<%
    		if sid=2 then
    	%>
		<!--#include file="study.asp" -->
		<%
    		end if
    	%>
    	<%
    		if sid=3 then
    	%>
		<!--#include file="alteritem.asp" -->
		<%
    		end if
    	%>
    	<%
    		if sid=4 then
    	%>
		<!--#include file="teach_harvest.asp" -->
		<%
    		end if
    	%>
    	<%
    		if sid=5 then
    	%>
		<!--#include file="foitem.asp" -->
		<%
    		end if
    	%>
	</td>
  </tr>
<%
  end if
%>

<%
  if id=2 then
%>
  <tr id="myclass">
    <td width="180" valign=top align=center bgcolor="#888888">
    	<table width="100%" border="0" cellspacing="0" cellpadding="0">
    		<tr>
    			<td width="100%" height=40>&nbsp;&nbsp;&nbsp;&nbsp;<font color=#F1EFDC size=4><b>设备信息管理</b></font></td>
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=2&sid=1" class="top_right_white">设备资料库 >>></a></td>
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=2&sid=2" class="top_right_white">管理维修库 >>></a></td>
    		</tr>
    		<tr>
    			<td width="100%" height=28 align=center><a href="index.asp?id=2&sid=3" class="top_right_white">设备报废信息库 >>></a></td>
    		</tr>
    		<tr>
    			<td width="100%" height=250 valign="bottom" align=center><img src="../images/study3.jpg" border=0></td>         
    		</tr>
		</table>
	</td>
    <td width= height=400 align=center bgcolor="#f0f0f0">
    	<%
    		if sid="" then
    	%>
    	<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td height=200 valign="middle" align=center bgcolor=#F1EFDC><span class="redfont"><strong><font size=20>设备信息管理系统</font></strong></span></td>
			</tr>
			<tr>
				<td height=290 valign="top" align=center bgcolor=#F1EFDC><img src="../images/main.jpg" border=0></td>
			</tr>
		</table>
    	<%
    		end if
    	%>
    	<%
    		if sid=1 then
    	%>
    	<!--#include file="equipment.asp" -->
		<%
    		end if
    	%>
    	<%
    		if sid=2 then
    	%>
    	<!--#include file="eq_plan.asp" -->
		<%
    		end if
    	%>
    	<%
    		if sid=3 then
    	%>
    	<!--#include file="scrap.asp" -->
		<%
    		end if
    	%>
	</td>
  </tr>
<%
  end if
%>
</table>
<!--#include file="../share/bottom.htm" -->
</body>
</html>































































⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -