Project

General

Profile

« Previous | Next » 

Revision 3426

save point before refactoring iframes/index page

View differences:

sanparks.js
91 91
// Location of the search box that will be displayed above the  
92 92
//  results on the results page (optional)
93 93
var SEARCHBOX_URL = "";  //= "searchform.html"
94
//var SEARCHBOX_URL = "@style-skins-path@/sanparks/SaeonLogin.jspx";
94 95

  
95 96
//  Location of the header that will be displayed at the top of the page
96 97
var LEFTCOL_URL = "@style-skins-path@/sanparks/leftnav.jsp";
97 98
  
98 99
//  Location of the header that will be displayed at the top of the page
99
var RIGHTCOL_URL = "@style-skins-path@/sanparks/spatial/pma.html";
100
//var RIGHTCOL_URL = "";
100
//var RIGHTCOL_URL = "@style-skins-path@/sanparks/spatial/pma.html";
101
var RIGHTCOL_URL = "";
101 102

  
102 103
//  Location of the header that will be displayed at the top of the page
103 104
var FOOTER_URL = "@style-skins-path@/sanparks/footer.jspx";
104 105
  
106
//var LOGINBOX_URL = "";
105 107
var LOGINBOX_URL = "@style-skins-path@/sanparks/SaeonLogin.jspx";
106 108

  
107 109

  
......
129 131
var IFRAME_HEADER_CLASS         = "iframeheaderclass";
130 132

  
131 133
//(metacat only) search box iframe class
132
var IFRAME_SEARCHBOX_CLASS      = "iframesearchboxclass";
134
//var IFRAME_SEARCHBOX_CLASS      = "iframesearchboxclass";
135
var IFRAME_SEARCHBOX_CLASS      = "iframeloginboxclass";
133 136

  
134 137
//left column iframe class
135 138
var IFRAME_LEFTCOL_CLASS        = "iframeleftcolclass";

Also available in: Unified diff