<%@ page import="org.gcube.common.portal.GCubePortalConstants" %> <%@ page import="org.gcube.common.portal.PortalContext" %> <% // show the custom dockbar buttons only if the user is logged in, useless otherwise if (themeDisplay.isSignedIn()) { PortalContext context = PortalContext.getConfiguration(); String groupName = context.getGatewayName(request); String mySiteURL = context.getSiteLandingPagePath(request); String myGatewayURL = context.getGatewayURL(request); %>
<% } %>