Revision 8203
Added by Lauren Walker about 11 years ago
organization-configuration.jsp | ||
---|---|---|
43 | 43 |
|
44 | 44 |
</head> |
45 | 45 |
<body> |
46 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
|
46 |
<img src="<%= request.getContextPath() %>/metacat-logo-darkgray.png" width="100px" align="right"/>
|
|
47 | 47 |
<h2>Organization Configuration</h2> |
48 | 48 |
Enter organization specific properties here. |
49 | 49 |
<br class="ldap-header"> |
... | ... | |
63 | 63 |
MetaDataGroup metaDataGroup = (MetaDataGroup)groupMap.get(groupId); |
64 | 64 |
%> |
65 | 65 |
<h3><%= metaDataGroup.getName() %></h3> |
66 |
<hr class="config-line"> |
|
67 | 66 |
<% |
68 | 67 |
if (metaDataGroup.getComment() != null) { |
69 | 68 |
%> |
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