<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>

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@177249 82a268e6-3cf1-43bd-a215-b396298e98cf
task/19600
Francesco Mangiacrapa 5 years ago
parent 0df5cf42f0
commit b7f0e4105c

@ -9,6 +9,17 @@
--%>
<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>

@ -16,7 +16,7 @@
<!-- DO NOT REMOVE THESE ONES: They are needed to 'openlayers-widget' -->
<script type="text/javascript" src="workspace/js/jquery-1.10.1.min.js"></script>
<link type="text/css" rel="stylesheet" href="CKanMetadataPublisher/css/ol.css">
<link type="text/css" rel="stylesheet" href="workspace/css/ol.css">
<script type="text/javascript" src="workspace/js/ol.js"></script>

Loading…
Cancel
Save