Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

kepler.js
60 60
//  1) if you have any links in the included documents, the target attribute for 
61 61
//     these *MUST* be set to _top, otherwise the new document will be displayed 
62 62
//     inside the small iframe areas, instead of replacing the entire page!
63
//     - example: <a href="index.html" target="_top">HOME</a>
63
//     - example: <a href="index.jsp" target="_top">HOME</a>
64 64
//   
65 65
//  2) you will need to set the correct iframe size, in order to accomodate 
66 66
//     each of these areas on the page. The default location for these size 
......
86 86

  
87 87

  
88 88
//  Location of the header that will be displayed at the top of the page
89
var HEADER_URL 
90
  = "@systemidserver@/@context@@style-skins-relpath@/kepler/header.html";
89
var HEADER_URL = "style/skins/kepler/header.jsp";
91 90

  
92 91
// Location of the search box that will be displayed above the  
93 92
//  results on the results page (optional)
94
var SEARCHBOX_URL 
95
  = "";
96
  //= "@systemidserver@/@context@@style-skins-relpath@/kepler/searchform.html";
93
var SEARCHBOX_URL  = "";
94
  //= "style/skins/kepler/searchform.jsp";
97 95

  
98 96
//  Location of the header that will be displayed at the top of the page
99
var LEFTCOL_URL 
100
  = "";
97
var LEFTCOL_URL  = "";
101 98
  
102 99
//  Location of the header that will be displayed at the top of the page
103
var RIGHTCOL_URL 
104
  = "";
100
var RIGHTCOL_URL  = "";
105 101
  
106 102
//  Location of the header that will be displayed at the top of the page
107
var FOOTER_URL 
108
  = "";
103
var FOOTER_URL  = "";
109 104
  
110 105

  
111 106

  

Also available in: Unified diff