Revision 8240
Added by Lauren Walker about 11 years ago
database-configuration.jsp | ||
---|---|---|
39 | 39 |
<head> |
40 | 40 |
|
41 | 41 |
<title>Database Install/Upgrade Utility</title> |
42 |
<link rel="stylesheet" type="text/css" |
|
43 |
href="<%= request.getContextPath() %>/admin/admin.css"></link> |
|
44 |
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/admin/admin.js"></script> |
|
45 |
|
|
42 |
<%@ include file="./head-section.jsp"%> |
|
46 | 43 |
</head> |
47 | 44 |
<body> |
48 | 45 |
<%@ include file="./header-section.jsp"%> |
Also available in: Unified diff
Pull the external stylesheets in by <link> rather than @import for faster page load