7317 |
03 Apr 17 |
nicklas |
1 |
<%@ page pageEncoding="UTF-8" session="false" |
7317 |
03 Apr 17 |
nicklas |
2 |
%> |
7317 |
03 Apr 17 |
nicklas |
3 |
<%@ taglib prefix="base" uri="/WEB-INF/base.tld" %> |
7317 |
03 Apr 17 |
nicklas |
4 |
<%@ taglib prefix="t" uri="/WEB-INF/tab.tld" %> |
7317 |
03 Apr 17 |
nicklas |
5 |
<% |
7317 |
03 Apr 17 |
nicklas |
6 |
|
7317 |
03 Apr 17 |
nicklas |
7 |
%> |
7317 |
03 Apr 17 |
nicklas |
8 |
<base:page type="popup" title="Restart job"> |
7317 |
03 Apr 17 |
nicklas |
9 |
<base:head scripts="~restart_job_options.js" /> |
7317 |
03 Apr 17 |
nicklas |
10 |
<base:body> |
7317 |
03 Apr 17 |
nicklas |
11 |
<h1>Restart job</h1> |
7317 |
03 Apr 17 |
nicklas |
12 |
|
7317 |
03 Apr 17 |
nicklas |
13 |
<form name="options"> |
7317 |
03 Apr 17 |
nicklas |
14 |
<div class="content bottomborder"> |
7317 |
03 Apr 17 |
nicklas |
15 |
<table class="fullform input100"> |
7317 |
03 Apr 17 |
nicklas |
16 |
<tr style="vertical-align: top; display:none;" id="parameterVersionSection"> |
7317 |
03 Apr 17 |
nicklas |
17 |
<th>Parameters</th> |
7317 |
03 Apr 17 |
nicklas |
18 |
<td> |
7317 |
03 Apr 17 |
nicklas |
19 |
<div class="messagecontainer note"> |
7317 |
03 Apr 17 |
nicklas |
20 |
The configuration parameters for the plugin has changed since |
7317 |
03 Apr 17 |
nicklas |
21 |
the job was added to the job queue. Which parameters do you |
7317 |
03 Apr 17 |
nicklas |
22 |
want to use? |
7317 |
03 Apr 17 |
nicklas |
23 |
</div> |
7317 |
03 Apr 17 |
nicklas |
24 |
|
7317 |
03 Apr 17 |
nicklas |
25 |
<label><input type="radio" name="useLatestParameters" |
7317 |
03 Apr 17 |
nicklas |
26 |
value="1">Use the new parameters |
7317 |
03 Apr 17 |
nicklas |
27 |
(version = <span id="latestVersion"></span>)</label><br> |
7317 |
03 Apr 17 |
nicklas |
28 |
<label><input type="radio" name="useLatestParameters" |
7317 |
03 Apr 17 |
nicklas |
29 |
value="0" id="useLatestParameters">Use the current parameters |
7317 |
03 Apr 17 |
nicklas |
30 |
(version = <span id="currentVersion"></span>)</label><br> |
7317 |
03 Apr 17 |
nicklas |
31 |
</td> |
7317 |
03 Apr 17 |
nicklas |
32 |
</tr> |
7317 |
03 Apr 17 |
nicklas |
33 |
<tr style="vertical-align: top; display:none;" id="breakPointSection"> |
7317 |
03 Apr 17 |
nicklas |
34 |
<th>Breakpoint</th> |
7317 |
03 Apr 17 |
nicklas |
35 |
<td> |
7317 |
03 Apr 17 |
nicklas |
36 |
<div class="messagecontainer note"> |
7317 |
03 Apr 17 |
nicklas |
37 |
This job can be restarted from the beginning or |
7317 |
03 Apr 17 |
nicklas |
38 |
resumed from a breakpoint. |
7317 |
03 Apr 17 |
nicklas |
39 |
What do you want to do? |
7317 |
03 Apr 17 |
nicklas |
40 |
</div> |
7317 |
03 Apr 17 |
nicklas |
41 |
<label><input type="radio" name="resumeFromBreakPoint" |
7317 |
03 Apr 17 |
nicklas |
42 |
value="1">Resume from breakpoint <i><span id="breakPoint"></span></i></label><br> |
7317 |
03 Apr 17 |
nicklas |
43 |
<label><input type="radio" name="resumeFromBreakPoint" |
7317 |
03 Apr 17 |
nicklas |
44 |
value="0" id="resumeFromBreakPoint">Restart from beginning</label><br> |
7317 |
03 Apr 17 |
nicklas |
45 |
</td> |
7317 |
03 Apr 17 |
nicklas |
46 |
</tr> |
7317 |
03 Apr 17 |
nicklas |
47 |
<tr class="dynamic"> |
7317 |
03 Apr 17 |
nicklas |
48 |
<th></th> |
7317 |
03 Apr 17 |
nicklas |
49 |
<td> |
7317 |
03 Apr 17 |
nicklas |
50 |
</td> |
7317 |
03 Apr 17 |
nicklas |
51 |
</tr> |
7317 |
03 Apr 17 |
nicklas |
52 |
</table> |
7317 |
03 Apr 17 |
nicklas |
53 |
|
7317 |
03 Apr 17 |
nicklas |
54 |
</div> |
7317 |
03 Apr 17 |
nicklas |
55 |
</form> |
7317 |
03 Apr 17 |
nicklas |
56 |
|
7317 |
03 Apr 17 |
nicklas |
57 |
<base:buttongroup subclass="dialogbuttons"> |
7317 |
03 Apr 17 |
nicklas |
58 |
<base:button id="btnOk" title="Ok" /> |
7317 |
03 Apr 17 |
nicklas |
59 |
<base:button id="close" title="Cancel" /> |
7317 |
03 Apr 17 |
nicklas |
60 |
</base:buttongroup> |
7317 |
03 Apr 17 |
nicklas |
61 |
</base:body> |
7317 |
03 Apr 17 |
nicklas |
62 |
</base:page> |
7317 |
03 Apr 17 |
nicklas |
63 |
|