Revision 3710
Added by barteau almost 17 years ago
lib/style/skins/dev/loginonly.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 |
<script language="JavaScript"> |
33 | 33 |
function PutFocus(theForm) { |
34 | 34 |
theForm.username.focus() |
... | ... | |
39 | 39 |
|
40 | 40 |
<P> |
41 | 41 |
|
42 |
<FORM ACTION="@servlet-path@" METHOD="POST">
|
|
42 |
<FORM ACTION="../../../metacat" METHOD="POST">
|
|
43 | 43 |
<INPUT TYPE="hidden" NAME="action" VALUE="login"> |
44 | 44 |
<INPUT TYPE="hidden" NAME="qformat" VALUE="xml"> |
45 | 45 |
<P>Username |
Also available in: Unified diff
Turnkey installer modification: replace ant tokens with relative paths.