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