Project

General

Profile

« Previous | Next » 

Revision 4634

Added by aschultz over 15 years ago

Moved Search and Browse functions into the search frame.

View differences:

kepler.js
88 88
//  Location of the header that will be displayed at the top of the page
89 89
var HEADER_URL = "style/skins/kepler/header.jsp";
90 90

  
91
var LEFTCOL_URL  = "";
92

  
93
var RIGHTCOL_URL  = "";
94

  
95
var FOOTER_URL  = "";
96

  
91 97
// Location of the search box that will be displayed above the  
92 98
//  results on the results page (optional)
93
var SEARCHBOX_URL  = "";
94
  //= "style/skins/kepler/searchform.jsp";
99
var SEARCHBOX_URL  = "style/skins/kepler/searchform.jsp";
95 100

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

  
106 103

  
107 104

  

Also available in: Unified diff