forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.jsp
More file actions
34 lines (32 loc) · 1.04 KB
/
index.jsp
File metadata and controls
34 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<%@ page contentType="text/html; charset=GBK"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>Èñâ¿Æ¼¼</title>
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="clockon(bgclock)">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="tableBorder">
<tr align="center">
<td height="165" colspan="4"><jsp:include page="top.jsp"/></td>
</tr>
<tr>
<td width="11" align="left" valign="top"> </td>
<td width="117" align="left" valign="top"><jsp:include page="left.jsp"/></td>
<td width="20"> </td>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><jsp:include page="new.jsp"/></td>
</tr>
<tr>
<td><jsp:include page="produce.jsp"/></td>
</tr>
</table> </td>
</tr>
<tr>
<td colspan="4" align="center"><jsp:include page="bottom.jsp"/></td>
</tr>
</table>
</body>
</html>