Revision 8245
Added by Lauren Walker about 11 years ago
metacat-configuration.jsp | ||
---|---|---|
48 | 48 |
<html> |
49 | 49 |
<head> |
50 | 50 |
<title>Metacat Configuration</title> |
51 |
<link rel="stylesheet" type="text/css" |
|
52 |
href="<%= request.getContextPath() %>/admin/admin.css"></link> |
|
51 |
<%@ include file="./head-section.jsp"%> |
|
53 | 52 |
</head> |
54 | 53 |
|
55 | 54 |
<body> |
... | ... | |
68 | 67 |
if (propsConfigured != null && propsConfigured) { |
69 | 68 |
%> |
70 | 69 |
<tr> |
71 |
<td class="configured-tag">[configured] </td>
|
|
70 |
<td class="configured-tag"><i class="icon-ok"></i> configured </td>
|
|
72 | 71 |
<td class="property-title"> Metacat Global Properties </td> |
73 | 72 |
<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=properties">Reconfigure Now</a> </td> |
74 | 73 |
</tr> |
... | ... | |
76 | 75 |
} else { |
77 | 76 |
%> |
78 | 77 |
<tr> |
79 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
78 |
<td class="unconfigured-tag">unconfigured </td>
|
|
80 | 79 |
<td class="property-title"> Metacat Global Properties </td> |
81 | 80 |
<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=properties">Configure Now</a> </td> |
82 | 81 |
</tr> |
... | ... | |
86 | 85 |
if (authConfigured != null && authConfigured) { |
87 | 86 |
%> |
88 | 87 |
<tr> |
89 |
<td class="configured-tag">[configured] </td>
|
|
88 |
<td class="configured-tag"><i class="icon-ok"></i>configured </td>
|
|
90 | 89 |
<td class="property-title"> Authentication Configuration </td> |
91 | 90 |
<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=auth">Reconfigure Now</a> </td> |
92 | 91 |
</tr> |
... | ... | |
94 | 93 |
} else { |
95 | 94 |
%> |
96 | 95 |
<tr> |
97 |
<td class=unconfigured-tag>[unconfigured] </td>
|
|
96 |
<td class=unconfigured-tag>unconfigured</td>
|
|
98 | 97 |
<td class=property-title> Authentication Configuration </td> |
99 | 98 |
<td class=configure-link> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=auth">Configure Now</a> </td> |
100 | 99 |
</tr> |
... | ... | |
104 | 103 |
if (skinsConfigured != null && skinsConfigured) { |
105 | 104 |
%> |
106 | 105 |
<tr> |
107 |
<td class="configured-tag">[configured] </td>
|
|
106 |
<td class="configured-tag"><i class="icon-ok"></i>configured</td>
|
|
108 | 107 |
<td class="property-title"> Skins Specific Properties </td> |
109 | 108 |
<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=skins">Reconfigure Now</a> </td> |
110 | 109 |
</tr> |
... | ... | |
112 | 111 |
} else { |
113 | 112 |
%> |
114 | 113 |
<tr> |
115 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
114 |
<td class="unconfigured-tag">unconfigured </td>
|
|
116 | 115 |
<td class="property-title"> Skins Specific Properties </td> |
117 | 116 |
<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=skins">Configure Now</a> </td> |
118 | 117 |
</tr> |
... | ... | |
124 | 123 |
metacatVersion.compareTo(databaseVersion) == 0)) { |
125 | 124 |
%> |
126 | 125 |
<tr> |
127 |
<td class="configured-tag">[configured] </td>
|
|
126 |
<td class="configured-tag"><i class="icon-ok"></i> configured </td>
|
|
128 | 127 |
<td class="property-title"> Database Installation/Upgrade </td> |
129 | 128 |
<td class="configure-link inactive"> Version: <%=databaseVersion.getVersionString()%> </td> |
130 | 129 |
</tr> |
... | ... | |
132 | 131 |
} else { |
133 | 132 |
%> |
134 | 133 |
<tr> |
135 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
134 |
<td class="unconfigured-tag">unconfigured </td>
|
|
136 | 135 |
<td class="property-title"> Database Installation/Upgrade </td> |
137 | 136 |
<% |
138 | 137 |
if (propsConfigured != null && propsConfigured) { |
... | ... | |
154 | 153 |
if (geoserverConfigured != null && geoserverConfigured.equals(PropertyService.CONFIGURED)) { |
155 | 154 |
%> |
156 | 155 |
<tr> |
157 |
<td class="configured-tag">[configured] </td>
|
|
156 |
<td class="configured-tag"><i class="icon-ok"></i> configured </td>
|
|
158 | 157 |
<td class="property-title"> Geoserver Configuration </td> |
159 | 158 |
<td class="configure-link"> <i class="icon-cogs"></i> <a href="<%= request.getContextPath() %>/admin?configureType=geoserver">Reconfigure Now</a> </td> |
160 | 159 |
</tr> |
... | ... | |
162 | 161 |
} else if (geoserverConfigured != null && geoserverConfigured.equals(PropertyService.BYPASSED)){ |
163 | 162 |
%> |
164 | 163 |
<tr> |
165 |
<td class="configured-tag">[bypassed] </td>
|
|
164 |
<td class="configured-tag"><i class="icon-ok"></i> bypassed </td>
|
|
166 | 165 |
<td class="property-title"> Geoserver Configuration </td> |
167 | 166 |
<% |
168 | 167 |
if (propsConfigured != null && propsConfigured) { |
... | ... | |
181 | 180 |
} else { |
182 | 181 |
%> |
183 | 182 |
<tr> |
184 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
183 |
<td class="unconfigured-tag">unconfigured </td>
|
|
185 | 184 |
<td class="property-title"> Geoserver Configuration </td> |
186 | 185 |
<% |
187 | 186 |
if (propsConfigured != null && propsConfigured) { |
... | ... | |
206 | 205 |
if (dataoneConfigured != null && dataoneConfigured.equals(PropertyService.CONFIGURED)) { |
207 | 206 |
%> |
208 | 207 |
<tr> |
209 |
<td class="configured-tag">[configured] </td>
|
|
208 |
<td class="configured-tag"><i class="icon-ok"></i> configured</td>
|
|
210 | 209 |
<td class="property-title"> Dataone Configuration </td> |
211 | 210 |
<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=dataone">Reconfigure Now</a> </td> |
212 | 211 |
</tr> |
... | ... | |
214 | 213 |
} else if (dataoneConfigured != null && dataoneConfigured.equals(PropertyService.BYPASSED)){ |
215 | 214 |
%> |
216 | 215 |
<tr> |
217 |
<td class="configured-tag">[bypassed] </td>
|
|
216 |
<td class="configured-tag"><i class="icon-ok"></i> bypassed </td>
|
|
218 | 217 |
<td class="property-title"> Dataone Configuration </td> |
219 | 218 |
<% |
220 | 219 |
if (propsConfigured != null && propsConfigured) { |
... | ... | |
233 | 232 |
} else { |
234 | 233 |
%> |
235 | 234 |
<tr> |
236 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
235 |
<td class="unconfigured-tag">unconfigured </td>
|
|
237 | 236 |
<td class="property-title"> Dataone Configuration </td> |
238 | 237 |
<% |
239 | 238 |
if (propsConfigured != null && propsConfigured) { |
... | ... | |
255 | 254 |
|
256 | 255 |
<!-- replication --> |
257 | 256 |
<tr> |
258 |
<td class="configured-tag">[configured] </td>
|
|
257 |
<td class="configured-tag"><i class="icon-ok"></i> configured </td>
|
|
259 | 258 |
<td class="property-title"> Replication Configuration </td> |
260 | 259 |
<% |
261 | 260 |
if (propsConfigured != null && propsConfigured) { |
Also available in: Unified diff
FontAwesome and Bootstrap are imported locally rather than via CDN. Updated the docs screenshots to the new style.