Revision 3704
Added by barteau almost 17 years ago
lib/style/skins/dev/filtertest.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 /> |
Also available in: Unified diff
Turnkey installer modification: replaced ant tokens with relative paths. Corrected location to css file.