Project

General

Profile

« Previous | Next » 

Revision 6673

remove replication control panel from dev skin -- now in admin interface
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5528

View differences:

lib/style/skins/dev/replControl.html
1
<!--
2
  *  '$RCSfile$'
3
  *      Authors: Chad Berkley
4
  *    Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *  For Details: http://www.nceas.ucsb.edu/
7
  *
8
  *   '$Author$'
9
  *     '$Date$'
10
  * '$Revision$'
11
  * 
12
  * This is an HTML document for loading an xml document into Oracle
13
  *
14
  * This program is free software; you can redistribute it and/or modify
15
  * it under the terms of the GNU General Public License as published by
16
  * the Free Software Foundation; either version 2 of the License, or
17
  * (at your option) any later version.
18
  *
19
  * This program is distributed in the hope that it will be useful,
20
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
  * GNU General Public License for more details.
23
  *
24
  * You should have received a copy of the GNU General Public License
25
  * along with this program; if not, write to the Free Software
26
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27
-->
28
  <HTML>
29
  <HEAD>
30
  <TITLE>MetaCat</TITLE>
31
  <link rel="stylesheet" type="text/css" href="./rowcol.css">
32
  </HEAD> 
33
  <FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0>
34

  
35
    <FRAMESET ROWS="*,150"  FRAMEBORDER=0 BORDER=0>
36
    
37
    <FRAME SRC="replMain.html" BORDER=0 NAME="top">
38

  
39
    <FRAME SRC="../../../admin?configureType=replication&action=servercontrol&subaction=list"
40
           name="bottom">
41

  
42
    </FRAMESET>
43
  </FRAMESET>
44 0

  
lib/style/skins/dev/replMain.html
1
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.0//EN">
2
<!--
3
  *  '$RCSfile$'
4
  *      Authors: Chad Berkley
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *
9
  *   '$Author$'
10
  *     '$Date$'
11
  * '$Revision$'
12
  * 
13
  * This is an HTML document for loading an xml document into Oracle
14
  *
15
  * This program is free software; you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
17
  * the Free Software Foundation; either version 2 of the License, or
18
  * (at your option) any later version.
19
  *
20
  * This program is distributed in the hope that it will be useful,
21
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
  * GNU General Public License for more details.
24
  *
25
  * You should have received a copy of the GNU General Public License
26
  * along with this program; if not, write to the Free Software
27
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
-->
29
<html>
30

  
31
<head>
32
  <title>Metacat Replication Control Panel</title>
33
  <link rel="stylesheet" type="text/css" href="../default/default.css">
34
</head>
35
<body>
36

  
37
<table class="tabledefault">
38
<tr><td rowspan="2"><img src="../knb2/images/KNBLogo.gif"></td>
39
<td colspan="7">
40
<div class="title">Metacat Replication Control Panel</div>
41
</td>
42
</tr>
43
<tr>
44
  <td><a href="." class="toollink"> KNB </a></td>
45
  <td><a href="data.html" class="toollink"> Data </a></td>
46
  <td><a href="people.html" class="toollink"> People </a></td>
47
  <td><a href="informatics" class="toollink"> Informatics </a></td>
48
  <td><a href="biodiversity" class="toollink"> Biodiversity </a></td>
49
  <td><a href="education" class="toollink"> Education </a></td>
50
  <td><a href="software" class="toollink"> Software </a></td>
51
</tr>
52
</table>
53

  
54
<p>&nbsp;</p>
55

  
56
<table border="0" cellpadding="4" cellspacing="0" width="100%" 
57
       class="tablepanel">
58
  <tr class="tablehead">
59
    <td><b>Time Handler</b></td>
60
  </tr>
61
  <tr>
62
    <td rowspan="2" width="50%">
63
    <form action="../../../admin" method="POST" target="bottom">
64
      <input type="hidden" name="configureType" value="replication">    
65
      <input type="radio"  name="action" value="start">Start 
66
      &nbsp;&nbsp; Delta T: <input value="172800000" size="15" name="rate"> milliseconds &nbsp;&nbsp; First Time <input value="10:00 PM" size="8" name="firsttime">&nbsp;(The format should be 10:00 AM) <br>
67
      <input type="radio"  name="action" value="stop">Stop <br><br>
68
      <input type="submit" value="Submit" target="bottom">
69
    </form>
70
    </td>
71
  </tr>
72
</table>
73
<table border="0" cellpadding="4" cellspacing="0" width="100%" 
74
       class="tablepanel">
75
  <tr class="tablehead">
76
    <td><b>Replicate Now</b></td>
77
  </tr>
78
  <tr>
79
    <td rowspan="2" width="50%">
80
    <form action="../../../admin" method="POST" target="bottom">
81
      <input type="hidden" name="action" value="getall">
82
      <input type="hidden" name="configureType" value="replication">    
83
      Get All - bring all updated documents from remote hosts to this server
84
      <br>
85
      <br>
86
      <input type="submit" value="Submit" target="bottom">
87
    </form>
88
    </td>
89
  </tr>
90
</table>
91
<table border="1" cellpadding="4" cellspacing="0" width="100%" 
92
       class="tablepanel">
93
  <tr class="tablehead">
94
    <td><b>Servers</b></td>
95
  </tr>
96
  <tr>
97
    <td rowspan="2" width="50%">
98
    <form action="../../../admin" method="POST" target="bottom">
99
      <input type="hidden" name="configureType" value="replication">    
100
      <input type="hidden" name="action" value="servercontrol">
101
      <input type="radio" name="subaction" value="delete"> Remove this server<br>
102
      <input type="radio" name="subaction" value="add"> Add this server<br>
103
      <input size="30" name="server" >  <br>
104
      Replicate xml doc To server (1 or 0)?: <input size="2" name="replicate"> <br>
105
      Replicate data file To server (1 or 0)?: <input size="2" name="datareplicate"> <br>
106
      Replicate system metadata To server (1 or 0)?: <input size="2" name="systemmetadatareplicate"> <br>
107
      Localhost is a hub to server (1 or 0)?: <input size="2" name="hub"> <br>
108
      Download certificate from<br>
109
      <input type="text" size="30" name="certificate">
110
      <br><br>
111
      <input type="submit" value="Submit" target="bottom">
112
    </form>
113
    </td>
114
  </tr>
115
</table>
116
<a href="../../../admin?configureType=replication&action=servercontrol&subaction=list" target="bottom">
117
Refresh Server List</a>
118
</body>
119
</html>
120 0

  
lib/style/skins/dev/devtools.html
10 10
      <li><a href="upload.html">upload bin data</a></li>
11 11
      <li><a href="index.jsp">see docs</a></li>
12 12
      <li><a href="validate.html">validate a doc</a></li>
13
      <li><a href="replControl.html">replication control</a></li>
14 13
      <li><a href="querymetacat.html">query the db</a></li>
15 14
      <li><a href="map.jsp">map interface</a></li>
16 15
    </ul>

Also available in: Unified diff