This repository has been archived on 2024-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
species-discovery/src/main/webapp/WEB-INF/jsp/SpeciesDiscovery_view.jsp

17 lines
845 B
Plaintext

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<!-- -->
<!-- The module reference below is the link -->
<!-- between html and your Web Toolkit module -->
<script src='<%=request.getContextPath()%>/speciesdiscovery/js/jquery-1.10.1.min.js'></script>
<script src='<%=request.getContextPath()%>/speciesdiscovery/js/bootstrap.min.js'></script>
<script src='<%=request.getContextPath()%>/speciesdiscovery/speciesdiscovery.nocache.js'></script>
<link rel="stylesheet" href="<%= request.getContextPath()%>/SpeciesDiscovery.css" type="text/css">
<link rel="stylesheet" href="<%= request.getContextPath()%>/gxt/css/gxt-all.css" type="text/css">
<div id="SpeciesDiscovery" style="width: 100%; height: 100%">
</div>