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