Revision 6690
Added by ben leinfelder about 13 years ago
dataone-configuration.jsp | ||
---|---|---|
162 | 162 |
|
163 | 163 |
</div> |
164 | 164 |
|
165 |
<h3>Synchronization Schedule</h3> |
|
166 |
<hr class="config-line"> |
|
167 |
<div class="form-row"> |
|
168 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
169 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
|
170 |
<div class="textinput-label"> |
|
171 |
<label for="dataone.nodeSynchronization.schedule.year" title="Year">Year</label> |
|
172 |
</div> |
|
173 |
<input class="textinput" |
|
174 |
id="dataone.nodeSynchronization.schedule.year" |
|
175 |
name="dataone.nodeSynchronization.schedule.year" |
|
176 |
value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.year") %>"/> |
|
177 |
</div> |
|
178 |
<div class="form-row"> |
|
179 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
180 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
|
181 |
<div class="textinput-label"> |
|
182 |
<label for="dataone.nodeSynchronization.schedule.mon" title="Month">Month</label> |
|
183 |
</div> |
|
184 |
<input class="textinput" |
|
185 |
id="dataone.nodeSynchronization.schedule.mon" |
|
186 |
name="dataone.nodeSynchronization.schedule.mon" |
|
187 |
value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.mon") %>"/> |
|
188 |
</div> |
|
189 |
<div class="form-row"> |
|
190 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
191 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
|
192 |
<div class="textinput-label"> |
|
193 |
<label for="dataone.nodeSynchronization.schedule.mday" title="Day of Month">Day of Month</label> |
|
194 |
</div> |
|
195 |
<input class="textinput" |
|
196 |
id="dataone.nodeSynchronization.schedule.mday" |
|
197 |
name="dataone.nodeSynchronization.schedule.mday" |
|
198 |
value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.mday") %>"/> |
|
199 |
</div> |
|
200 |
<div class="form-row"> |
|
201 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
202 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
|
203 |
<div class="textinput-label"> |
|
204 |
<label for="dataone.nodeSynchronization.schedule.wday" title="Day of Week">Day of Week</label> |
|
205 |
</div> |
|
206 |
<input class="textinput" |
|
207 |
id="dataone.nodeSynchronization.schedule.wday" |
|
208 |
name="dataone.nodeSynchronization.schedule.wday" |
|
209 |
value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.wday") %>"/> |
|
210 |
</div> |
|
211 |
<div class="form-row"> |
|
212 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
213 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
|
214 |
<div class="textinput-label"> |
|
215 |
<label for="dataone.nodeSynchronization.schedule.hour" title="Hours">Hours</label> |
|
216 |
</div> |
|
217 |
<input class="textinput" |
|
218 |
id="dataone.nodeSynchronization.schedule.hour" |
|
219 |
name="dataone.nodeSynchronization.schedule.hour" |
|
220 |
value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.hour") %>"/> |
|
221 |
</div> |
|
222 |
<div class="form-row"> |
|
223 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
224 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
|
225 |
<div class="textinput-label"> |
|
226 |
<label for="dataone.nodeSynchronization.schedule.min" title="Minutes">Minutes</label> |
|
227 |
</div> |
|
228 |
<input class="textinput" |
|
229 |
id="dataone.nodeSynchronization.schedule.min" |
|
230 |
name="dataone.nodeSynchronization.schedule.min" |
|
231 |
value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.min") %>"/> |
|
232 |
</div> |
|
233 |
<div class="form-row"> |
|
234 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
235 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
|
236 |
<div class="textinput-label"> |
|
237 |
<label for="dataone.nodeSynchronization.schedule.sec" title="Seconds">Seconds</label> |
|
238 |
</div> |
|
239 |
<input class="textinput" |
|
240 |
id="dataone.nodeSynchronization.schedule.sec" |
|
241 |
name="dataone.nodeSynchronization.schedule.sec" |
|
242 |
value="<%= request.getAttribute("dataone.nodeSynchronization.schedule.sec") %>"/> |
|
243 |
</div> |
|
244 |
|
|
165 | 245 |
<input type="hidden" name="configureType" value="dataone"/> |
166 | 246 |
<input type="hidden" name="processForm" value="true"/> |
167 | 247 |
<input class=button type="submit" value="Update"/> |
Also available in: Unified diff
configure synch schedule in the admin screen
https://redmine.dataone.org/issues/1933