Revision 3717
Added by barteau almost 17 years ago
lib/style/skins/dev/upload.html | ||
---|---|---|
1 | 1 |
<html> |
2 | 2 |
<head> |
3 | 3 |
<title>MetaCat</title> |
4 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
|
4 |
<link rel="stylesheet" type="text/css" href="./rowcol.css">
|
|
5 | 5 |
</head> |
6 | 6 |
<body> |
7 |
<form action="@servlet-path@"
|
|
7 |
<form action="../../../metacat"
|
|
8 | 8 |
enctype="multipart/form-data" |
9 | 9 |
method="post"> |
10 | 10 |
<input type="hidden" name="action" value="upload"> |
lib/style/skins/dev/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"><?xml version="1.0"?> |
Also available in: Unified diff
Turnkey installer modification: replace ant tokens with relative paths. Corrected path to css file.