<%@ page language="java" %> <%@ include file="PORTAL_SETTINGS.jsp"%> <%@ include file="include_session_vars.jsp"%> <% //remember previous rel root value... String prevRRValue = relativeRoot; //now set rel root to parent dir... relativeRoot = ".."; %> KNB :: The Knowledge Network for Biocomplexity
<%@ include file="include_searchbox.jsp" %>
<% //restore previous rel root value... relativeRoot = prevRRValue; %>