Project

General

Profile

« Previous | Next » 

Revision 7424

use sleeker "?" icon for the admin help links

View differences:

dataone-configuration.jsp
77 77
	
78 78
	<hr class="config-line">
79 79
	<div class="form-row">
80
		<img class="question-mark" src="style/images/question-mark.gif" 
80
		<img class="question-mark" src="style/images/help.png" 
81 81
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
82 82
		<div class="textinput-label"><label for="dataone.mn.services.enabled" title="Enable DataONE Member Node Services">Enable DataONE Services</label></div>
83 83

  
......
114 114
	<hr class="config-line">
115 115
	
116 116
	<div class="form-row">
117
		<img class="question-mark" src="style/images/question-mark.gif" 
117
		<img class="question-mark" src="style/images/help.png" 
118 118
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
119 119
		<div class="textinput-label">
120 120
			<label for="dataone.nodeName" title="A short, human-readable name for this node">Node Name</label>
......
125 125
			value="<%= request.getAttribute("dataone.nodeName") %>"/> 
126 126
	</div>
127 127
	<div class="form-row">
128
		<img class="question-mark" src="style/images/question-mark.gif" 
128
		<img class="question-mark" src="style/images/help.png" 
129 129
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
130 130
		<div class="textinput-label">
131 131
			<label for="dataone.nodeDescription" title="A brief description of the node and its holdings">Node Description</label>
......
136 136
			value="<%= request.getAttribute("dataone.nodeDescription") %>"/> 
137 137
	</div>
138 138
	<div class="form-row">
139
		<img class="question-mark" src="style/images/question-mark.gif" 
139
		<img class="question-mark" src="style/images/help.png" 
140 140
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
141 141
		<div class="textinput-label">
142 142
			<label for="dataone.nodeId" title="The DataONE-assigned unique identifier for this node">Node Identifier</label>
......
147 147
			value="<%= request.getAttribute("dataone.nodeId") %>"/>
148 148
	</div>
149 149
	<div class="form-row">
150
		<img class="question-mark" src="style/images/question-mark.gif" 
150
		<img class="question-mark" src="style/images/help.png" 
151 151
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
152 152
		<div class="textinput-label">
153 153
			<label for="dataone.subject" title="The account in Distinguished Name (DN) format that represents this node in all service interactions">Node Subject</label>
......
158 158
			value="<%= request.getAttribute("dataone.subject") %>"/> 
159 159
	</div>
160 160
	<div class="form-row">
161
		<img class="question-mark" src="style/images/question-mark.gif" 
161
		<img class="question-mark" src="style/images/help.png" 
162 162
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
163 163
		<div class="textinput-label">
164 164
			<label for="dataone.contactSubject" title="A verified account in DN format to be used as the primary node contact for this node">Contact Subject</label>
......
169 169
			value="<%= request.getAttribute("dataone.contactSubject") %>"/> 
170 170
	</div>
171 171
	<div class="form-row">
172
		<img class="question-mark" src="style/images/question-mark.gif" 
172
		<img class="question-mark" src="style/images/help.png" 
173 173
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
174 174
		<div class="textinput-label">
175 175
			<label for="D1Client.certificate.file" title="The absolute path to the X.509 certificate used to authenticate this node">Node Certificate Path</label>
......
180 180
			value="<%= request.getAttribute("D1Client.certificate.file") %>"/> 
181 181
	</div>
182 182
	<div class="form-row">
183
		<img class="question-mark" src="style/images/question-mark.gif" 
183
		<img class="question-mark" src="style/images/help.png" 
184 184
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
185 185
		<div class="textinput-label"><label for="dataone.nodeSynchronize" title="Enable DataONE metadata synchronization">Enable Metadata Synchronization</label></div>
186 186

  
......
215 215
	The schedule on which metadata should be synchronized with DataONE, expressed as a crontab entry.
216 216
	<hr class="config-line">
217 217
	<div class="form-row">
218
		<img class="question-mark" src="style/images/question-mark.gif" 
218
		<img class="question-mark" src="style/images/help.png" 
219 219
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
220 220
		<div class="textinput-label">
221 221
			<label for="dataone.nodeSynchronization.schedule.year" title="Year">Year</label>
......
226 226
			value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.year") %>"/> 
227 227
	</div>
228 228
	<div class="form-row">
