Project

General

Profile

« Previous | Next » 

Revision 2924

Added by Matt Jones about 18 years ago

Initial support for displaying FGDC metadata documents in metacat.
Added new returndoctype and returnfields to all query forms in the knp
skin to allow FGDC documents to display in the resultsets. Need to add
these to the other skins as well, and to clean up the FGDC stylesheet to
be more stylistically consistent with the EML stylesheets.

View differences:

index.html
71 71
  <input name="returnfield" value="creator/organizationName" type="hidden">
72 72
  <input name="returnfield" value="dataset/title" type="hidden">
73 73
  <input name="returnfield" value="keyword" type="hidden">
74
  <input name="returnfield" value="idinfo/citation/citeinfo/title" type="hidden">
75
  <input name="returnfield" value="idinfo/citation/citeinfo/origin" type="hidden">
76
  <input name="returnfield" value="idinfo/keywords/theme/themekey" type="hidden">
74 77
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
75 78
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
76 79
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
77 80
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
78 81
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
79 82
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
83
  <input name="returndoctype" value="metadata" type="hidden">
80 84
  <input value="Search" type="submit">
81 85
</form>
82 86
      The repository search system is used to locate data sets of interest
......
88 92
      biodiversity embedded within it).
89 93
      </menu>
90 94
  <p>&nbsp;</p>
91
  <li><a href="@servlet-path@?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;qformat=knp&amp;enableediting=false&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.1&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.0&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&amp;returnfield=dataset/title&amp;returnfield=keyword&amp;returnfield=originator/individualName/surName&amp;returnfield=creator/individualName/surName&amp;returnfield=originator/organizationName&amp;returnfield=creator/organizationName">Browse existing KNP data sets</a><br />
95
  <li><a href="@servlet-path@?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;qformat=knp&amp;enableediting=false&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.1&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.0&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&amp;returndoctype=metadata&amp;returnfield=dataset/title&amp;returnfield=keyword&amp;returnfield=originator/individualName/surName&amp;returnfield=creator/individualName/surName&amp;returnfield=originator/organizationName&amp;returnfield=creator/organizationName&amp;returnfield=idinfo/citation/citeinfo/title&amp;returnfield=idinfo/citation/citeinfo/origin&amp;returnfield=idinfo/keywords/theme/themekey">Browse existing KNP data sets</a><br />
92 96
    <menu>
93 97
    Browse all existing data sets by title.  This operation can be slow as the
94 98
    number of entries in the repository grows.

Also available in: Unified diff