tabular-data-manager/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp

14 lines
533 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()%>/tabulardataportlet/tabulardataportlet.nocache.js'></script>
<link rel="stylesheet" href="<%= request.getContextPath()%>/TabularDataPortlet.css" type="text/css">
<div id="tdp" style="width: 100%; height: 100%">
</div>