Project

General

Profile

« Previous | Next » 

Revision 4357

Added by walbridge almost 16 years ago

Further improvements to the registry to properly support the new properties. Removed all variables previously passed around between forms which should always be available canonically from the skin.properties file and replaced with refences to properties value for the skin being used. Removed some cruft from both files, fixed mior issues mentioned in bug #3487.

View differences:

confirmData.tmpl
144 144
<a name="DataSetAbstract"></a>
145 145
<p><span class="sectionnames">DATA SET ABSTRACT</span><br>  [%abstract%]
146 146
</p>
147
 [% IF hasKeyword == 'true' %]
147
 [% IF module.keyword == 'true' %]
148 148
<hr>
149 149
<a name="KeywordInformation"></a>
150 150
<p><span class="sectionnames">KEYWORD INFORMATION</span> 
......
187 187
</table>
188 188
[% END %]
189 189
  
190
[% IF hasTemporal == 'true' %]
190
[% IF module.temporal == 'true' %]
191 191
<hr>
192 192
<a name="TemporalCoverageOfData"></a>
193 193
<p><span class="sectionnames">TEMPORAL COVERAGE OF DATA</span> 
......
199 199
</p>
200 200
[% END %]
201 201

  
202
[% IF hasSpatial == 'true' %]
202
[% IF module.spatial == 'true' %]
203 203
<hr>
204 204
<a name="SpatialCoverageOfData"></a>
205 205
<p><span class="sectionnames">SPATIAL COVERAGE OF DATA</span> 
......
304 304
  </table>
305 305
[% END %]
306 306

  
307
[% IF hasTaxonomic == 'true' %]
307
[% IF modules.taxonomic == 'true' %]
308 308
    [% numTaxa = 0 %]
309 309
    [% IF taxaCount > 0 %]
310 310
        [% numTaxa = taxaCount %]
......
322 322
     <p><span class="label">Taxonomic Reference:</span>  [% taxaAuth %]</p>
323 323
[% END %]
324 324

  
325
[% IF hasMethod == 'true' %]
325
[% IF modules.method == 'true' %]
326 326
    <hr>
327 327
    <a name="Methods"></a>
328 328
    <p><span class="sectionnames">DATA COLLECTION METHODS</span></p>
......
334 334
    <p><span class="label">Sampling Description:</span> [%samplingDescription%]</p>
335 335
[% END %]
336 336

  
337
[% IF hasUpload == 'true' && upCount %]
337
[% IF modules.upload == 'true' && upCount %]
338 338
   <hr>
339 339
	 <a name="Upload Data"></a>
340 340
	  <p><span class="sectionnames">UPLOAD DATA</span></p>
......
416 416
  <input type="hidden" name="cfg" value="[% cfg %]">
417 417
  <input type="hidden" name="docid" value="[% docid %]">
418 418
  <input type="hidden" name="stage" value="confirmed">
419
  <input type="hidden" name="showSiteList" value="[% showSiteList %]">
420
  <input type="hidden" name="showWgList" value="[% showWgList %]">
421
  <input type="hidden" name="showOrganization" value="[% showOrganization %]">
422
  <input type="hidden" name="lsite" value="[% config.site %]">
423
  <input type="hidden" name="hasKeyword" value="[% hasKeyword %]">
424
  <input type="hidden" name="hasSpatial" value="[% hasSpatial %]">
425
  <input type="hidden" name="hasTemporal" value="[% hasTemporal %]">
426
  <input type="hidden" name="hasTaxonomic" value="[% hasTaxonomic %]">
427
  <input type="hidden" name="hasMethod" value="[% hasMethod %]">
428
  <input type="hidden" name="hasUpload" value="[% hasUpload %]">
429
  <input type="hidden" name="temporalRequired" value="[% temporalRequired %]">
430
  <input type="hidden" name="spatialRequired" value="[% spatialRequired %]">
431
  <input type="hidden" name="contactEmailAddressRequired" value="[% contactEmailAddressRequired %]">
432 419
  <input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
433 420
  <input type="hidden" name="providerSurName" value="[%providerSurName%]">
434 421
  <input type="hidden" name="site" value="[%site%]">

Also available in: Unified diff