Преглед изворни кода

上传文件至 'WebRoot/login'

1801010606 пре 6 година
родитељ
комит
4a68016843
2 измењених фајлова са 45 додато и 0 уклоњено
  1. 23 0
      WebRoot/login/bottom.jsp
  2. 22 0
      WebRoot/login/home.jsp

+ 23 - 0
WebRoot/login/bottom.jsp

@@ -0,0 +1,23 @@
+<%@ page language="java" pageEncoding="UTF-8"%>
+<html>
+	<head>
+		<meta http-equiv="Content-Language" content="zh-cn">
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+		<style type="text/css">
+		<!-- body { background-color: #FFFFFF; margin: 0px;}
+		body,td,th { font-size: 12px; color: #000000; }
+		--> 
+		</style>
+	</HEAD>
+	<body MS_POSITIONING="GridLayout">
+		<table width="100%" border="0" cellspacing="0" cellpadding="10" height="64">
+			<tr>
+				<td align="center" width="100%" style= valign="top" background="${pageContext.request.contextPath}/images/bt_02.jpg">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
+				<font class="font12">
+				<a class="a03" target="_blank" href="mailto:sarft@chinasarft.gov.cn">
+				<font color="#000000"><br>
+	</font></a></font></td>
+			</tr>
+		</table>
+	</body>
+</HTML>

+ 22 - 0
WebRoot/login/home.jsp

@@ -0,0 +1,22 @@
+<%@ page language="java" pageEncoding="UTF-8"%>
+<html>
+	<head>
+		<meta http-equiv="Content-Language" content="zh-cn">
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <style>
+		body
+		{
+			SCROLLBAR-ARROW-COLOR: #ffffff;  SCROLLBAR-BASE-COLOR: #dee3f7;
+		}
+    </style>
+  </head>
+  
+<frameset rows="103,*,43" frameborder=0 border="0" framespacing="0">
+  <frame src="${pageContext.request.contextPath}/login/top.jsp" name="topFrame" scrolling="NO" noresize>
+  <frameset cols="159,*" frameborder="0" border="0" framespacing="0">
+		<frame src="${pageContext.request.contextPath}/login/left.jsp" name="leftFrame" noresize scrolling="YES">
+		<frame src="${pageContext.request.contextPath}/login/welcome.jsp" name="mainFrame">
+  </frameset>
+  <frame src="${pageContext.request.contextPath}/login/bottom.jsp" name="bottomFrame" scrolling="NO"  noresize>
+</frameset>
+</html>