Revision 3071
Added by berkley about 18 years ago
lib/style/skins/kepler/kepler.xml | ||
---|---|---|
13 | 13 |
<doctype publicid="-//NCEAS//unauth_login//EN"> |
14 | 14 |
<target publicid="-//W3C//HTML//EN">@systemidserver@/kepler/style/skins/dev/login.xsl</target> |
15 | 15 |
</doctype> |
16 |
|
|
17 |
<!-- |
|
18 |
ARE THESE STILL NEEDED???????????? |
|
19 |
|
|
20 |
<doctype publicid="-//NCEAS//eml-generic//EN"> |
|
21 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/generic-morpho.xsl</target> |
|
22 |
</doctype> |
|
23 |
--> |
|
24 |
|
|
25 |
|
|
26 |
<!-- pre-beta6 modules --> |
|
27 |
<!-- NOTE these settings are unchanged from the previous version - only the xsl |
|
28 |
filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" --> |
|
29 | 16 |
<doctype publicid="entity"> |
30 | 17 |
<target publicid="-//W3C//HTML//EN">@systemidserver@/kepler/style/skins/kepler/entity.xsl</target> |
31 | 18 |
</doctype> |
19 |
<doctype publicid="kepler://kepler-project.org/kepler-moml-1.0.0"> |
|
20 |
<target publicid="-//W3C//HTML//EN">@systemidserver@/kepler/style/skins/kepler/entity.xsl</target> |
|
21 |
</doctype> |
|
32 | 22 |
</style-set> |
lib/style/skins/kepler/index.html | ||
---|---|---|
65 | 65 |
<input name="operator" value="UNION" type="hidden"> |
66 | 66 |
<input name="returnfield" value="entity/@name" type="hidden"> |
67 | 67 |
<input name="returndoctype" value="entity" type="hidden"> |
68 |
<input name="returndoctype" value="kepler://kepler-project.org/kepler-moml-1.0.0" type="hidden"> |
|
68 | 69 |
<input value="Search" type="submit"> |
69 | 70 |
</form> |
70 | 71 |
The repository search system is used to locate analytical components of interest |
... | ... | |
74 | 75 |
'Constant' embedded within it). |
75 | 76 |
</menu> |
76 | 77 |
<p> </p> |
77 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=kepler&enableediting=false&returndoctype=entity&returnfield=entity/@name">Browse existing Kepler analytical components</a><br /> |
|
78 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=kepler&enableediting=false&returndoctype=entity&returndoctype=kepler://kepler-project.org/kepler-moml-1.0.0&returnfield=entity/@name">Browse existing Kepler analytical components</a><br />
|
|
78 | 79 |
<menu> |
79 | 80 |
Browse all existing data sets by title. This operation can slow as the |
80 | 81 |
number of entries in the repository grows. |
lib/style/skins/kepler/header.html | ||
---|---|---|
66 | 66 |
<input name="operator" value="UNION" type="hidden"> |
67 | 67 |
<input name="returnfield" value="entity/@name" type="hidden"> |
68 | 68 |
<input name="returndoctype" value="entity" type="hidden"> |
69 |
<input name="returndoctype" value="kepler://kepler-project.org/kepler-moml-1.0.0" type="hidden"> |
|
69 | 70 |
<!-- <input value="Start Search" type="submit"> --> |
70 | 71 |
</form> |
71 | 72 |
</p> |
lib/style/skins/kepler/searchform.html | ||
---|---|---|
8 | 8 |
<input name="operator" value="UNION" type="hidden"> |
9 | 9 |
<input name="returnfield" value="entity/@name" type="hidden"> |
10 | 10 |
<input name="returndoctype" value="entity" type="hidden"> |
11 |
<input name="returndoctype" value="kepler://kepler-project.org/kepler-moml-1.0.0" type="hidden"> |
|
11 | 12 |
<input value="Start Search" type="submit"> |
12 | 13 |
</form> |
Also available in: Unified diff
added new namespace to the kepler skin