Revision 3714
Added by barteau almost 17 years ago
replControl.html | ||
---|---|---|
28 | 28 |
<HTML> |
29 | 29 |
<HEAD> |
30 | 30 |
<TITLE>MetaCat</TITLE> |
31 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
|
31 |
<link rel="stylesheet" type="text/css" href="./rowcol.css">
|
|
32 | 32 |
</HEAD> |
33 | 33 |
<FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0> |
34 | 34 |
|
... | ... | |
36 | 36 |
|
37 | 37 |
<FRAME SRC="replMain.html" BORDER=0 NAME="top"> |
38 | 38 |
|
39 |
<FRAME SRC="@replication-path@?action=servercontrol&subaction=list"
|
|
39 |
<FRAME SRC="../../../servlet/replication?action=servercontrol&subaction=list"
|
|
40 | 40 |
name="bottom"> |
41 | 41 |
|
42 | 42 |
</FRAMESET> |
Also available in: Unified diff
Turnkey installer modification: replace ant tokens with relative paths.