Revision 3703
Added by barteau almost 17 years ago
lib/style/skins/dev/contents.html | ||
---|---|---|
29 | 29 |
<html> |
30 | 30 |
<head> |
31 | 31 |
<title>MetaCat</title> |
32 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
|
32 |
<link rel="stylesheet" type="text/css" href="./rowcol.css">
|
|
33 | 33 |
</head> |
34 | 34 |
<body class="emlbody"> |
35 | 35 |
<table width="100%"> |
... | ... | |
37 | 37 |
<b>MetaCat Query</b> -- a simple database query against MetaCat |
38 | 38 |
</td></tr> |
39 | 39 |
<tr><td width="40%" valign="top"> |
40 |
<form action="@servlet-path@" target="right" method="POST">
|
|
40 |
<form action="../../../metacat" target="right" method="POST">
|
|
41 | 41 |
<input type="hidden" name="action" value="query"> |
42 | 42 |
<input type="text" name="anyfield" value="%" size="15"> |
43 | 43 |
<input type="submit" value="Run query"><br /> |
... | ... | |
52 | 52 |
<option value="any">Any |
53 | 53 |
</select> |
54 | 54 |
</form> |
55 |
<a href="@servlet-path@?action=logout&qformat=html" target="_top">Logout</a>
|
|
55 |
<a href="../../../metacat?action=logout&qformat=html" target="_top">Logout</a>
|
|
56 | 56 |
<br /><a href="loadxml.html" target="right">Load an XML Document</a> |
57 | 57 |
<br /><a href="validate.html" target="right">Validate an XML Document</a> |
58 | 58 |
<br /><a href="../docs/" target="top">Browse the API for the Servlet</a> |
Also available in: Unified diff
Turnkey installer modification: replaced ant tokens with relative paths. Corrected location to css file.