Project

General

Profile

« Previous | Next » 

Revision 3385

Added by barteau almost 17 years ago

KNP skin configuration of the header/footer/right margin/login page.

View differences:

lib/style/skins/knp/knp.js
1 1
 /*
2 2
  *   '$RCSfile$'
3
  *     Purpose: Default style sheet for KNB project web pages 
3
  *     Purpose: Default style sheet for KNP project web pages 
4 4
  *              Using this stylesheet rather than placing styles directly in 
5
  *              the KNB web documents allows us to globally change the 
5
  *              the KNP web documents allows us to globally change the 
6 6
  *              formatting styles of the entire site in one easy place.
7 7
  *   Copyright: 2000 Regents of the University of California and the
8 8
  *               National Center for Ecological Analysis and Synthesis
......
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@/knp/header.jsp";
89
var HEADER_URL = "@style-skins-path@/knp/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
  //= "http://nebulous.msi.ucsb.edu:9999/knp/style/skins/knp/searchform.html";
93
var SEARCHBOX_URL = "";  //= "searchform.html"
97 94

  
98 95
//  Location of the header that will be displayed at the top of the page
99
var LEFTCOL_URL 
100
  = "";
96
var LEFTCOL_URL = "";
101 97
  
102 98
//  Location of the header that will be displayed at the top of the page
103
var RIGHTCOL_URL 
104
  = "";
99
var RIGHTCOL_URL = "@style-skins-path@/knp/spatial/pma.html";
105 100
  
106 101
//  Location of the header that will be displayed at the top of the page
107
var FOOTER_URL 
108
  = "";
102
var FOOTER_URL = "@style-skins-path@/knp/footer.html";
109 103
  
110
var LOGINBOX_URL = "/knb/style/skins/knp/SaeonLogin.jspx";
104
var LOGINBOX_URL = "SaeonLogin.jspx";
111 105

  
112 106

  
113 107

  
......
140 134
var IFRAME_LEFTCOL_CLASS        = "iframeleftcolclass";
141 135

  
142 136
//right column iframe class
143
var IFRAME_RIGHTCOL_CLASS       = "iframerightcolclass";
137
var IFRAME_RIGHTCOL_CLASS       = "mapFrame";
144 138

  
145 139
//footer iframe class
146 140
var IFRAME_FOOTER_CLASS         = "iframefooterclass";

Also available in: Unified diff