Revision 4557
Added by daigle about 16 years ago
geoserver-configuration.jsp | ||
---|---|---|
38 | 38 |
|
39 | 39 |
</head> |
40 | 40 |
<body> |
41 |
<%@ include file="./header-section.jsp"%> |
|
42 |
|
|
41 | 43 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
42 | 44 |
<h2>Geoserver Configuration</h2> |
43 | 45 |
|
... | ... | |
82 | 84 |
|
83 | 85 |
</form> |
84 | 86 |
|
87 |
<%@ include file="./footer-section.jsp"%> |
|
88 |
|
|
85 | 89 |
</body> |
86 | 90 |
</html> |
Also available in: Unified diff
Added header and footer sections that allow admin to log in as different user and to see user documentation.