Revision 6674
Added by ben leinfelder about 13 years ago
lib/admin/replication-configuration-include.jsp | ||
---|---|---|
51 | 51 |
<form action="<%=request.getContextPath()%>/admin" method="POST" target="bottom"> |
52 | 52 |
|
53 | 53 |
<div class="form-row"> |
54 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
54 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
55 | 55 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
56 | 56 |
<div class="textinput-label"> |
57 | 57 |
<label for="rate" title="Rate">Delta T (milliseconds)</label> |
... | ... | |
62 | 62 |
value="172800000"/> |
63 | 63 |
</div> |
64 | 64 |
<div class="form-row"> |
65 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
65 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
66 | 66 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
67 | 67 |
<div class="textinput-label"> |
68 | 68 |
<label for="firsttime" title="First Time (The format should be 10:00 AM)">First Time</label> |
... | ... | |
73 | 73 |
value="10:00 PM"/> |
74 | 74 |
</div> |
75 | 75 |
<div class="form-row"> |
76 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
76 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
77 | 77 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
78 | 78 |
<div class="textinput-label"> |
79 | 79 |
<label for="action" title="Action">Timer</label> |
... | ... | |
118 | 118 |
|
119 | 119 |
<form action="<%=request.getContextPath()%>/admin" method="POST" target="bottom"> |
120 | 120 |
<div class="form-row"> |
121 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
121 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
122 | 122 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
123 | 123 |
<div class="textinput-label"> |
124 | 124 |
<label for="subaction" title="Action"> </label> |
... | ... | |
137 | 137 |
value="delete"/>Remove |
138 | 138 |
</div> |
139 | 139 |
<div class="form-row"> |
140 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
140 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
141 | 141 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
142 | 142 |
<div class="textinput-label"> |
143 | 143 |
<label for="server" title="Server">Server</label> |
... | ... | |
148 | 148 |
value=""/> |
149 | 149 |
</div> |
150 | 150 |
<div class="form-row"> |
151 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
151 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
152 | 152 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
153 | 153 |
<div class="textinput-label"> |
154 | 154 |
<label for="replicate" title="Replicate">Replicate metadata?</label> |
... | ... | |
167 | 167 |
value="0"/>No |
168 | 168 |
</div> |
169 | 169 |
<div class="form-row"> |
170 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
170 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
171 | 171 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
172 | 172 |
<div class="textinput-label"> |
173 | 173 |
<label for="datareplicate" title="Replicate data">Replicate data?</label> |
... | ... | |
186 | 186 |
value="0"/>No |
187 | 187 |
</div> |
188 | 188 |
<div class="form-row"> |
189 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
189 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
190 | 190 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
191 | 191 |
<div class="textinput-label"> |
192 | 192 |
<label for="systemmetadatareplicate" title="Replicate System Metadata">Replicate SystemMetadata?</label> |
... | ... | |
205 | 205 |
value="0"/>No |
206 | 206 |
</div> |
207 | 207 |
<div class="form-row"> |
208 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
208 |
<img class="question-mark" src="<%=request.getContextPath()%>/style/images/question-mark.gif"
|
|
209 | 209 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#replication')"/> |
210 | 210 |
<div class="textinput-label"> |
211 | 211 |
<label for="hub" title="Hub">Localhost is a hub?</label> |
Also available in: Unified diff
correct path for question mark icon -- though the documentation link is broken