Project

General

Profile

« Previous | Next » 

Revision 5509

include bioportal widgets, at least for an example.
oboe-sbc and oboe are both registered as tests.

View differences:

semtools.js
89 89

  
90 90
// Location of the search box that will be displayed above the  
91 91
//  results on the results page (optional)
92
var SEARCHBOX_URL 
93
  = "style/skins/semtools/include_searchbox.jsp";
92
var SEARCHBOX_URL
93
  = ""; //"style/skins/semtools/include_searchbox.jsp";
94 94

  
95 95
// Location of the advanced search box
96 96
var ADVANCED_SEARCHBOX_URL 
97
  = "style/skins/semtools/include_advancedsearch.jsp";
97
  = ""; //"style/skins/semtools/include_advancedsearch.jsp";
98 98

  
99 99
var LOGINBOX_URL
100
  = "style/skins/semtools/include_login.jsp";
100
  = ""; //"style/skins/semtools/include_login.jsp";
101 101

  
102
var MAP_URL
103
  = "style/skins/semtools/include_map.jsp";
102
var MAP_URL 
103
  = ""; //"style/skins/semtools/include_map.jsp";
104 104

  
105 105
//  Location of the header that will be displayed at the top of the page
106 106
var LEFTCOL_URL 

Also available in: Unified diff