Revision 3180
Added by sledge almost 18 years ago
lib/style/skins/kepler/resultset.xsl | ||
---|---|---|
49 | 49 |
<link rel="stylesheet" type="text/css" |
50 | 50 |
href="@style-skins-path@/{$qformat}/{$qformat}.css" /> |
51 | 51 |
<script language="Javascript" type="text/JavaScript" |
52 |
src="@style-skins-path@/{$qformat}/{$qformat}.js" /> |
|
52 |
src="@style-skins-path@/{$qformat}/{$qformat}.js"> |
|
53 |
<xsl:text disable-output-escaping="yes"> |
|
54 |
</xsl:text> |
|
55 |
</script> |
|
53 | 56 |
<script language="Javascript" type="text/JavaScript" |
54 |
src="@style-common-path@/branding.js" /> |
|
57 |
src="@style-common-path@/branding.js"> |
|
58 |
<xsl:text disable-output-escaping="yes"> |
|
59 |
</xsl:text> |
|
60 |
</script> |
|
55 | 61 |
<style type="text/css"> |
56 | 62 |
|
57 | 63 |
a |
... | ... | |
154 | 160 |
</xsl:if> |
155 | 161 |
</td> |
156 | 162 |
|
157 |
<td class="text_plain"> |
|
163 |
<!--td class="text_plain">
|
|
158 | 164 |
<xsl:value-of select="./param[@name='entity/property/@name'][text()='documentation']/following-sibling::param[@name='entity/property/property/@name'][text()='author']/following-sibling::param[@name='entity/property/property/configure'][position()=1]"/> |
159 | 165 |
</td> |
160 | 166 |
|
... | ... | |
212 | 218 |
</center> |
213 | 219 |
</form> |
214 | 220 |
</td> |
215 |
</xsl:if> |
|
221 |
</xsl:if-->
|
|
216 | 222 |
</tr> |
217 | 223 |
|
218 | 224 |
<tr> |
219 | 225 |
<td class="text_plain"></td> |
220 | 226 |
<td class="text_plain" colspan="6"> |
221 |
First X words of the actor's description...
|
|
222 |
<xsl:text> [</xsl:text>
|
|
227 |
<!--xsl:value-of select="substring(./param[@name='entity/property/@name'][text()='documentation']/following-sibling::param[@name='entity/property/property/@name'][text()='description']/following-sibling::param[@name='entity/property/property/configure'][position()=1], 0, 50)"/>
|
|
228 |
<xsl:text>... [</xsl:text-->
|
|
223 | 229 |
|
224 | 230 |
<a> |
225 | 231 |
<xsl:attribute name="href"> |
... | ... | |
236 | 242 |
</xsl:if> |
237 | 243 |
</xsl:attribute> |
238 | 244 |
|
239 |
<xsl:text>more</xsl:text>
|
|
245 |
<xsl:text>View Documentation</xsl:text>
|
|
240 | 246 |
</a> |
241 | 247 |
|
242 |
<xsl:text>]</xsl:text>
|
|
248 |
<!--xsl:text>]</xsl:text-->
|
|
243 | 249 |
</td> |
244 | 250 |
</tr> |
245 | 251 |
|
lib/style/skins/kepler/index.html | ||
---|---|---|
66 | 66 |
<input name="returnfield" value="entity/@name" type="hidden"> |
67 | 67 |
<input name="returnfield" value="entity/property/@name" type="hidden"> |
68 | 68 |
<input name="returnfield" value="entity/property/@value" type="hidden"> |
69 |
<input name="returnfield" value="entity/property/property/@name" type="hidden"> |
|
70 |
<input name="returnfield" value="entity/property/property/configure" type="hidden"> |
|
69 |
<!--input name="returnfield" value="entity/property/property/@name" type="hidden">
|
|
70 |
<input name="returnfield" value="entity/property/property/configure" type="hidden"-->
|
|
71 | 71 |
<input name="returndoctype" value="entity" type="hidden"> |
72 | 72 |
<input name="returndoctype" value="kepler://kepler-project.org/kepler-moml-1.0.0" type="hidden"> |
73 | 73 |
<input value="Search" type="submit"> |
... | ... | |
79 | 79 |
'Constant' embedded within it). |
80 | 80 |
</menu> |
81 | 81 |
<p> </p> |
82 |
<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&returnfield=entity/property/@name&returnfield=entity/property/@value">Browse existing Kepler analytical components</a><br /> |
|
82 |
<li> |
|
83 |
<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&returnfield=entity/property/@name&returnfield=entity/property/property/@name">Browse existing Kepler analytical components</a> |
|
84 |
<!--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&returnfield=entity/property/@name&returnfield=entity/property/property/@name&returnfield=entity/property/property/configure&returnfield=entity/property/@value">Browse existing Kepler analytical components</a--><br /> |
|
83 | 85 |
<menu> |
84 | 86 |
Browse all existing data sets by title. This operation can slow as the |
85 | 87 |
number of entries in the repository grows. |
Also available in: Unified diff
Can't get results displayed correctly due to a limitation in metacat (bug 2769 in bugzilla.ecoinformatics.org).