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