Project

General

Profile

« Previous | Next » 

Revision 3710

Added by barteau over 16 years ago

Turnkey installer modification: replace ant tokens with relative paths.

View differences:

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>&nbsp;
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 &nbsp;&nbsp;&nbsp;

Also available in: Unified diff