Project

General

Profile

« Previous | Next » 

Revision 3712

Added by barteau over 16 years ago

Turnkey installer modification: replace ant tokens with relative paths. Corrected wrong path to css file.

View differences:

queform.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