Revision 3715
Added by barteau almost 17 years ago
replMain.html | ||
---|---|---|
30 | 30 |
|
31 | 31 |
<head> |
32 | 32 |
<title>Metacat Replication Control Panel</title> |
33 |
<link rel="stylesheet" type="text/css" href="@web-base-url@/default.css">
|
|
33 |
<link rel="stylesheet" type="text/css" href="../default/default.css">
|
|
34 | 34 |
</head> |
35 | 35 |
<body> |
36 | 36 |
|
37 | 37 |
<table class="tabledefault"> |
38 |
<tr><td rowspan="2"><img src="@web-base-url@/images/KNBLogo.gif"></td>
|
|
38 |
<tr><td rowspan="2"><img src="../knb2/images/KNBLogo.gif"></td>
|
|
39 | 39 |
<td colspan="7"> |
40 | 40 |
<div class="title">Metacat Replication Control Panel</div> |
41 | 41 |
</td> |
... | ... | |
60 | 60 |
</tr> |
61 | 61 |
<tr> |
62 | 62 |
<td rowspan="2" width="50%"> |
63 |
<form action="@replication-path@" method="POST" target="bottom">
|
|
63 |
<form action="../../../servlet/replication" method="POST" target="bottom">
|
|
64 | 64 |
<input type="radio" name="action" value="start">Start |
65 | 65 |
Delta T: <input value="172800000" size="15" name="rate"> milliseconds First Time <input value="10:00 PM" size="8" name="firsttime"> (The format should be 10:00 AM) <br> |
66 | 66 |
<input type="radio" name="action" value="stop">Stop <br><br> |
... | ... | |
76 | 76 |
</tr> |
77 | 77 |
<tr> |
78 | 78 |
<td rowspan="2" width="50%"> |
79 |
<form action="@replication-path@" method="POST" target="bottom">
|
|
79 |
<form action="../../../servlet/replication" method="POST" target="bottom">
|
|
80 | 80 |
<input type="radio" name="action" value="getall"> Get All - bring all updated |
81 | 81 |
documents from remote hosts to this server<br><br> |
82 | 82 |
|
... | ... | |
92 | 92 |
</tr> |
93 | 93 |
<tr> |
94 | 94 |
<td rowspan="2" width="50%"> |
95 |
<form action="@replication-path@" method="POST" target="bottom">
|
|
95 |
<form action="../../../servlet/replication" method="POST" target="bottom">
|
|
96 | 96 |
<input type="hidden" name="action" value="servercontrol"> |
97 | 97 |
<input type="radio" name="subaction" value="delete"> Remove this server<br> |
98 | 98 |
<input type="radio" name="subaction" value="add"> Add this server<br> |
... | ... | |
108 | 108 |
</td> |
109 | 109 |
</tr> |
110 | 110 |
</table> |
111 |
<a href="@replication-path@?action=servercontrol&subaction=list" target="bottom">
|
|
111 |
<a href="../../../servlet/replication?action=servercontrol&subaction=list" target="bottom">
|
|
112 | 112 |
Refresh Server List</a> |
113 | 113 |
</body> |
114 | 114 |
</html> |
Also available in: Unified diff
Turnkey installer modification: replaced ant tokens with relative paths. Also corrected path to css file.