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

📄 welcome.jsp.svn-base

📁 用JSP JAVA 做的 系统 只是初来扎到还望西黄!别乱来哦!
💻 SVN-BASE
字号:
<%--首页显示
author:zxh
--%>
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%>
<%@ taglib uri="/WEB-INF/tlds/frametag.tld" prefix="by"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<base href="<%=basePath%>">
		<title>亿能达社区卫生服务管理系统</title>

		<link href="<%=path%>/CSS/css.css" rel="stylesheet" type="text/css" />

		<style type="text/css">
<!--
#organ_lh {
	BORDER-RIGHT: #7f7f7f 1px solid; BORDER-TOP: #7f7f7f 1px solid; 
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; BORDER-LEFT: #7f7f7f 1px solid; 
	WIDTH: 180px; COLOR: #2f3f5f; BORDER-BOTTOM: #7f7f7f 1px solid; BACKGROUND-COLOR: #ffffff
}
-->
</style>



		<script language="javascript">
	
	function getNow(){
	    var Stamp=new Date();
	    var year = Stamp.getYear();
	    var month = Stamp.getMonth()+1;
	    var day = Stamp.getDate();
		var hour=Stamp.getHours();
		var minute=Stamp.getMinutes();
		var second=Stamp.getSeconds();
	
	    if(month<10){
		month="0"+month;
	    }
	    if(day<10){
		day="0"+day;
	    }
		
		if(hour<10){
		hour="0"+hour;
	    }
	
		if(minute<10){
		minute="0"+minute;
	    }
	
		if(second<10){
		second="0"+second;
	    }
	
	    return year+"-"+month+"-"+day+" "+hour+":"+minute+":"+second;
	}			
		function looknt(id)
		{
			location.href="<%=path%>/Selevet.do?action=NT_LOOK&id="+id+"&time="+getNow();
		}
		function lookre(id)
		{
			location.href="<%=path%>/Selevet.do?action=RE_LOOK&id="+id+"&time="+getNow();
		}		
		function lookinfo(id,num)
		{
			location.href="<%=path%>/Selevet.do?action=INFO_LOOK&id="+id+"&type="+num+"&time="+getNow();
		}			
		function len(num,str){
			
		}
	</script>
		<link rel="stylesheet" href="<%=path%>/CSS/style.css" type="text/css">
	</head>

	<body>
		<center>
			<div align="center">
				<div style="border-color:#A4CDFF;">
					<font size="4"><B>欢迎使用亿能达社区卫生服务管理系统</B> </font>
				</div>
				<br>
				<br>


				<!--最新公告-->
				<div id="c_trends">
					<h3>
						最新公告
					</h3>
					<div>
						<ul>
							<br>
							<li class="title1">
							<by:forby name="nt_list" id="ntlist">
	      					<by:logic col1="0" col2="${ntlist.STATUS}"
										logic="==">
										<IMG src="<%=path%>/IMAGES/newnote.gif" />
									</by:logic>
							<by:logic col1="1" col2="${ntlist.STATUS}"
										logic="==">
										<IMG src="<%=path%>/IMAGES/xiao.gif" />
									</by:logic>
									<a href="javascript:{looknt('${ntlist.ID}');}"> <script
											type="text/javascript">   
									  var str = "${ntlist.TITLE}";   
									  //document.write(str.length);   
									  if(str.length>16){
									  	document.write(str.substring(0,16)+"...");   
									  }else{
									  	document.write(str.substring(0,16));   
									  }
									 </script></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${ntlist.ISSUE_DATE}
									<br />
								</by:forby>
							</li>
						</ul>
						<div id="more">
							<li>
								<a href="<%=path%>/Selevet.do?action=NT_LISTS">更多...</a>
							</li>
						</div>
					</div>
				</div>
				<!--最新上报-->
				<div id="c_commend">
					<h3>
						最新上报
					</h3>
					<div>
						<ul>
							<br>
							<li class="title1">
								<by:forby name="re_list" id="relist">
	      						<by:logic col1="0" col2="${relist.STATUS}"
										logic="==">
										<IMG src="<%=path%>/IMAGES/newnote.gif" />
									</by:logic>
									<by:logic col1="1" col2="${relist.STATUS}"
										logic="==">
										<IMG src="<%=path%>/IMAGES/xiao.gif" />
									</by:logic>
									<a href="javascript:{lookre('${relist.ID}');}"> <script
											type="text/javascript">   
									  var str = "${relist.TITLE}";   
									  //document.write(str.length);   
									  if(str.length>16){
									  	document.write(str.substring(0,16)+"...");
									  }else{
									  	document.write(str.substring(0,16));
									  }
									 </script></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${relist.UPLOAD_DATE}
									<br />
								</by:forby>
							</li>
						</ul>
						<div id="more">
							<li>
								<a href="<%=path%>/Selevet.do?action=RE_LISTS">更多...</a>
							</li>
						</div>
					</div>
				</div>
				<!--警示信息-->
				<div id="c_trends">
					<h3>
						交流信息
					</h3>
					<div>
						<ul>
							<br>

							<li class="title1">
								<by:forby name="info_list" id="infolist"><IMG src="<%=path%>/IMAGES/xiao.gif" />
							<a href="javascript:{lookinfo('${infolist.ID}',0);}"> <script
											type="text/javascript">
									if(${infolist.TYPE}==0){
										  var str = "${infolist.TITLE}";   
										  //document.write(str.length);   
										  if(str.length>16){
										  	document.write(str.substring(0,16)+"...");   
										  }else{
										  	document.write(str.substring(0,16));   
										  }
									  }
									 </script></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${infolist.ISSUE_DATE}
									<br />
									
								</by:forby>
						</ul>
						<div id="more">
							<li>
								<a href="<%=path%>/Selevet.do?action=INFO_LISTS&type=0">更多...</a>
							</li>
						</div>
					</div>
				</div>
				<!--信用资信-->
				<div id="c_commend">
					<h3>
						相关法规
					</h3>
					<div>
						<ul>
							<br>

							<li class="title1">
								<by:forby name="info_list2" id="infolist"><IMG src="<%=path%>/IMAGES/xiao.gif" />
							<a href="javascript:{lookinfo('${infolist.ID}',1);}"> <script
											type="text/javascript">
									if(${infolist.TYPE}==1){
										  var str = "${infolist.TITLE}";   
										  //document.write(str.length);   
										  if(str.length>16){
										  	document.write(str.substring(0,16)+"...");   
										  }else{
										  	document.write(str.substring(0,16));   
										  }
									  }
									 </script></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${infolist.ISSUE_DATE}
									<br />
									
								</by:forby>
						</ul>
						<div id="more">
							<li>
								<a href="<%=path%>/Selevet.do?action=INFO_LISTS&type=1">更多...</a>
							</li>
						</div>
					</div>
				</div>
			</div>
		</center>
	</body>
</html>

⌨️ 快捷键说明

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