metacat/lib/replControl.html @ 657
1 |
<HTML>
|
---|---|
2 |
<HEAD>
|
3 |
<TITLE>MetaCat</TITLE> |
4 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css"> |
5 |
</HEAD>
|
6 |
<FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0> |
7 |
|
8 |
<FRAMESET ROWS="*,200" FRAMEBORDER=0 BORDER=0> |
9 |
|
10 |
<FRAME SRC="replMain.html" BORDER=0 NAME="top"> |
11 |
|
12 |
<FRAME SRC="@replication-path@?action=servercontrol&subaction=list" |
13 |
name="bottom"> |
14 |
|
15 |
</FRAMESET>
|
16 |
</FRAMESET>
|