Revision 7423
Added by ben leinfelder about 12 years ago
lib/metacat.properties.metadata.xml | ||
---|---|---|
43 | 43 |
<description> |
44 | 44 |
Default skin type. Not shown on config page but we want it to backup. |
45 | 45 |
</description> |
46 |
<helpFile>properties.html#application.default-style</helpFile> |
|
46 |
<helpFile>docs/metacat-properties.html#application.default-style</helpFile>
|
|
47 | 47 |
</config> |
48 | 48 |
|
49 | 49 |
<config> |
... | ... | |
54 | 54 |
<description> |
55 | 55 |
Name of database user to own all tables. |
56 | 56 |
</description> |
57 |
<helpFile>properties.html#database.user</helpFile> |
|
57 |
<helpFile>docs/metacat-properties.html#database.user</helpFile>
|
|
58 | 58 |
</config> |
59 | 59 |
|
60 | 60 |
<config> |
... | ... | |
64 | 64 |
<index>2</index> |
65 | 65 |
<fieldType>password</fieldType> |
66 | 66 |
<description>Password for database user.</description> |
67 |
<helpFile>properties.html#database.password</helpFile> |
|
67 |
<helpFile>docs/metacat-properties.html#database.password</helpFile>
|
|
68 | 68 |
</config> |
69 | 69 |
|
70 | 70 |
<config> |
... | ... | |
86 | 86 |
<value>sqlserver</value> |
87 | 87 |
</option --> |
88 | 88 |
<description>What kind of database is running.</description> |
89 |
<helpFile>properties.html#database.type</helpFile> |
|
89 |
<helpFile>docs/metacat-properties.html#database.type</helpFile>
|
|
90 | 90 |
</config> |
91 | 91 |
|
92 | 92 |
<config> |
... | ... | |
111 | 111 |
Which driver is required. This should conform to your |
112 | 112 |
database type. |
113 | 113 |
</description> |
114 |
<helpFile>properties.html#database.driver</helpFile> |
|
114 |
<helpFile>docs/metacat-properties.html#database.driver</helpFile>
|
|
115 | 115 |
</config> |
116 | 116 |
|
117 | 117 |
<config> |
... | ... | |
136 | 136 |
Which adapter is required. This should conform to your |
137 | 137 |
database type. |
138 | 138 |
</description> |
139 |
<helpFile>properties.html#database.adapter</helpFile> |
|
139 |
<helpFile>docs/metacat-properties.html#database.adapter</helpFile>
|
|
140 | 140 |
</config> |
141 | 141 |
|
142 | 142 |
<config> |
... | ... | |
145 | 145 |
<group>1</group> |
146 | 146 |
<index>6</index> |
147 | 147 |
<description>Database connection string.</description> |
148 |
<helpFile>properties.html#database.connectionURI</helpFile> |
|
148 |
<helpFile>docs/metacat-properties.html#database.connectionURI</helpFile>
|
|
149 | 149 |
</config> |
150 | 150 |
|
151 | 151 |
<config> |
... | ... | |
156 | 156 |
<description> |
157 | 157 |
Name of the server where Metacat will be available. |
158 | 158 |
</description> |
159 |
<helpFile>properties.html#server.name</helpFile> |
|
159 |
<helpFile>docs/metacat-properties.html#server.name</helpFile>
|
|
160 | 160 |
</config> |
161 | 161 |
|
162 | 162 |
<config> |
... | ... | |
167 | 167 |
<description> |
168 | 168 |
Non secure port where Metacat will be available. |
169 | 169 |
</description> |
170 |
<helpFile>properties.html#server.httpPort</helpFile> |
|
170 |
<helpFile>docs/metacat-properties.html#server.httpPort</helpFile>
|
|
171 | 171 |
</config> |
172 | 172 |
|
173 | 173 |
<config> |
... | ... | |
178 | 178 |
<description> |
179 | 179 |
Secure port where Metacat will be available. |
180 | 180 |
</description> |
181 |
<helpFile>properties.html#server.httpSSLPort</helpFile> |
|
181 |
<helpFile>docs/metacat-properties.html#server.httpSSLPort</helpFile>
|
|
182 | 182 |
</config> |
183 | 183 |
|
184 | 184 |
<config> |
... | ... | |
189 | 189 |
<description> |
190 | 190 |
The directory where the application is deployed. |
191 | 191 |
</description> |
192 |
<helpFile>properties.html#application.deployDir</helpFile> |
|
192 |
<helpFile>docs/metacat-properties.html#application.deployDir</helpFile>
|
|
193 | 193 |
</config> |
194 | 194 |
|
195 | 195 |
<config> |
... | ... | |
198 | 198 |
<group>3</group> |
199 | 199 |
<index>1</index> |
200 | 200 |
<description>Allowed Submitters</description> |
201 |
<helpFile>properties.html#auth.allowedSubmitters</helpFile> |
|
201 |
<helpFile>docs/metacat-properties.html#auth.allowedSubmitters</helpFile>
|
|
202 | 202 |
</config> |
203 | 203 |
|
204 | 204 |
<config> |
... | ... | |
207 | 207 |
<group>3</group> |
208 | 208 |
<index>2</index> |
209 | 209 |
<description>Denied Submitters</description> |
210 |
<helpFile>properties.html#auth.deniedSubmitters</helpFile> |
|
210 |
<helpFile>docs/metacat-properties.html#auth.deniedSubmitters</helpFile>
|
|
211 | 211 |
</config> |
212 | 212 |
|
213 | 213 |
<config> |
... | ... | |
219 | 219 |
Name of the context under which Metacat will run. This is |
220 | 220 |
the directory in which the Metacat war file is deployed. |
221 | 221 |
</description> |
222 |
<helpFile>properties.html#application.context</helpFile> |
|
222 |
<helpFile>docs/metacat-properties.html#application.context</helpFile>
|
|
223 | 223 |
</config> |
224 | 224 |
|
225 | 225 |
<config> |
... | ... | |
231 | 231 |
Location of KNB website. Usually left as |
232 | 232 |
http://knb.ecoinformatics.org |
233 | 233 |
</description> |
234 |
<helpFile>properties.html#application.knbSiteURL</helpFile> |
|
234 |
<helpFile>docs/metacat-properties.html#application.knbSiteURL</helpFile>
|
|
235 | 235 |
</config> |
236 | 236 |
|
237 | 237 |
<config> |
... | ... | |
243 | 243 |
Where to store data. This should be some location outside |
244 | 244 |
the knb install direcories. |
245 | 245 |
</description> |
246 |
<helpFile>properties.html#application.datafilepath</helpFile> |
|
246 |
<helpFile>docs/metacat-properties.html#application.datafilepath</helpFile>
|
|
247 | 247 |
</config> |
248 | 248 |
|
249 | 249 |
<config> |
... | ... | |
255 | 255 |
Where to store inline data. This should be some location |
256 | 256 |
outside the knb install direcories. |
257 | 257 |
</description> |
258 |
<helpFile>properties.html#application.inlinedatafilepath</helpFile> |
|
258 |
<helpFile>docs/metacat-properties.html#application.inlinedatafilepath</helpFile>
|
|
259 | 259 |
</config> |
260 | 260 |
|
261 | 261 |
<config> |
... | ... | |
267 | 267 |
Where to store metadata documents. This should be some location |
268 | 268 |
outside the knb install direcories. |
269 | 269 |
</description> |
270 |
<helpFile>properties.html#application.documentfilepath</helpFile> |
|
270 |
<helpFile>docs/metacat-properties.html#application.documentfilepath</helpFile>
|
|
271 | 271 |
</config> |
272 | 272 |
|
273 | 273 |
<config> |
... | ... | |
281 | 281 |
set to a directory that is dedicated solely to temporary data, |
282 | 282 |
since the contents may be deleted programatically.</font> |
283 | 283 |
</description> |
284 |
<helpFile>properties.html#application.tempDir</helpFile> |
|
284 |
<helpFile>docs/metacat-properties.html#application.tempDir</helpFile>
|
|
285 | 285 |
</config> |
286 | 286 |
|
287 | 287 |
<config> |
... | ... | |
292 | 292 |
<description> |
293 | 293 |
The directory where replication log should be located. |
294 | 294 |
</description> |
295 |
<helpFile>properties.html#replication.logdir</helpFile> |
|
295 |
<helpFile>docs/metacat-properties.html#replication.logdir</helpFile>
|
|
296 | 296 |
</config> |
297 | 297 |
|
298 | 298 |
<!-- START Data Manager configuration --> |
... | ... | |
304 | 304 |
<description> |
305 | 305 |
Host or IP of database server |
306 | 306 |
</description> |
307 |
<helpFile>properties.html#datamanager.server</helpFile> |
|
307 |
<helpFile>docs/metacat-properties.html#datamanager.server</helpFile>
|
|
308 | 308 |
</config> |
309 | 309 |
|
310 | 310 |
<config> |
... | ... | |
315 | 315 |
<description> |
316 | 316 |
Name of the data manager database |
317 | 317 |
</description> |
318 |
<helpFile>properties.html#datamanager.database</helpFile> |
|
318 |
<helpFile>docs/metacat-properties.html#datamanager.database</helpFile>
|
|
319 | 319 |
</config> |
320 | 320 |
|
321 | 321 |
<config> |
... | ... | |
326 | 326 |
<description> |
327 | 327 |
Name of database user to own all tables. |
328 | 328 |
</description> |
329 |
<helpFile>properties.html#datamanager.user</helpFile> |
|
329 |
<helpFile>docs/metacat-properties.html#datamanager.user</helpFile>
|
|
330 | 330 |
</config> |
331 | 331 |
|
332 | 332 |
<config> |
... | ... | |
336 | 336 |
<index>4</index> |
337 | 337 |
<fieldType>password</fieldType> |
338 | 338 |
<description>Password for database user.</description> |
339 |
<helpFile>properties.html#datamanager.password</helpFile> |
|
339 |
<helpFile>docs/metacat-properties.html#datamanager.password</helpFile>
|
|
340 | 340 |
</config> |
341 | 341 |
<!-- END Data Manager configuration --> |
342 | 342 |
|
... | ... | |
347 | 347 |
<group>5</group> |
348 | 348 |
<index>1</index> |
349 | 349 |
<description>Comma-separated list of fully-qualified class names that implement MetacatHandlerPlugin interface</description> |
350 |
<helpFile>properties.html#plugin.handlers</helpFile> |
|
350 |
<helpFile>docs/metacat-properties.html#plugin.handlers</helpFile>
|
|
351 | 351 |
</config> |
352 | 352 |
|
353 | 353 |
<!-- DataONE configuration --> |
lib/admin/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> |
lib/admin/geoserver-configuration.jsp | ||
---|---|---|
62 | 62 |
|
63 | 63 |
<div class="form-row"> |
64 | 64 |
<img class="question-mark" src="style/images/question-mark.gif" |
65 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GEOSERVER_DATA_DIR')"/>
|
|
65 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_DATA_DIR')"/>
|
|
66 | 66 |
<div class="textinput-label"><label for="geoserver.context" title="Geoserver data directory">Geoserver Data Directory</label></div> |
67 | 67 |
<input class="textinput" id="geoserver.GEOSERVER_DATA_DIR" |
68 | 68 |
name="geoserver.GEOSERVER_DATA_DIR" |
... | ... | |
70 | 70 |
</div> |
71 | 71 |
<div class="form-row"> |
72 | 72 |
<img class="question-mark" src="style/images/question-mark.gif" |
73 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GEOSERVER_REGENERATE_CACHE')"/>
|
|
73 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_REGENERATE_CACHE')"/>
|
|
74 | 74 |
<div class="textinput-label"><label for="spatial.regenerateCacheOnRestart" title="Regenerate spatial cache">Regenerate spatial cache</label></div> |
75 | 75 |
|
76 | 76 |
<% |
... | ... | |
90 | 90 |
</div> |
91 | 91 |
<div class="form-row"> |
92 | 92 |
<img class="question-mark" src="style/images/question-mark.gif" |
93 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GeoserverContext')"/>
|
|
93 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverContext')"/>
|
|
94 | 94 |
<div class="textinput-label"><label for="geoserver.context" title="Geoserver context">Context</label></div> |
95 | 95 |
<input class="textinput" id="geoserver.context" |
96 | 96 |
name="geoserver.context" |
... | ... | |
99 | 99 |
<hr class="config-line"> |
100 | 100 |
<div class="form-row"> |
101 | 101 |
<img class="question-mark" src="style/images/question-mark.gif" |
102 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GeoserverUpdatePassword')"/>
|
|
102 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"/>
|
|
103 | 103 |
<div class="textinput-label"><label for="geoserver.username" title="Geoserver user name">User Name</label></div> |
104 | 104 |
<input class="textinput" id="geoserver.username" |
105 | 105 |
name="geoserver.username" readonly="readonly" |
... | ... | |
107 | 107 |
</div> |
108 | 108 |
<div class="form-row"> |
109 | 109 |
<img class="question-mark" src="style/images/question-mark.gif" |
110 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GeoserverUpdatePassword')"/>
|
|
110 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"/>
|
|
111 | 111 |
<div class="textinput-label"><label for="geoserver.password" title="Geoserver user name">Password</label></div> |
112 | 112 |
<input class="textinput" id="geoserver.password" |
113 | 113 |
name="geoserver.password" |
lib/org.properties.metadata.xml | ||
---|---|---|
17 | 17 |
<group>1</group> |
18 | 18 |
<index>1</index> |
19 | 19 |
<description>The display name of organization</description> |
20 |
<helpFile>properties.html#ldap.org</helpFile> |
|
20 |
<helpFile>docs/metacat-properties.html#ldap.org</helpFile>
|
|
21 | 21 |
</config> |
22 | 22 |
|
23 | 23 |
<config> |
... | ... | |
26 | 26 |
<group>1</group> |
27 | 27 |
<index>2</index> |
28 | 28 |
<description>LDAP Organization</description> |
29 |
<helpFile>properties.html#ldap.org</helpFile> |
|
29 |
<helpFile>docs/metacat-properties.html#ldap.org</helpFile>
|
|
30 | 30 |
</config> |
31 | 31 |
|
32 | 32 |
<config> |
... | ... | |
35 | 35 |
<group>1</group> |
36 | 36 |
<index>3</index> |
37 | 37 |
<description>LDAP Base.</description> |
38 |
<helpFile>properties.html#organization.base</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#organization.base</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
44 | 44 |
<group>1</group> |
45 | 45 |
<index>4</index> |
46 | 46 |
<description>LDAP User Name</description> |
47 |
<helpFile>properties.html#ldap.user</helpFile> |
|
47 |
<helpFile>docs/metacat-properties.html#ldap.user</helpFile>
|
|
48 | 48 |
</config> |
49 | 49 |
|
50 | 50 |
<config> |
... | ... | |
54 | 54 |
<fieldType>password</fieldType> |
55 | 55 |
<index>5</index> |
56 | 56 |
<description>LDAP Password</description> |
57 |
<helpFile>properties.html#ldap.passwd</helpFile> |
|
57 |
<helpFile>docs/metacat-properties.html#ldap.passwd</helpFile>
|
|
58 | 58 |
</config> |
59 | 59 |
|
60 | 60 |
</metadataConfig> |
lib/style/skins/sanparks/sanparks.properties.metadata.xml | ||
---|---|---|
15 | 15 |
<index>1</index> |
16 | 16 |
<fieldType>checkbox</fieldType> |
17 | 17 |
<description>Show the site list in the registry.</description> |
18 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
18 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
19 | 19 |
</config> |
20 | 20 |
|
21 | 21 |
<config> |
... | ... | |
25 | 25 |
<index>2</index> |
26 | 26 |
<fieldType>checkbox</fieldType> |
27 | 27 |
<description>Show the work group list in the registry.</description> |
28 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
28 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
29 | 29 |
</config> |
30 | 30 |
|
31 | 31 |
<config> |
... | ... | |
35 | 35 |
<index>3</index> |
36 | 36 |
<fieldType>checkbox</fieldType> |
37 | 37 |
<description>Show the organization in the registry.</description> |
38 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
45 | 45 |
<index>4</index> |
46 | 46 |
<fieldType>checkbox</fieldType> |
47 | 47 |
<description>Show the taxonmic section in the registry.</description> |
48 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
48 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
49 | 49 |
</config> |
50 | 50 |
|
51 | 51 |
<config> |
... | ... | |
55 | 55 |
<index>5</index> |
56 | 56 |
<fieldType>checkbox</fieldType> |
57 | 57 |
<description>Show the method section in the registry.</description> |
58 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
58 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
59 | 59 |
</config> |
60 | 60 |
|
61 | 61 |
<config> |
... | ... | |
65 | 65 |
<index>6</index> |
66 | 66 |
<fieldType>checkbox</fieldType> |
67 | 67 |
<description>Show the spatial section in the registry.</description> |
68 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
68 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
69 | 69 |
</config> |
70 | 70 |
|
71 | 71 |
<config> |
... | ... | |
75 | 75 |
<index>7</index> |
76 | 76 |
<fieldType>checkbox</fieldType> |
77 | 77 |
<description>Show the keyword section in the registry.</description> |
78 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
78 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
79 | 79 |
</config> |
80 | 80 |
|
81 | 81 |
<config> |
... | ... | |
85 | 85 |
<index>8</index> |
86 | 86 |
<fieldType>checkbox</fieldType> |
87 | 87 |
<description>Show the temporal section in the registry.</description> |
88 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
88 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
89 | 89 |
</config> |
90 | 90 |
|
91 | 91 |
<config> |
... | ... | |
95 | 95 |
<index>9</index> |
96 | 96 |
<fieldType>checkbox</fieldType> |
97 | 97 |
<description>Show the upload section in the registry.</description> |
98 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
98 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
99 | 99 |
</config> |
100 | 100 |
|
101 | 101 |
<config> |
... | ... | |
105 | 105 |
<index>10</index> |
106 | 106 |
<fieldType>checkbox</fieldType> |
107 | 107 |
<description>Determine if temporal value must be entered.</description> |
108 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
108 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
109 | 109 |
</config> |
110 | 110 |
|
111 | 111 |
<config> |
... | ... | |
115 | 115 |
<index>11</index> |
116 | 116 |
<fieldType>checkbox</fieldType> |
117 | 117 |
<description>Determine if spatial value must be entered.</description> |
118 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
118 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
119 | 119 |
</config> |
120 | 120 |
|
121 | 121 |
<config> |
... | ... | |
125 | 125 |
<index>12</index> |
126 | 126 |
<fieldType>checkbox</fieldType> |
127 | 127 |
<description>Determine if contact email address must be entered.</description> |
128 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
128 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
129 | 129 |
</config> |
130 | 130 |
|
131 | 131 |
</metadataConfig> |
lib/style/skins/kepler/kepler.properties.metadata.xml | ||
---|---|---|
15 | 15 |
<index>1</index> |
16 | 16 |
<fieldType>checkbox</fieldType> |
17 | 17 |
<description>Show the site list in the registry.</description> |
18 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
18 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
19 | 19 |
</config> |
20 | 20 |
|
21 | 21 |
<config> |
... | ... | |
25 | 25 |
<index>2</index> |
26 | 26 |
<fieldType>checkbox</fieldType> |
27 | 27 |
<description>Show the work group list in the registry.</description> |
28 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
28 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
29 | 29 |
</config> |
30 | 30 |
|
31 | 31 |
<config> |
... | ... | |
35 | 35 |
<index>3</index> |
36 | 36 |
<fieldType>checkbox</fieldType> |
37 | 37 |
<description>Show the organization in the registry.</description> |
38 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
45 | 45 |
<index>4</index> |
46 | 46 |
<fieldType>checkbox</fieldType> |
47 | 47 |
<description>Show the taxonmic section in the registry.</description> |
48 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
48 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
49 | 49 |
</config> |
50 | 50 |
|
51 | 51 |
<config> |
... | ... | |
55 | 55 |
<index>5</index> |
56 | 56 |
<fieldType>checkbox</fieldType> |
57 | 57 |
<description>Show the method section in the registry.</description> |
58 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
58 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
59 | 59 |
</config> |
60 | 60 |
|
61 | 61 |
<config> |
... | ... | |
65 | 65 |
<index>6</index> |
66 | 66 |
<fieldType>checkbox</fieldType> |
67 | 67 |
<description>Show the spatial section in the registry.</description> |
68 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
68 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
69 | 69 |
</config> |
70 | 70 |
|
71 | 71 |
<config> |
... | ... | |
75 | 75 |
<index>7</index> |
76 | 76 |
<fieldType>checkbox</fieldType> |
77 | 77 |
<description>Show the keyword section in the registry.</description> |
78 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
78 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
79 | 79 |
</config> |
80 | 80 |
|
81 | 81 |
<config> |
... | ... | |
85 | 85 |
<index>8</index> |
86 | 86 |
<fieldType>checkbox</fieldType> |
87 | 87 |
<description>Show the temporal section in the registry.</description> |
88 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
88 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
89 | 89 |
</config> |
90 | 90 |
|
91 | 91 |
<config> |
... | ... | |
95 | 95 |
<index>9</index> |
96 | 96 |
<fieldType>checkbox</fieldType> |
97 | 97 |
<description>Show the upload section in the registry.</description> |
98 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
98 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
99 | 99 |
</config> |
100 | 100 |
|
101 | 101 |
<config> |
... | ... | |
105 | 105 |
<index>10</index> |
106 | 106 |
<fieldType>checkbox</fieldType> |
107 | 107 |
<description>Determine if temporal value must be entered.</description> |
108 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
108 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
109 | 109 |
</config> |
110 | 110 |
|
111 | 111 |
<config> |
... | ... | |
115 | 115 |
<index>11</index> |
116 | 116 |
<fieldType>checkbox</fieldType> |
117 | 117 |
<description>Determine if spatial value must be entered.</description> |
118 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
118 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
119 | 119 |
</config> |
120 | 120 |
|
121 | 121 |
<config> |
... | ... | |
125 | 125 |
<index>12</index> |
126 | 126 |
<fieldType>checkbox</fieldType> |
127 | 127 |
<description>Determine if contact email address must be entered.</description> |
128 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
128 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
129 | 129 |
</config> |
130 | 130 |
|
131 | 131 |
</metadataConfig> |
lib/style/skins/default/default.properties.metadata.xml | ||
---|---|---|
15 | 15 |
<index>1</index> |
16 | 16 |
<fieldType>checkbox</fieldType> |
17 | 17 |
<description>Show the site list in the registry.</description> |
18 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
18 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
19 | 19 |
</config> |
20 | 20 |
|
21 | 21 |
<config> |
... | ... | |
25 | 25 |
<index>2</index> |
26 | 26 |
<fieldType>checkbox</fieldType> |
27 | 27 |
<description>Show the work group list in the registry.</description> |
28 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
28 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
29 | 29 |
</config> |
30 | 30 |
|
31 | 31 |
<config> |
... | ... | |
35 | 35 |
<index>3</index> |
36 | 36 |
<fieldType>checkbox</fieldType> |
37 | 37 |
<description>Show the organization list in the registry.</description> |
38 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
45 | 45 |
<index>4</index> |
46 | 46 |
<fieldType>checkbox</fieldType> |
47 | 47 |
<description>Show the taxonmic section in the registry.</description> |
48 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
48 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
49 | 49 |
</config> |
50 | 50 |
|
51 | 51 |
<config> |
... | ... | |
55 | 55 |
<index>5</index> |
56 | 56 |
<fieldType>checkbox</fieldType> |
57 | 57 |
<description>Show the method section in the registry.</description> |
58 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
58 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
59 | 59 |
</config> |
60 | 60 |
|
61 | 61 |
<config> |
... | ... | |
65 | 65 |
<index>6</index> |
66 | 66 |
<fieldType>checkbox</fieldType> |
67 | 67 |
<description>Show the spatial section in the registry.</description> |
68 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
68 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
69 | 69 |
</config> |
70 | 70 |
|
71 | 71 |
<config> |
... | ... | |
75 | 75 |
<index>7</index> |
76 | 76 |
<fieldType>checkbox</fieldType> |
77 | 77 |
<description>Show the keyword section in the registry.</description> |
78 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
78 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
79 | 79 |
</config> |
80 | 80 |
|
81 | 81 |
<config> |
... | ... | |
85 | 85 |
<index>8</index> |
86 | 86 |
<fieldType>checkbox</fieldType> |
87 | 87 |
<description>Show the temporal section in the registry.</description> |
88 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
88 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
89 | 89 |
</config> |
90 | 90 |
|
91 | 91 |
<config> |
... | ... | |
95 | 95 |
<index>9</index> |
96 | 96 |
<fieldType>checkbox</fieldType> |
97 | 97 |
<description>Show the upload section in the registry.</description> |
98 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
98 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
99 | 99 |
</config> |
100 | 100 |
|
101 | 101 |
<config> |
... | ... | |
105 | 105 |
<index>10</index> |
106 | 106 |
<fieldType>checkbox</fieldType> |
107 | 107 |
<description>Determine if temporal value must be entered.</description> |
108 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
108 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
109 | 109 |
</config> |
110 | 110 |
|
111 | 111 |
<config> |
... | ... | |
115 | 115 |
<index>11</index> |
116 | 116 |
<fieldType>checkbox</fieldType> |
117 | 117 |
<description>Determine if spatial value must be entered.</description> |
118 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
118 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
119 | 119 |
</config> |
120 | 120 |
|
121 | 121 |
<config> |
... | ... | |
125 | 125 |
<index>12</index> |
126 | 126 |
<fieldType>checkbox</fieldType> |
127 | 127 |
<description>Determine if contact email address must be entered.</description> |
128 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
128 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
129 | 129 |
</config> |
130 | 130 |
|
131 | 131 |
</metadataConfig> |
lib/style/skins/parc/parc.properties.metadata.xml | ||
---|---|---|
40 | 40 |
<index>4</index> |
41 | 41 |
<fieldType>checkbox</fieldType> |
42 | 42 |
<description>Show the site list in the registry.</description> |
43 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
43 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
44 | 44 |
</config> |
45 | 45 |
|
46 | 46 |
<config> |
... | ... | |
50 | 50 |
<index>5</index> |
51 | 51 |
<fieldType>checkbox</fieldType> |
52 | 52 |
<description>Show the work group list in the registry.</description> |
53 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
53 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
54 | 54 |
</config> |
55 | 55 |
|
56 | 56 |
<config> |
... | ... | |
60 | 60 |
<index>6</index> |
61 | 61 |
<fieldType>checkbox</fieldType> |
62 | 62 |
<description>Show the organization in the registry.</description> |
63 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
63 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
64 | 64 |
</config> |
65 | 65 |
|
66 | 66 |
<config> |
... | ... | |
70 | 70 |
<index>7</index> |
71 | 71 |
<fieldType>checkbox</fieldType> |
72 | 72 |
<description>Show the taxonmic section in the registry.</description> |
73 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
73 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
74 | 74 |
</config> |
75 | 75 |
|
76 | 76 |
<config> |
... | ... | |
80 | 80 |
<index>8</index> |
81 | 81 |
<fieldType>checkbox</fieldType> |
82 | 82 |
<description>Show the method section in the registry.</description> |
83 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
83 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
84 | 84 |
</config> |
85 | 85 |
|
86 | 86 |
<config> |
... | ... | |
90 | 90 |
<index>9</index> |
91 | 91 |
<fieldType>checkbox</fieldType> |
92 | 92 |
<description>Show the spatial section in the registry.</description> |
93 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
93 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
94 | 94 |
</config> |
95 | 95 |
|
96 | 96 |
<config> |
... | ... | |
100 | 100 |
<index>10</index> |
101 | 101 |
<fieldType>checkbox</fieldType> |
102 | 102 |
<description>Show the keyword section in the registry.</description> |
103 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
103 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
104 | 104 |
</config> |
105 | 105 |
|
106 | 106 |
<config> |
... | ... | |
110 | 110 |
<index>11</index> |
111 | 111 |
<fieldType>checkbox</fieldType> |
112 | 112 |
<description>Show the temporal section in the registry.</description> |
113 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
113 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
114 | 114 |
</config> |
115 | 115 |
|
116 | 116 |
<config> |
... | ... | |
120 | 120 |
<index>12</index> |
121 | 121 |
<fieldType>checkbox</fieldType> |
122 | 122 |
<description>Show the upload section in the registry.</description> |
123 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
123 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
124 | 124 |
</config> |
125 | 125 |
|
126 | 126 |
<config> |
... | ... | |
130 | 130 |
<index>13</index> |
131 | 131 |
<fieldType>checkbox</fieldType> |
132 | 132 |
<description>Determine if temporal value must be entered.</description> |
133 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
133 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
134 | 134 |
</config> |
135 | 135 |
|
136 | 136 |
<config> |
... | ... | |
140 | 140 |
<index>14</index> |
141 | 141 |
<fieldType>checkbox</fieldType> |
142 | 142 |
<description>Determine if spatial value must be entered.</description> |
143 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
143 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
144 | 144 |
</config> |
145 | 145 |
|
146 | 146 |
<config> |
... | ... | |
150 | 150 |
<index>15</index> |
151 | 151 |
<fieldType>checkbox</fieldType> |
152 | 152 |
<description>Determine if contact email address must be entered.</description> |
153 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
153 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
154 | 154 |
</config> |
155 | 155 |
|
156 | 156 |
</metadataConfig> |
lib/style/skins/ltss/ltss.properties.metadata.xml | ||
---|---|---|
15 | 15 |
<index>1</index> |
16 | 16 |
<fieldType>checkbox</fieldType> |
17 | 17 |
<description>Show the site list in the registry.</description> |
18 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
18 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
19 | 19 |
</config> |
20 | 20 |
|
21 | 21 |
<config> |
... | ... | |
25 | 25 |
<index>2</index> |
26 | 26 |
<fieldType>checkbox</fieldType> |
27 | 27 |
<description>Show the work group list in the registry.</description> |
28 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
28 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
29 | 29 |
</config> |
30 | 30 |
|
31 | 31 |
<config> |
... | ... | |
35 | 35 |
<index>3</index> |
36 | 36 |
<fieldType>checkbox</fieldType> |
37 | 37 |
<description>Show the organization in the registry.</description> |
38 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
45 | 45 |
<index>4</index> |
46 | 46 |
<fieldType>checkbox</fieldType> |
47 | 47 |
<description>Show the taxonmic section in the registry.</description> |
48 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
48 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
49 | 49 |
</config> |
50 | 50 |
|
51 | 51 |
<config> |
... | ... | |
55 | 55 |
<index>5</index> |
56 | 56 |
<fieldType>checkbox</fieldType> |
57 | 57 |
<description>Show the method section in the registry.</description> |
58 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
58 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
59 | 59 |
</config> |
60 | 60 |
|
61 | 61 |
<config> |
... | ... | |
65 | 65 |
<index>6</index> |
66 | 66 |
<fieldType>checkbox</fieldType> |
67 | 67 |
<description>Show the spatial section in the registry.</description> |
68 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
68 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
69 | 69 |
</config> |
70 | 70 |
|
71 | 71 |
<config> |
... | ... | |
75 | 75 |
<index>7</index> |
76 | 76 |
<fieldType>checkbox</fieldType> |
77 | 77 |
<description>Show the keyword section in the registry.</description> |
78 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
78 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
79 | 79 |
</config> |
80 | 80 |
|
81 | 81 |
<config> |
... | ... | |
85 | 85 |
<index>8</index> |
86 | 86 |
<fieldType>checkbox</fieldType> |
87 | 87 |
<description>Show the temporal section in the registry.</description> |
88 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
88 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
89 | 89 |
</config> |
90 | 90 |
|
91 | 91 |
<config> |
... | ... | |
95 | 95 |
<index>9</index> |
96 | 96 |
<fieldType>checkbox</fieldType> |
97 | 97 |
<description>Show the upload section in the registry.</description> |
98 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
98 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
99 | 99 |
</config> |
100 | 100 |
|
101 | 101 |
<config> |
... | ... | |
105 | 105 |
<index>10</index> |
106 | 106 |
<fieldType>checkbox</fieldType> |
107 | 107 |
<description>Determine if temporal value must be entered.</description> |
108 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
108 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
109 | 109 |
</config> |
110 | 110 |
|
111 | 111 |
<config> |
... | ... | |
115 | 115 |
<index>11</index> |
116 | 116 |
<fieldType>checkbox</fieldType> |
117 | 117 |
<description>Determine if spatial value must be entered.</description> |
118 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
118 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
119 | 119 |
</config> |
120 | 120 |
|
121 | 121 |
<config> |
... | ... | |
125 | 125 |
<index>12</index> |
126 | 126 |
<fieldType>checkbox</fieldType> |
127 | 127 |
<description>Determine if contact email address must be entered.</description> |
128 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
128 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
129 | 129 |
</config --> |
130 | 130 |
|
131 | 131 |
</metadataConfig> |
lib/style/skins/obfs/obfs.properties.metadata.xml | ||
---|---|---|
15 | 15 |
<index>1</index> |
16 | 16 |
<fieldType>checkbox</fieldType> |
17 | 17 |
<description>Show the site list in the registry.</description> |
18 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
18 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
19 | 19 |
</config> |
20 | 20 |
|
21 | 21 |
<config> |
... | ... | |
25 | 25 |
<index>2</index> |
26 | 26 |
<fieldType>checkbox</fieldType> |
27 | 27 |
<description>Show the work group list in the registry.</description> |
28 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
28 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
29 | 29 |
</config> |
30 | 30 |
|
31 | 31 |
<config> |
... | ... | |
35 | 35 |
<index>3</index> |
36 | 36 |
<fieldType>checkbox</fieldType> |
37 | 37 |
<description>Show the organization in the registry.</description> |
38 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
45 | 45 |
<index>4</index> |
46 | 46 |
<fieldType>checkbox</fieldType> |
47 | 47 |
<description>Show the taxonmic section in the registry.</description> |
48 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
48 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
49 | 49 |
</config> |
50 | 50 |
|
51 | 51 |
<config> |
... | ... | |
55 | 55 |
<index>5</index> |
56 | 56 |
<fieldType>checkbox</fieldType> |
57 | 57 |
<description>Show the method section in the registry.</description> |
58 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
58 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
59 | 59 |
</config> |
60 | 60 |
|
61 | 61 |
<config> |
... | ... | |
65 | 65 |
<index>6</index> |
66 | 66 |
<fieldType>checkbox</fieldType> |
67 | 67 |
<description>Show the spatial section in the registry.</description> |
68 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
68 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
69 | 69 |
</config> |
70 | 70 |
|
71 | 71 |
<config> |
... | ... | |
75 | 75 |
<index>7</index> |
76 | 76 |
<fieldType>checkbox</fieldType> |
77 | 77 |
<description>Show the keyword section in the registry.</description> |
78 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
78 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
79 | 79 |
</config> |
80 | 80 |
|
81 | 81 |
<config> |
... | ... | |
85 | 85 |
<index>8</index> |
86 | 86 |
<fieldType>checkbox</fieldType> |
87 | 87 |
<description>Show the temporal section in the registry.</description> |
88 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
88 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
89 | 89 |
</config> |
90 | 90 |
|
91 | 91 |
<config> |
... | ... | |
95 | 95 |
<index>9</index> |
96 | 96 |
<fieldType>checkbox</fieldType> |
97 | 97 |
<description>Show the upload section in the registry.</description> |
98 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
98 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
99 | 99 |
</config> |
100 | 100 |
|
101 | 101 |
<config> |
... | ... | |
105 | 105 |
<index>10</index> |
106 | 106 |
<fieldType>checkbox</fieldType> |
107 | 107 |
<description>Determine if temporal value must be entered.</description> |
108 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
108 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
109 | 109 |
</config> |
110 | 110 |
|
111 | 111 |
<config> |
... | ... | |
115 | 115 |
<index>11</index> |
116 | 116 |
<fieldType>checkbox</fieldType> |
117 | 117 |
<description>Determine if spatial value must be entered.</description> |
118 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
118 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
119 | 119 |
</config> |
120 | 120 |
|
121 | 121 |
<config> |
... | ... | |
125 | 125 |
<index>12</index> |
126 | 126 |
<fieldType>checkbox</fieldType> |
127 | 127 |
<description>Determine if contact email address must be entered.</description> |
128 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
128 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
129 | 129 |
</config> |
130 | 130 |
|
131 | 131 |
</metadataConfig> |
lib/style/skins/nceas/nceas.properties.metadata.xml | ||
---|---|---|
40 | 40 |
<index>4</index> |
41 | 41 |
<fieldType>checkbox</fieldType> |
42 | 42 |
<description>Show the site list in the registry.</description> |
43 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
43 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
44 | 44 |
</config> |
45 | 45 |
|
46 | 46 |
<config> |
... | ... | |
50 | 50 |
<index>5</index> |
51 | 51 |
<fieldType>checkbox</fieldType> |
52 | 52 |
<description>Show the work group list in the registry.</description> |
53 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
53 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
54 | 54 |
</config> |
55 | 55 |
|
56 | 56 |
<config> |
... | ... | |
60 | 60 |
<index>6</index> |
61 | 61 |
<fieldType>checkbox</fieldType> |
62 | 62 |
<description>Show the organization in the registry.</description> |
63 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
63 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
64 | 64 |
</config> |
65 | 65 |
|
66 | 66 |
<config> |
... | ... | |
70 | 70 |
<index>7</index> |
71 | 71 |
<fieldType>checkbox</fieldType> |
72 | 72 |
<description>Show the taxonmic section in the registry.</description> |
73 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
73 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
74 | 74 |
</config> |
75 | 75 |
|
76 | 76 |
<config> |
... | ... | |
80 | 80 |
<index>8</index> |
81 | 81 |
<fieldType>checkbox</fieldType> |
82 | 82 |
<description>Show the method section in the registry.</description> |
83 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
83 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
84 | 84 |
</config> |
85 | 85 |
|
86 | 86 |
<config> |
... | ... | |
90 | 90 |
<index>9</index> |
91 | 91 |
<fieldType>checkbox</fieldType> |
92 | 92 |
<description>Show the spatial section in the registry.</description> |
93 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
93 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
94 | 94 |
</config> |
95 | 95 |
|
96 | 96 |
<config> |
... | ... | |
100 | 100 |
<index>10</index> |
101 | 101 |
<fieldType>checkbox</fieldType> |
102 | 102 |
<description>Show the keyword section in the registry.</description> |
103 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
103 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
104 | 104 |
</config> |
105 | 105 |
|
106 | 106 |
<config> |
... | ... | |
110 | 110 |
<index>11</index> |
111 | 111 |
<fieldType>checkbox</fieldType> |
112 | 112 |
<description>Show the temporal section in the registry.</description> |
113 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
113 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
114 | 114 |
</config> |
115 | 115 |
|
116 | 116 |
<config> |
... | ... | |
120 | 120 |
<index>12</index> |
121 | 121 |
<fieldType>checkbox</fieldType> |
122 | 122 |
<description>Show the upload section in the registry.</description> |
123 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
123 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
124 | 124 |
</config> |
125 | 125 |
|
126 | 126 |
<config> |
... | ... | |
130 | 130 |
<index>13</index> |
131 | 131 |
<fieldType>checkbox</fieldType> |
132 | 132 |
<description>Determine if temporal value must be entered.</description> |
133 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
133 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
134 | 134 |
</config> |
135 | 135 |
|
136 | 136 |
<config> |
... | ... | |
140 | 140 |
<index>14</index> |
141 | 141 |
<fieldType>checkbox</fieldType> |
142 | 142 |
<description>Determine if spatial value must be entered.</description> |
143 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
143 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
144 | 144 |
</config> |
145 | 145 |
|
146 | 146 |
<config> |
... | ... | |
150 | 150 |
<index>15</index> |
151 | 151 |
<fieldType>checkbox</fieldType> |
152 | 152 |
<description>Determine if contact email address must be entered.</description> |
153 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
153 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
154 | 154 |
</config> |
155 | 155 |
|
156 | 156 |
</metadataConfig> |
lib/style/skins/nrs/nrs.properties.metadata.xml | ||
---|---|---|
40 | 40 |
<index>4</index> |
41 | 41 |
<fieldType>checkbox</fieldType> |
42 | 42 |
<description>Show the site list in the registry.</description> |
43 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
43 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
44 | 44 |
</config> |
45 | 45 |
|
46 | 46 |
<config> |
... | ... | |
50 | 50 |
<index>5</index> |
51 | 51 |
<fieldType>checkbox</fieldType> |
52 | 52 |
<description>Show the work group list in the registry.</description> |
53 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
53 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
54 | 54 |
</config> |
55 | 55 |
|
56 | 56 |
<config> |
... | ... | |
60 | 60 |
<index>6</index> |
61 | 61 |
<fieldType>checkbox</fieldType> |
62 | 62 |
<description>Show the organization in the registry.</description> |
63 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
63 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
64 | 64 |
</config> |
65 | 65 |
|
66 | 66 |
<config> |
... | ... | |
70 | 70 |
<index>7</index> |
71 | 71 |
<fieldType>checkbox</fieldType> |
72 | 72 |
<description>Show the taxonmic section in the registry.</description> |
73 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
73 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
74 | 74 |
</config> |
75 | 75 |
|
76 | 76 |
<config> |
... | ... | |
80 | 80 |
<index>8</index> |
81 | 81 |
<fieldType>checkbox</fieldType> |
82 | 82 |
<description>Show the method section in the registry.</description> |
83 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
83 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
84 | 84 |
</config> |
85 | 85 |
|
86 | 86 |
<config> |
... | ... | |
90 | 90 |
<index>9</index> |
91 | 91 |
<fieldType>checkbox</fieldType> |
92 | 92 |
<description>Show the spatial section in the registry.</description> |
93 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
93 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
94 | 94 |
</config> |
95 | 95 |
|
96 | 96 |
<config> |
... | ... | |
100 | 100 |
<index>10</index> |
101 | 101 |
<fieldType>checkbox</fieldType> |
102 | 102 |
<description>Show the keyword section in the registry.</description> |
103 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
103 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
104 | 104 |
</config> |
105 | 105 |
|
106 | 106 |
<config> |
... | ... | |
110 | 110 |
<index>11</index> |
111 | 111 |
<fieldType>checkbox</fieldType> |
112 | 112 |
<description>Show the temporal section in the registry.</description> |
113 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
113 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
114 | 114 |
</config> |
115 | 115 |
|
116 | 116 |
<config> |
... | ... | |
120 | 120 |
<index>12</index> |
121 | 121 |
<fieldType>checkbox</fieldType> |
122 | 122 |
<description>Show the upload section in the registry.</description> |
123 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
123 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
124 | 124 |
</config> |
125 | 125 |
|
126 | 126 |
<config> |
... | ... | |
130 | 130 |
<index>13</index> |
131 | 131 |
<fieldType>checkbox</fieldType> |
132 | 132 |
<description>Determine if temporal value must be entered.</description> |
133 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
133 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
134 | 134 |
</config> |
135 | 135 |
|
136 | 136 |
<config> |
... | ... | |
140 | 140 |
<index>14</index> |
141 | 141 |
<fieldType>checkbox</fieldType> |
142 | 142 |
<description>Determine if spatial value must be entered.</description> |
143 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
143 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
144 | 144 |
</config> |
145 | 145 |
|
146 | 146 |
<config> |
... | ... | |
150 | 150 |
<index>15</index> |
151 | 151 |
<fieldType>checkbox</fieldType> |
152 | 152 |
<description>Determine if contact email address must be entered.</description> |
153 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
153 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
154 | 154 |
</config> |
155 | 155 |
|
156 | 156 |
</metadataConfig> |
lib/style/skins/saeon/saeon.properties.metadata.xml | ||
---|---|---|
15 | 15 |
<index>1</index> |
16 | 16 |
<fieldType>checkbox</fieldType> |
17 | 17 |
<description>Show the site list in the registry.</description> |
18 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
18 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
19 | 19 |
</config> |
20 | 20 |
|
21 | 21 |
<config> |
... | ... | |
25 | 25 |
<index>2</index> |
26 | 26 |
<fieldType>checkbox</fieldType> |
27 | 27 |
<description>Show the work group list in the registry.</description> |
28 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
28 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
29 | 29 |
</config> |
30 | 30 |
|
31 | 31 |
<config> |
... | ... | |
35 | 35 |
<index>3</index> |
36 | 36 |
<fieldType>checkbox</fieldType> |
37 | 37 |
<description>Show the organization in the registry.</description> |
38 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
45 | 45 |
<index>4</index> |
46 | 46 |
<fieldType>checkbox</fieldType> |
47 | 47 |
<description>Show the taxonmic section in the registry.</description> |
48 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
48 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
49 | 49 |
</config> |
50 | 50 |
|
51 | 51 |
<config> |
... | ... | |
55 | 55 |
<index>5</index> |
56 | 56 |
<fieldType>checkbox</fieldType> |
57 | 57 |
<description>Show the method section in the registry.</description> |
58 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
58 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
59 | 59 |
</config> |
60 | 60 |
|
61 | 61 |
<config> |
... | ... | |
65 | 65 |
<index>6</index> |
66 | 66 |
<fieldType>checkbox</fieldType> |
67 | 67 |
<description>Show the spatial section in the registry.</description> |
68 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
68 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
69 | 69 |
</config> |
70 | 70 |
|
71 | 71 |
<config> |
... | ... | |
75 | 75 |
<index>7</index> |
76 | 76 |
<fieldType>checkbox</fieldType> |
77 | 77 |
<description>Show the keyword section in the registry.</description> |
78 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
78 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
79 | 79 |
</config> |
80 | 80 |
|
81 | 81 |
<config> |
... | ... | |
85 | 85 |
<index>8</index> |
86 | 86 |
<fieldType>checkbox</fieldType> |
87 | 87 |
<description>Show the temporal section in the registry.</description> |
88 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
88 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
89 | 89 |
</config> |
90 | 90 |
|
91 | 91 |
<config> |
... | ... | |
95 | 95 |
<index>9</index> |
96 | 96 |
<fieldType>checkbox</fieldType> |
97 | 97 |
<description>Show the upload section in the registry.</description> |
98 |
<helpFile>properties.html#registry.modules.upload</helpFile> |
|
98 |
<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
|
|
99 | 99 |
</config> |
100 | 100 |
|
101 | 101 |
<config> |
... | ... | |
105 | 105 |
<index>10</index> |
106 | 106 |
<fieldType>checkbox</fieldType> |
107 | 107 |
<description>Determine if temporal value must be entered.</description> |
108 |
<helpFile>properties.html#registry.required.temporal</helpFile> |
|
108 |
<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
|
|
109 | 109 |
</config> |
110 | 110 |
|
111 | 111 |
<config> |
... | ... | |
115 | 115 |
<index>11</index> |
116 | 116 |
<fieldType>checkbox</fieldType> |
117 | 117 |
<description>Determine if spatial value must be entered.</description> |
118 |
<helpFile>properties.html#registry.required.spatial</helpFile> |
|
118 |
<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
|
|
119 | 119 |
</config> |
120 | 120 |
|
121 | 121 |
<config> |
... | ... | |
125 | 125 |
<index>12</index> |
126 | 126 |
<fieldType>checkbox</fieldType> |
127 | 127 |
<description>Determine if contact email address must be entered.</description> |
128 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
|
128 |
<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
|
|
129 | 129 |
</config> |
130 | 130 |
|
131 | 131 |
</metadataConfig> |
lib/style/skins/lter/lter.properties.metadata.xml | ||
---|---|---|
15 | 15 |
<index>1</index> |
16 | 16 |
<fieldType>checkbox</fieldType> |
17 | 17 |
<description>Show the site list in the registry.</description> |
18 |
<helpFile>properties.html#registry.show.siteList</helpFile> |
|
18 |
<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
|
|
19 | 19 |
</config> |
20 | 20 |
|
21 | 21 |
<config> |
... | ... | |
25 | 25 |
<index>2</index> |
26 | 26 |
<fieldType>checkbox</fieldType> |
27 | 27 |
<description>Show the work group list in the registry.</description> |
28 |
<helpFile>properties.html#registry.show.wgList</helpFile> |
|
28 |
<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
|
|
29 | 29 |
</config> |
30 | 30 |
|
31 | 31 |
<config> |
... | ... | |
35 | 35 |
<index>3</index> |
36 | 36 |
<fieldType>checkbox</fieldType> |
37 | 37 |
<description>Show the organization in the registry.</description> |
38 |
<helpFile>properties.html#registry.show.organization</helpFile> |
|
38 |
<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
|
|
39 | 39 |
</config> |
40 | 40 |
|
41 | 41 |
<config> |
... | ... | |
45 | 45 |
<index>4</index> |
46 | 46 |
<fieldType>checkbox</fieldType> |
47 | 47 |
<description>Show the taxonmic section in the registry.</description> |
48 |
<helpFile>properties.html#registry.modules.taxonomic</helpFile> |
|
48 |
<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
|
|
49 | 49 |
</config> |
50 | 50 |
|
51 | 51 |
<config> |
... | ... | |
55 | 55 |
<index>5</index> |
56 | 56 |
<fieldType>checkbox</fieldType> |
57 | 57 |
<description>Show the method section in the registry.</description> |
58 |
<helpFile>properties.html#registry.modules.method</helpFile> |
|
58 |
<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
|
|
59 | 59 |
</config> |
60 | 60 |
|
61 | 61 |
<config> |
... | ... | |
65 | 65 |
<index>6</index> |
66 | 66 |
<fieldType>checkbox</fieldType> |
67 | 67 |
<description>Show the spatial section in the registry.</description> |
68 |
<helpFile>properties.html#registry.modules.spatial</helpFile> |
|
68 |
<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
|
|
69 | 69 |
</config> |
70 | 70 |
|
71 | 71 |
<config> |
... | ... | |
75 | 75 |
<index>7</index> |
76 | 76 |
<fieldType>checkbox</fieldType> |
77 | 77 |
<description>Show the keyword section in the registry.</description> |
78 |
<helpFile>properties.html#registry.modules.keyword</helpFile> |
|
78 |
<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
|
|
79 | 79 |
</config> |
80 | 80 |
|
81 | 81 |
<config> |
... | ... | |
85 | 85 |
<index>8</index> |
86 | 86 |
<fieldType>checkbox</fieldType> |
87 | 87 |
<description>Show the temporal section in the registry.</description> |
88 |
<helpFile>properties.html#registry.modules.temporal</helpFile> |
|
88 |
<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
|
|
89 | 89 |
</config> |
90 | 90 |
|
91 | 91 |
<config> |
... | ... | |
95 | 95 |
<index>9</index> |
96 | 96 |
<fieldType>checkbox</fieldType> |
97 | 97 |
<description>Show the upload section in the registry.</description> |
Also available in: Unified diff
correct the "?" links in the admin pages to the docs pages that are deployed as part of metacat.