You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
workspace/src/main/webapp/WEB-INF/jsp/WorkspacePortlet_view.jsp

36 lines
1.1 KiB
Plaintext

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%-- Uncomment below lines to add portlet taglibs to jsp
<%@ page import="javax.portlet.*"%>
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
<portlet:defineObjects />
--%>
<script
src='<%=request.getContextPath()%>/workspace/js/jquery-1.10.1.min.js'></script>
<link type="text/css" rel="stylesheet"
href="<%=request.getContextPath()%>/workspace/css/ol.css">
<script type="text/javascript"
src="<%=request.getContextPath()%>/workspace/js/ol.js"></script>
<link rel="stylesheet"
href="<%=request.getContextPath()%>/workspaceportlet.css"
type="text/css">
<script
src='<%=request.getContextPath()%>/workspace/js/bootstrap.min.js'></script>
<link rel="stylesheet"
href="<%=request.getContextPath()%>/resources/css/gxt-all.css"
type="text/css">
<link rel="stylesheet"
href="<%=request.getContextPath()%>/workspaceportlet.css"
type="text/css">
<script type="text/javascript" language="javascript"
src="<%=request.getContextPath()%>/workspace/workspace.nocache.js"></script>
<div id="workspaceDiv"></div>