Revision 2227
Added by sgarg over 20 years ago
lib/style/skins/specnet/specnet.xml | ||
---|---|---|
23 | 23 |
<!-- pre-beta6 modules --> |
24 | 24 |
<!-- NOTE these settings are unchanged from the previous version - only the xsl |
25 | 25 |
filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" --> |
26 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.1"> |
|
27 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml-2.0.1.xsl</target> |
|
28 |
</doctype> |
|
26 | 29 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.0"> |
27 | 30 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0/eml-2.0.0.xsl</target> |
28 | 31 |
</doctype> |
lib/style/skins/specnet/index.html | ||
---|---|---|
72 | 72 |
<p><b>Registry Tools</b></p> |
73 | 73 |
<p> |
74 | 74 |
<menu> |
75 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=SpecNet&qformat=specnet&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing SpecNet data sets</a><br /> |
|
75 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=SpecNet&qformat=specnet&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing SpecNet data sets</a><br />
|
|
76 | 76 |
<menu> |
77 | 77 |
The registry search system is used to locate data sets of interest |
78 | 78 |
by searching through existing registered data sets. |
lib/style/skins/specnet/header.html | ||
---|---|---|
54 | 54 |
<td valign="top" width="20%"> |
55 | 55 |
<!-- |
56 | 56 |
<p> |
57 |
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=SpecNet&qformat=specnet&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p> |
|
57 |
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=SpecNet&qformat=specnet&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p>
|
|
58 | 58 |
--> |
59 | 59 |
<p class="searchbox"> |
60 | 60 |
Search for Data<br /> |
... | ... | |
74 | 74 |
<input name="returnfield" value="creator/organizationName" type="hidden"> |
75 | 75 |
<input name="returnfield" value="dataset/title" type="hidden"> |
76 | 76 |
<input name="returnfield" value="keyword" type="hidden"> |
77 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
77 | 78 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
78 | 79 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
79 | 80 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
lib/style/skins/specnet/searchform.html | ||
---|---|---|
15 | 15 |
<input name="returnfield" value="creator/organizationName" type="hidden"> |
16 | 16 |
<input name="returnfield" value="dataset/title" type="hidden"> |
17 | 17 |
<input name="returnfield" value="keyword" type="hidden"> |
18 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
18 | 19 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
19 | 20 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
20 | 21 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
lib/style/skins/nrs/nrs.xml | ||
---|---|---|
23 | 23 |
<!-- pre-beta6 modules --> |
24 | 24 |
<!-- NOTE these settings are unchanged from the previous version - only the xsl |
25 | 25 |
filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" --> |
26 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.1"> |
|
27 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml-2.0.1.xsl</target> |
|
28 |
</doctype> |
|
26 | 29 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.0"> |
27 | 30 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0/eml-2.0.0.xsl</target> |
28 | 31 |
</doctype> |
lib/style/skins/nrs/index.html | ||
---|---|---|
76 | 76 |
<p><b>Registry Tools</b></p> |
77 | 77 |
<p> |
78 | 78 |
<menu> |
79 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=University%20of%20California%20Natural%20Reserve%20System&qformat=nrs&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing NRS data sets</a><br /> |
|
79 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=University%20of%20California%20Natural%20Reserve%20System&qformat=nrs&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing NRS data sets</a><br />
|
|
80 | 80 |
<menu> |
81 | 81 |
The registry search system is used to locate data sets of interest |
82 | 82 |
by searching through existing registered data sets. |
lib/style/skins/nrs/header.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="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
74 | 75 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
75 | 76 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
76 | 77 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
lib/style/skins/nrs/searchform.html | ||
---|---|---|
15 | 15 |
<input name="returnfield" value="creator/organizationName" type="hidden"> |
16 | 16 |
<input name="returnfield" value="dataset/title" type="hidden"> |
17 | 17 |
<input name="returnfield" value="keyword" type="hidden"> |
18 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
18 | 19 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
19 | 20 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
20 | 21 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
lib/style/skins/default/default.xml | ||
---|---|---|
8 | 8 |
</doctype> |
9 | 9 |
|
10 | 10 |
|
11 |
<!-- eml-2.0.1 modules --> |
|
12 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.1"> |
|
13 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml-2.0.1.xsl</target> |
|
14 |
</doctype> |
|
15 |
|
|
11 | 16 |
<!-- eml-2.0.0 modules --> |
12 | 17 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.0"> |
13 | 18 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0/eml-2.0.0.xsl</target> |
lib/style/skins/default/settings.jsp | ||
---|---|---|
64 | 64 |
+"<input type=\"hidden\" name=\"returndoctype\" value=\"-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN\"\\>\n" |
65 | 65 |
+"<input type=\"hidden\" name=\"returndoctype\" value=\"-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN\"\\>\n" |
66 | 66 |
+"<input type=\"hidden\" name=\"returndoctype\" value=\"eml://ecoinformatics.org/eml-2.0.0\"\\>\n" |
67 |
+"<input type=\"hidden\" name=\"returndoctype\" value=\"eml://ecoinformatics.org/eml-2.0.1\"\\>\n" |
|
67 | 68 |
+"<input type=\"hidden\" name=\"returndoctype\" value=\"-//NCEAS//eml-dataset-2.0//EN\"\\>\n" |
68 | 69 |
+"<input type=\"hidden\" name=\"returndoctype\" value=\"-//NCEAS//resource//EN\"\\>\n"; |
69 | 70 |
|
lib/style/skins/nceas/nceas.xml | ||
---|---|---|
23 | 23 |
<!-- pre-beta6 modules --> |
24 | 24 |
<!-- NOTE these settings are unchanged from the previous version - only the xsl |
25 | 25 |
filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" --> |
26 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.1"> |
|
27 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml-2.0.1.xsl</target> |
|
28 |
</doctype> |
|
26 | 29 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.0"> |
27 | 30 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0/eml-2.0.0.xsl</target> |
28 | 31 |
</doctype> |
lib/style/skins/nceas/index.html | ||
---|---|---|
70 | 70 |
<p><b>Repository Tools</b></p> |
71 | 71 |
<p> |
72 | 72 |
<menu> |
73 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=National%20Center%20for%20Ecological%20Analysis%20and%20Synthesis&qformat=nceas&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing NCEAS data sets</a><br /> |
|
73 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=National%20Center%20for%20Ecological%20Analysis%20and%20Synthesis&qformat=nceas&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing NCEAS data sets</a><br />
|
|
74 | 74 |
<menu> |
75 | 75 |
The repository search system is used to locate data sets of interest |
76 | 76 |
by searching through existing registered data sets. |
lib/style/skins/nceas/header.html | ||
---|---|---|
54 | 54 |
<td valign="top" width="20%"> |
55 | 55 |
<!-- |
56 | 56 |
<p> |
57 |
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=National%20Center%20for%20Ecological%20Analysis%20and%20Synthesis&qformat=nceas&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p> |
|
57 |
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=National%20Center%20for%20Ecological%20Analysis%20and%20Synthesis&qformat=nceas&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p>
|
|
58 | 58 |
--> |
59 | 59 |
<p class="searchbox"> |
60 | 60 |
Search for Data<br /> |
... | ... | |
75 | 75 |
<input name="returnfield" value="dataset/title" type="hidden"> |
76 | 76 |
<input name="returnfield" value="keyword" type="hidden"> |
77 | 77 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
78 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
78 | 79 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
79 | 80 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
80 | 81 |
<input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden"> |
lib/style/skins/nceas/searchform.html | ||
---|---|---|
15 | 15 |
<input name="returnfield" value="creator/organizationName" type="hidden"> |
16 | 16 |
<input name="returnfield" value="dataset/title" type="hidden"> |
17 | 17 |
<input name="returnfield" value="keyword" type="hidden"> |
18 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
18 | 19 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
19 | 20 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
20 | 21 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
lib/style/skins/obfs/obfs.xml | ||
---|---|---|
23 | 23 |
<!-- pre-beta6 modules --> |
24 | 24 |
<!-- NOTE these settings are unchanged from the previous version - only the xsl |
25 | 25 |
filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" --> |
26 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.1"> |
|
27 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml-2.0.1.xsl</target> |
|
28 |
</doctype> |
|
26 | 29 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.0"> |
27 | 30 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0/eml-2.0.0.xsl</target> |
28 | 31 |
</doctype> |
lib/style/skins/obfs/index.html | ||
---|---|---|
76 | 76 |
<p><b>Registry Tools</b></p> |
77 | 77 |
<p> |
78 | 78 |
<menu> |
79 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing OBFS data sets</a><br /> |
|
79 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing OBFS data sets</a><br />
|
|
80 | 80 |
<menu> |
81 | 81 |
The registry search system is used to locate data sets of interest |
82 | 82 |
by searching through existing registered data sets. |
lib/style/skins/obfs/header.html | ||
---|---|---|
55 | 55 |
<td valign="top" width="20%"> |
56 | 56 |
<!-- |
57 | 57 |
<p> |
58 |
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p> |
|
58 |
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p>
|
|
59 | 59 |
--> |
60 | 60 |
<p class="searchbox"> |
61 | 61 |
Search for Data<br /> |
... | ... | |
75 | 75 |
<input name="returnfield" value="creator/organizationName" type="hidden"> |
76 | 76 |
<input name="returnfield" value="dataset/title" type="hidden"> |
77 | 77 |
<input name="returnfield" value="keyword" type="hidden"> |
78 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
78 | 79 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
79 | 80 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
80 | 81 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
lib/style/skins/obfs/searchform.html | ||
---|---|---|
15 | 15 |
<input name="returnfield" value="creator/organizationName" type="hidden"> |
16 | 16 |
<input name="returnfield" value="dataset/title" type="hidden"> |
17 | 17 |
<input name="returnfield" value="keyword" type="hidden"> |
18 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
|
18 | 19 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
19 | 20 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden"> |
20 | 21 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
lib/style/skins/knb/knb.xml | ||
---|---|---|
23 | 23 |
<!-- pre-beta6 modules --> |
24 | 24 |
<!-- NOTE these settings are unchanged from the previous version - only the xsl |
25 | 25 |
filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" --> |
26 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.1"> |
|
27 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml-2.0.1.xsl</target> |
|
28 |
</doctype> |
|
26 | 29 |
<doctype publicid="eml://ecoinformatics.org/eml-2.0.0"> |
27 | 30 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0/eml-2.0.0.xsl</target> |
28 | 31 |
</doctype> |
lib/style/skins/dev/index.html | ||
---|---|---|
28 | 28 |
<html> |
29 | 29 |
<head> |
30 | 30 |
<title>KNB Data Search</title> |
31 |
<meta HTTP-EQUIV="refresh" CONTENT="1;URL=@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" /> |
|
31 |
<meta HTTP-EQUIV="refresh" CONTENT="1;URL=@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" />
|
|
32 | 32 |
</head> |
33 | 33 |
<body bgcolor="WHITE"> |
34 | 34 |
</body> |
Also available in: Unified diff
Added eml2.0.1 specific code in /style file