Revision 3716
Added by barteau almost 17 years ago
lib/style/skins/dev/setaccess.html | ||
---|---|---|
28 | 28 |
<html> |
29 | 29 |
<head> |
30 | 30 |
<title>MetaCat</title> |
31 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
|
31 |
<link rel="stylesheet" type="text/css" href="./rowcol.css">
|
|
32 | 32 |
</head> |
33 | 33 |
<body class="emlbody"> |
34 | 34 |
<b>If you want set this document public readable, please click submit</b> |
35 |
<form action="@servlet-path@" method="POST">
|
|
35 |
<form action="../../../metacat" method="POST">
|
|
36 | 36 |
|
37 | 37 |
<input type="hidden" name="action" value="setaccess"> |
38 | 38 |
<strong>Provide a Document ID </strong> |
Also available in: Unified diff
Turnkey installer modification: replaced ant tokens with relative paths. Also corrected path to css file.