Project

General

Profile

« Previous | Next » 

Revision 8627

Changed some of the font and stlyes of the metacat docs for easier reading and fixed a big where the metacat admin "configure" buttons were not working

View differences:

metacat-configuration.jsp
69 69
	        <tr>
70 70
	        <td class="configured-tag"><i class="icon-ok"></i> configured </td>
71 71
			<td class="property-title"> Metacat Global Properties </td> 
72
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=properties">Reconfigure Now</a> </td>
72
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=properties"> <i class="icon-cogs"></i>Reconfigure Now</a> </td>
73 73
	        </tr>
74 74
	<%
75 75
		} else {
......
77 77
	        <tr>
78 78
	 		<td class="unconfigured-tag">unconfigured </td>  
79 79
	 		<td class="property-title"> Metacat Global Properties </td>
80
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=properties">Configure Now</a> </td>			
80
			<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=properties"><i class="icon-cogs"></i> Configure Now</a> </td>			
81 81
	    	</tr>
82 82
	<%
83 83
		}
......
87 87
	        <tr>
88 88
	        <td class="configured-tag"><i class="icon-ok"></i>configured </td>
89 89
			<td class="property-title"> Authentication Configuration </td> 
90
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=auth">Reconfigure Now</a> </td>
90
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=auth"><i class="icon-cogs"></i>Reconfigure Now</a> </td>
91 91
	        </tr>
92 92
	<%
93 93
		} else {
......
95 95
	        <tr>
96 96
	 		<td class=unconfigured-tag>unconfigured</td>  
97 97
	 		<td class=property-title> Authentication Configuration </td>
98
			<td class=configure-link> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=auth">Configure Now</a> </td>			
98
			<td class=configure-link><a href="<%= request.getContextPath() %>/admin?configureType=auth"><i class="icon-cogs"></i>Configure Now</a> </td>			
99 99
	    	</tr>
100 100
	<%
101 101
		}
......
105 105
	        <tr>
106 106
	        <td class="configured-tag"><i class="icon-ok"></i>configured</td>
107 107
			<td class="property-title"> Skins Specific Properties </td> 
108
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=skins">Reconfigure Now</a> </td>
108
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=skins"><i class="icon-cogs"></i>Reconfigure Now</a> </td>
109 109
	        </tr>
110 110
	<%
111 111
		} else {
......
113 113
	        <tr>
114 114
	 		<td class="unconfigured-tag">unconfigured </td>  
115 115
	 		<td class="property-title"> Skins Specific Properties </td>
116
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=skins">Configure Now</a> </td>			
116
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=skins"><i class="icon-cogs"></i>Configure Now</a> </td>			
117 117
	    	</tr>
118 118
	<%
119 119
		}  
......
137 137
		if (propsConfigured != null && propsConfigured) {
138 138
	%>
139 139
	        	
140
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=database">Configure Now</a> </td>			
140
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=database"><i class="icon-cogs"></i> Configure Now</a> </td>			
141 141
	        	
142 142
	<%
143 143
				        		} else {
......
155 155
	    	<tr>
156 156
	    	<td class="configured-tag"><i class="icon-ok"></i> configured </td>
157 157
	    	<td class="property-title"> Geoserver Configuration </td> 
158
			<td class="configure-link"> <i class="icon-cogs"></i> <a href="<%= request.getContextPath() %>/admin?configureType=geoserver">Reconfigure Now</a> </td>   		
158
			<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=geoserver"><i class="icon-cogs"></i> Reconfigure Now</a> </td>   		
159 159
	    	</tr>
160 160
	<%
161 161
		} else if (geoserverConfigured != null && geoserverConfigured.equals(PropertyService.BYPASSED)){
......
167 167
			if (propsConfigured != null && propsConfigured) {
168 168
	%>
169 169
	        	
170
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=geoserver">Reconfigure Now</a> </td>			       	
170
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=geoserver"><i class="icon-cogs"></i>Reconfigure Now</a> </td>			       	
171 171
	<%
172 172
			} else {
173 173
	%> 
......
186 186
			if (propsConfigured != null && propsConfigured) {
187 187
	%>
188 188
	        	
189
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=geoserver">Configure Now</a> </td>			
189
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=geoserver"><i class="icon-cogs"></i> Configure Now</a> </td>			
190 190
	        	
191 191
	<%
192 192
			} else {
......
207 207
	    	<tr>
208 208
	    	<td class="configured-tag"><i class="icon-ok"></i> configured</td>
209 209
	    	<td class="property-title"> Dataone Configuration </td> 
210
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=dataone">Reconfigure Now</a> </td>   		
210
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=dataone"><i class="icon-cogs"></i>Reconfigure Now</a> </td>   		
211 211
	    	</tr>
212 212
	<%
213 213
		} else if (dataoneConfigured != null && dataoneConfigured.equals(PropertyService.BYPASSED)){
......
219 219
			if (propsConfigured != null && propsConfigured) {
220 220
	%>
221 221
	        	
222
			<td class="configure-link"> <i class="icon-cogs"></i> <a href="<%= request.getContextPath() %>/admin?configureType=dataone">Reconfigure Now</a> </td>			       	
222
			<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=dataone"><i class="icon-cogs"></i> Reconfigure Now</a> </td>			       	
223 223
	<%
224 224
			} else {
225 225
	%> 
......
238 238
			if (propsConfigured != null && propsConfigured) {
239 239
	%>
240 240
	        	
241
			<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=dataone">Configure Now</a> </td>			
241
			<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=dataone"> <i class="icon-cogs"></i> Configure Now</a> </td>			
242 242
	        	
243 243
	<%
244 244
			} else {
......
260 260
		if (propsConfigured != null && propsConfigured) {
261 261
	%>
262 262
	        	
263
		<td class="configure-link"> <i class="icon-cogs"></i><a href="<%= request.getContextPath() %>/admin?configureType=replication">Reconfigure Now</a> </td>			
263
		<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=replication"> <i class="icon-cogs"></i> Reconfigure Now</a> </td>			
264 264
	        	
265 265
	<%
266 266
		} else {

Also available in: Unified diff