Revision 8240
Added by Lauren Walker about 11 years ago
replication-configuration.jsp | ||
---|---|---|
32 | 32 |
<head> |
33 | 33 |
|
34 | 34 |
<title>Replication Configuration</title> |
35 |
<link rel="stylesheet" type="text/css" |
|
36 |
href="<%= request.getContextPath() %>/admin/admin.css"></link> |
|
37 |
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/admin/admin.js"></script> |
|
38 |
|
|
35 |
<%@ include file="./head-section.jsp"%> |
|
39 | 36 |
</head> |
40 | 37 |
|
41 | 38 |
<FRAMESET ROWS="*,150" FRAMEBORDER=0 BORDER=0> |
Also available in: Unified diff
Pull the external stylesheets in by <link> rather than @import for faster page load