Revision 8203
Added by Lauren Walker about 11 years ago
metacat-configuration.jsp | ||
---|---|---|
54 | 54 |
|
55 | 55 |
<body> |
56 | 56 |
<%@ include file="./header-section.jsp"%> |
57 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
|
57 |
<img src="<%= request.getContextPath() %>/metacat-logo-darkgray.png" width="100px" align="right"/>
|
|
58 | 58 |
<h2>Metacat Configuration</h2> |
59 | 59 |
|
60 | 60 |
All of the following sections must be in a configured state for Metacat to run properly: |
61 | 61 |
<br class="main-header"> |
62 | 62 |
|
63 | 63 |
<%@ include file="page-message-section.jsp"%> |
64 |
<hr class="config-line"> |
|
65 | 64 |
|
66 | 65 |
<table class="configuration-table"> |
67 | 66 |
|
... | ... | |
281 | 280 |
<% |
282 | 281 |
if (metacatConfigured != null && metacatConfigured) { |
283 | 282 |
%> |
284 |
|
|
285 |
<hr class="config-line"> |
|
286 | 283 |
<br clear="right"/> |
287 | 284 |
<% |
288 | 285 |
if (metacatServletInitialized != null && metacatServletInitialized) { |
... | ... | |
299 | 296 |
<% |
300 | 297 |
} else { |
301 | 298 |
%> |
302 |
Configuration of Metacat is complete. You can <a href="<%= request.getContextPath() %>">go to metacat</a> |
|
303 |
now. Note that this may take some time while the system initializes with the new configuration values. |
|
299 |
<div class="success-text">Configuration of Metacat is complete. You can <a href="<%= request.getContextPath() %>">go to metacat</a>
|
|
300 |
now. Note that this may take some time while the system initializes with the new configuration values.</div>
|
|
304 | 301 |
<% |
305 | 302 |
} |
306 | 303 |
} |
Also available in: Unified diff
Redesigned the /admin configuration pages to better match our new MetacatUI design. Looks good in both /context/admin view and the #external view using metacatUI