Revision 631
Added by berkley about 24 years ago
replMain.html | ||
---|---|---|
33 | 33 |
</tr> |
34 | 34 |
<tr> |
35 | 35 |
<td rowspan="2" width="50%"> |
36 |
<form action="@replication-path@" method="POST"> |
|
36 |
<form action="@replication-path@" method="POST" target="bottom">
|
|
37 | 37 |
<input type="radio" name="action" value="start">Start |
38 | 38 |
Delta T: <input value="30" size="4" name="rate"> seconds<br> |
39 | 39 |
<input type="radio" name="action" value="stop">Stop <br><br> |
40 |
<input type="submit" value="Submit"> |
|
40 |
<input type="submit" value="Submit" target="bottom">
|
|
41 | 41 |
</form> |
42 | 42 |
</td> |
43 | 43 |
</tr> |
... | ... | |
49 | 49 |
</tr> |
50 | 50 |
<tr> |
51 | 51 |
<td rowspan="2" width="50%"> |
52 |
<form action="@replication-path@" method="POST"> |
|
52 |
<form action="@replication-path@" method="POST" target="bottom">
|
|
53 | 53 |
<input type="radio" name="action" value="getall"> Get All - bring all updated |
54 | 54 |
documents from remote hosts to this server<br><br> |
55 | 55 |
|
56 |
<input type="submit" value="Submit"> |
|
56 |
<input type="submit" value="Submit" target="bottom">
|
|
57 | 57 |
</form> |
58 | 58 |
</td> |
59 | 59 |
</tr> |
... | ... | |
65 | 65 |
</tr> |
66 | 66 |
<tr> |
67 | 67 |
<td rowspan="2" width="50%"> |
68 |
<form action="@replication-path@" method="POST"> |
|
68 |
<form action="@replication-path@" method="POST" target="bottom">
|
|
69 | 69 |
<input type="hidden" name="action" value="servercontrol"> |
70 | 70 |
<input type="radio" name="subaction" value="delete"> Remove this server<br> |
71 | 71 |
<input type="radio" name="subaction" value="add"> Add this server<br> |
72 | 72 |
<input size="30" name="server" > <br>Replicate To (1 or 0)?: |
73 | 73 |
<input size="2" name="replicate"> |
74 | 74 |
<br><br> |
75 |
<input type="submit" value="Submit"> |
|
75 |
<input type="submit" value="Submit" target="bottom">
|
|
76 | 76 |
</form> |
77 |
<form action="@replication-path@" method="POST"> |
|
78 | 77 |
</td> |
79 | 78 |
</tr> |
80 | 79 |
</table> |
Also available in: Unified diff
changed replication interface to make it easier to see the servers.