Revision 7424
Added by ben leinfelder about 12 years ago
lib/admin/skins-configuration.jsp | ||
---|---|---|
134 | 134 |
if (fieldType.equals("select")) { |
135 | 135 |
%> |
136 | 136 |
<div class="form-row"> |
137 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
137 |
<img class="question-mark" src="style/images/help.png"
|
|
138 | 138 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')""/> |
139 | 139 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label> |
140 | 140 |
<select class="textinput" name="<%= skinName %>.<%= metaDataProperty.getKey() %>"> |
... | ... | |
159 | 159 |
} else if (fieldType.equals("password")) { |
160 | 160 |
%> |
161 | 161 |
<div class="form-row"> |
162 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
162 |
<img class="question-mark" src="style/images/help.png"
|
|
163 | 163 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
164 | 164 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label></div> |
165 | 165 |
<input class="textinput" id="<%= skinName %>.<%= metaDataProperty.getKey() %>" name="<%= skinName %>.<%= metaDataProperty.getKey() %>" |
... | ... | |
174 | 174 |
} else if (fieldType.equals("checkbox")) { |
175 | 175 |
%> |
176 | 176 |
<div class="form-row"> |
177 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
177 |
<img class="question-mark" src="style/images/help.png"
|
|
178 | 178 |
alt="<%= metaDataProperty.getDescription() %>" |
179 | 179 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
180 | 180 |
<input class="checkradio" id="<%= skinName %>.<%= metaDataProperty.getKey() %>" name="<%= skinName %>.<%= metaDataProperty.getKey() %>" |
... | ... | |
198 | 198 |
} else { |
199 | 199 |
%> |
200 | 200 |
<div class="form-row"> |
201 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
201 |
<img class="question-mark" src="style/images/help.png"
|
|
202 | 202 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
203 | 203 |
<label class="textinput-label" for="<%= metaDataProperty.getKey() %>" title="<%= metaDataProperty.getDescription() %>"><%= metaDataProperty.getLabel() %></label> |
204 | 204 |
<input class="textinput" id="<%= skinName %>.<%= metaDataProperty.getKey() %>" name="<%= skinName %>.<%= metaDataProperty.getKey() %>" |
lib/admin/replication-configuration-include.jsp | ||
---|---|---|
51 | 51 |
<form action="<%=request.getContextPath()%>/admin" method="POST" target="bottom"> |
52 | 52 |
|
53 | 53 |
<div class="form-row"> |
54 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
54 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
55 | 55 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
56 | 56 |
<div class="textinput-label"> |
57 | 57 |
<label for="rate" title="Rate">Delta T (milliseconds)</label> |
... | ... | |
62 | 62 |
value="172800000"/> |
63 | 63 |
</div> |
64 | 64 |
<div class="form-row"> |
65 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
65 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
66 | 66 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
67 | 67 |
<div class="textinput-label"> |
68 | 68 |
<label for="firsttime" title="First Time (The format should be 10:00 AM)">First Time</label> |
... | ... | |
73 | 73 |
value="10:00 PM"/> |
74 | 74 |
</div> |
75 | 75 |
<div class="form-row"> |
76 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
76 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
77 | 77 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
78 | 78 |
<div class="textinput-label"> |
79 | 79 |
<label for="action" title="Action">Timer</label> |
... | ... | |
118 | 118 |
|
119 | 119 |
<form action="<%=request.getContextPath()%>/admin" method="POST" target="bottom"> |
120 | 120 |
<div class="form-row"> |
121 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
121 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
122 | 122 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
123 | 123 |
<div class="textinput-label"> |
124 | 124 |
<label for="subaction" title="Action"> </label> |
... | ... | |
137 | 137 |
value="delete"/>Remove |
138 | 138 |
</div> |
139 | 139 |
<div class="form-row"> |
140 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
140 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
141 | 141 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
142 | 142 |
<div class="textinput-label"> |
143 | 143 |
<label for="server" title="Server">Server</label> |
... | ... | |
148 | 148 |
value=""/> |
149 | 149 |
</div> |
150 | 150 |
<div class="form-row"> |
151 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
151 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
152 | 152 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
153 | 153 |
<div class="textinput-label"> |
154 | 154 |
<label for="replicate" title="Replicate">Replicate metadata?</label> |
... | ... | |
167 | 167 |
value="0"/>No |
168 | 168 |
</div> |
169 | 169 |
<div class="form-row"> |
170 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
170 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
171 | 171 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
172 | 172 |
<div class="textinput-label"> |
173 | 173 |
<label for="datareplicate" title="Replicate data">Replicate data?</label> |
... | ... | |
186 | 186 |
value="0"/>No |
187 | 187 |
</div> |
188 | 188 |
<div class="form-row"> |
189 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
189 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/help.png"
|
|
190 | 190 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/> |
191 | 191 |
<div class="textinput-label"> |
192 | 192 |
<label for="hub" title="Hub">Localhost is a hub?</label> |
lib/admin/properties-configuration.jsp | ||
---|---|---|
96 | 96 |
if (fieldType.equals("select")) { |
97 | 97 |
%> |
98 | 98 |
<div class="form-row"> |
99 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
99 |
<img class="question-mark" src="style/images/help.png"
|
|
100 | 100 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
101 | 101 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div> |
102 | 102 |
<select class="textinput" name="<%= metaDataProperty.getKey() %>"> |
... | ... | |
123 | 123 |
} else if (fieldType.equals("password")) { |
124 | 124 |
%> |
125 | 125 |
<div class="form-row"> |
126 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
126 |
<img class="question-mark" src="style/images/help.png"
|
|
127 | 127 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
128 | 128 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>" ><%= metaDataProperty.getLabel() %></label></div> |
129 | 129 |
<input class="textinput" id="<%= metaDataProperty.getKey() %>" |
... | ... | |
143 | 143 |
%> |
144 | 144 |
<div class="form-row"> |
145 | 145 |
<img class="question-mark" class=question-mark |
146 |
src="style/images/question-mark.gif"
|
|
146 |
src="style/images/help.png"
|
|
147 | 147 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
148 | 148 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %> "><%= metaDataProperty.getLabel() %></label> </div> |
149 | 149 |
<input class="textinput" id="<%= metaDataProperty.getKey() %>" |
lib/admin/auth-configuration.jsp | ||
---|---|---|
94 | 94 |
if (fieldType.equals("select")) { |
95 | 95 |
%> |
96 | 96 |
<div class="form-row"> |
97 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
97 |
<img class="question-mark" src="style/images/help.png"
|
|
98 | 98 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
99 | 99 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div> |
100 | 100 |
<select class="textinput" name="<%= metaDataProperty.getKey() %>"> |
... | ... | |
118 | 118 |
} else if (fieldType.equals("password")) { |
119 | 119 |
%> |
120 | 120 |
<div class="form-row"> |
121 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
121 |
<img class="question-mark" src="style/images/help.png"
|
|
122 | 122 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
123 | 123 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div> |
124 | 124 |
<input class="textinput" id="<%= metaDataProperty.getKey() %>" name="<%= metaDataProperty.getKey() %>" |
... | ... | |
134 | 134 |
} else { |
135 | 135 |
%> |
136 | 136 |
<div class="form-row"> |
137 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
137 |
<img class="question-mark" src="style/images/help.png"
|
|
138 | 138 |
onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/> |
139 | 139 |
<div class="textinput-label"><label for="<%= metaDataProperty.getKey() %>"><%= metaDataProperty.getLabel() %></label></div> |
140 | 140 |
<input class="textinput" id="<%= metaDataProperty.getKey() %>" name="<%= metaDataProperty.getKey() %>" |
lib/admin/geoserver-configuration.jsp | ||
---|---|---|
61 | 61 |
<hr class="config-line"> |
62 | 62 |
|
63 | 63 |
<div class="form-row"> |
64 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
64 |
<img class="question-mark" src="style/images/help.png"
|
|
65 | 65 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_DATA_DIR')"/> |
66 | 66 |
<div class="textinput-label"><label for="geoserver.context" title="Geoserver data directory">Geoserver Data Directory</label></div> |
67 | 67 |
<input class="textinput" id="geoserver.GEOSERVER_DATA_DIR" |
... | ... | |
69 | 69 |
value="<%= request.getAttribute("geoserver.GEOSERVER_DATA_DIR") %>"/> |
70 | 70 |
</div> |
71 | 71 |
<div class="form-row"> |
72 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
72 |
<img class="question-mark" src="style/images/help.png"
|
|
73 | 73 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_REGENERATE_CACHE')"/> |
74 | 74 |
<div class="textinput-label"><label for="spatial.regenerateCacheOnRestart" title="Regenerate spatial cache">Regenerate spatial cache</label></div> |
75 | 75 |
|
... | ... | |
89 | 89 |
|
90 | 90 |
</div> |
91 | 91 |
<div class="form-row"> |
92 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
92 |
<img class="question-mark" src="style/images/help.png"
|
|
93 | 93 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverContext')"/> |
94 | 94 |
<div class="textinput-label"><label for="geoserver.context" title="Geoserver context">Context</label></div> |
95 | 95 |
<input class="textinput" id="geoserver.context" |
... | ... | |
98 | 98 |
</div> |
99 | 99 |
<hr class="config-line"> |
100 | 100 |
<div class="form-row"> |
101 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
101 |
<img class="question-mark" src="style/images/help.png"
|
|
102 | 102 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"/> |
103 | 103 |
<div class="textinput-label"><label for="geoserver.username" title="Geoserver user name">User Name</label></div> |
104 | 104 |
<input class="textinput" id="geoserver.username" |
... | ... | |
106 | 106 |
value="<%= request.getAttribute("geoserver.username") %>"/> |
107 | 107 |
</div> |
108 | 108 |
<div class="form-row"> |
109 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
109 |
<img class="question-mark" src="style/images/help.png"
|
|
110 | 110 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"/> |
111 | 111 |
<div class="textinput-label"><label for="geoserver.password" title="Geoserver user name">Password</label></div> |
112 | 112 |
<input class="textinput" id="geoserver.password" |
lib/admin/organization-configuration.jsp | ||
---|---|---|
112 | 112 |
alt="List of administrators for this installation in LDAP DN syntax (colon separated)"/> |
113 | 113 |
</td> |
114 | 114 |
<td class="config-question-mark"> |
115 |
<img src="style/images/question-mark.gif"
|
|
115 |
<img src="style/images/help.png"
|
|
116 | 116 |
alt="<%= orgProperty.getDescription() %>" |
117 | 117 |
onClick="helpWindow('<%= request.getContextPath() %>', '<%= orgProperty.getHelpFile() %>')"/> |
118 | 118 |
</td> |
lib/admin/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
use sleeker "?" icon for the admin help links