Project

General

Profile

« Previous | Next » 

Revision 3711

Added by barteau over 16 years ago

Turnkey installer modification: replace ant tokens with relative paths.

View differences:

metacat.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
  <FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0>
34 34

  
......
36 36
    
37 37
    <FRAME SRC="contents.html" BORDER=0 NAME="left">
38 38

  
39
    <FRAME SRC="@servlet-path@?action=query&query=NCEAS%25&qformat=html&returndoctype=-//NCEAS//eml-dataset-2.0//EN" BORDER=0 NAME="right">
39
    <FRAME SRC="../../../metacat?action=query&query=NCEAS%25&qformat=html&returndoctype=-//NCEAS//eml-dataset-2.0//EN" BORDER=0 NAME="right">
40 40

  
41 41
    </FRAMESET>
42 42
  </FRAMESET>

Also available in: Unified diff