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:

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">

Also available in: Unified diff