Project

General

Profile

« Previous | Next » 

Revision 3717

Added by barteau over 16 years ago

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

View differences:

validate.html
29 29
<html>
30 30
<head>
31 31
   <title>Insert XML to be validated here:</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
Insert XML to be validated here:
36
<br><form action="@servlet-path@" method="POST">
36
<br><form action="../../../metacat" method="POST">
37 37
<input type="hidden" name="action" value="validate">
38 38
<p><textarea 
39 39
    name="valtext" rows="16" cols="146">&lt;?xml version="1.0"?>

Also available in: Unified diff