229
		<img class="question-mark" src="style/images/question-mark.gif" 
229
		<img class="question-mark" src="style/images/help.png" 
230 230
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
231 231
		<div class="textinput-label">
232 232
			<label for="dataone.nodeSynchronization.schedule.mon" title="Month">Month</label>
......
237 237
			value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.mon") %>"/> 
238 238
	</div>
239 239
	<div class="form-row">
240
		<img class="question-mark" src="style/images/question-mark.gif" 
240
		<img class="question-mark" src="style/images/help.png" 
241 241
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
242 242
		<div class="textinput-label">
243 243
			<label for="dataone.nodeSynchronization.schedule.mday" title="Day of Month">Day of Month</label>
......
248 248
			value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.mday") %>"/> 
249 249
	</div>
250 250
	<div class="form-row">
251
		<img class="question-mark" src="style/images/question-mark.gif" 
251
		<img class="question-mark" src="style/images/help.png" 
252 252
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
253 253
		<div class="textinput-label">
254 254
			<label for="dataone.nodeSynchronization.schedule.wday" title="Day of Week">Day of Week</label>
......
259 259
			value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.wday") %>"/> 
260 260
	</div>
261 261
	<div class="form-row">
262
		<img class="question-mark" src="style/images/question-mark.gif" 
262
		<img class="question-mark" src="style/images/help.png" 
263 263
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
264 264
		<div class="textinput-label">
265 265
			<label for="dataone.nodeSynchronization.schedule.hour" title="Hours">Hours</label>
......
270 270
			value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.hour") %>"/> 
271 271
	</div>
272 272
	<div class="form-row">
273
		<img class="question-mark" src="style/images/question-mark.gif" 
273
		<img class="question-mark" src="style/images/help.png" 
274 274
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
275 275
		<div class="textinput-label">
276 276
			<label for="dataone.nodeSynchronization.schedule.min" title="Minutes">Minutes</label>
......
281 281
			value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.min") %>"/> 
282 282
	</div>
283 283
	<div class="form-row">
284
		<img class="question-mark" src="style/images/question-mark.gif" 
284
		<img class="question-mark" src="style/images/help.png" 
285 285
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
286 286
		<div class="textinput-label">
287 287
			<label for="dataone.nodeSynchronization.schedule.sec" title="Seconds">Seconds</label>
......
298 298
	on this Member Node.
299 299
	<hr class="config-line">
300 300
	<div class="form-row">
301
		<img class="question-mark" src="style/images/question-mark.gif" 
301
		<img class="question-mark" src="style/images/help.png" 
302 302
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
303 303
		<div class="textinput-label"><label for="dataone.nodeReplicate" title="Store replicas from other Member Nodes">Accept and Store Replicas</label></div>
304 304

  
......
328 328
	<hr class="config-line">
329 329

  
330 330
 	<div class="form-row">
331
		<img class="question-mark" src="style/images/question-mark.gif" 
331
		<img class="question-mark" src="style/images/help.png" 
332 332
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
333 333
		<div class="textinput-label">
334 334
			<label for="dataone.replicationpolicy.default.numreplicas" title="Default Number of Replicas to be created for local objects">Default Number of Replicas</label>
......
339 339
			value="<%= request.getAttribute("dataone.replicationpolicy.default.numreplicas") %>"/> 
340 340
	</div>
341 341
  	<div class="form-row">
342
		<img class="question-mark" src="style/images/question-mark.gif" 
342
		<img class="question-mark" src="style/images/help.png" 
343 343
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
344 344
		<div class="textinput-label">
345 345
			<label for="dataone.replicationpolicy.default.preferredNodeList" title="A comma-separated list of preferred nodes to house replicas">Default Preferred Nodes</label>
......
350 350
			value="<%= request.getAttribute("dataone.replicationpolicy.default.preferredNodeList") %>"/> 
351 351
	</div>
352 352
   	<div class="form-row">
353
		<img class="question-mark" src="style/images/question-mark.gif" 
353
		<img class="question-mark" src="style/images/help.png" 
354 354
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
355 355
		<div class="textinput-label">
356 356
			<label for="dataone.replicationpolicy.default.blockedNodeList" title="A comma-separated list of blocked nodes never to house replicas">Default Blocked Nodes</label>

Also available in: Unified diff