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