Revision 4557
Added by daigle about 16 years ago
metacat-configuration.jsp | ||
---|---|---|
50 | 50 |
</head> |
51 | 51 |
|
52 | 52 |
<body> |
53 |
<%@ include file="./header-section.jsp"%> |
|
53 | 54 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
54 |
<h2>MetaCat Configuration</h2>
|
|
55 |
<h2>Metacat Configuration</h2>
|
|
55 | 56 |
|
56 | 57 |
All of the following sections must be in a configured state for Metacat to run properly: |
57 | 58 |
<br class="main-header"> |
... | ... | |
231 | 232 |
} |
232 | 233 |
%> |
233 | 234 |
|
234 |
<hr class="config-line"> |
|
235 |
<%@ include file="./login-footer-section.jsp"%> |
|
235 |
<%@ include file="./footer-section.jsp"%> |
|
236 | 236 |
|
237 | 237 |
</body> |
238 | 238 |
</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.