Revision 7423
Added by ben leinfelder about 12 years ago
replication-configuration-include.jsp | ||
---|---|---|
52 | 52 |
|
53 | 53 |
<div class="form-row"> |
54 | 54 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
55 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
55 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
56 | 56 |
<div class="textinput-label"> |
57 | 57 |
<label for="rate" title="Rate">Delta T (milliseconds)</label> |
58 | 58 |
</div> |
... | ... | |
63 | 63 |
</div> |
64 | 64 |
<div class="form-row"> |
65 | 65 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
66 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
66 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
67 | 67 |
<div class="textinput-label"> |
68 | 68 |
<label for="firsttime" title="First Time (The format should be 10:00 AM)">First Time</label> |
69 | 69 |
</div> |
... | ... | |
74 | 74 |
</div> |
75 | 75 |
<div class="form-row"> |
76 | 76 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
77 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
77 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
78 | 78 |
<div class="textinput-label"> |
79 | 79 |
<label for="action" title="Action">Timer</label> |
80 | 80 |
</div> |
... | ... | |
119 | 119 |
<form action="<%=request.getContextPath()%>/admin" method="POST" target="bottom"> |
120 | 120 |
<div class="form-row"> |
121 | 121 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
122 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
122 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
123 | 123 |
<div class="textinput-label"> |
124 | 124 |
<label for="subaction" title="Action"> </label> |
125 | 125 |
</div> |
... | ... | |
138 | 138 |
</div> |
139 | 139 |
<div class="form-row"> |
140 | 140 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
141 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
141 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
142 | 142 |
<div class="textinput-label"> |
143 | 143 |
<label for="server" title="Server">Server</label> |
144 | 144 |
</div> |
... | ... | |
149 | 149 |
</div> |
150 | 150 |
<div class="form-row"> |
151 | 151 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
152 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
152 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
153 | 153 |
<div class="textinput-label"> |
154 | 154 |
<label for="replicate" title="Replicate">Replicate metadata?</label> |
155 | 155 |
</div> |
... | ... | |
168 | 168 |
</div> |
169 | 169 |
<div class="form-row"> |
170 | 170 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
171 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
171 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
172 | 172 |
<div class="textinput-label"> |
173 | 173 |
<label for="datareplicate" title="Replicate data">Replicate data?</label> |
174 | 174 |
</div> |
... | ... | |
187 | 187 |
</div> |
188 | 188 |
<div class="form-row"> |
189 | 189 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif" |
190 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/>
|
|
190 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/replication.html')"/>
|
|
191 | 191 |
<div class="textinput-label"> |
192 | 192 |
<label for="hub" title="Hub">Localhost is a hub?</label> |
193 | 193 |
</div> |
Also available in: Unified diff
correct the "?" links in the admin pages to the docs pages that are deployed as part of metacat.