databases-manager-portlet/src/main/webapp/WEB-INF/jsp/DatabasesManager_view.jsp

13 lines
602 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()%>/databasesmanager/databasesmanager.nocache.js'></script>
<link rel="stylesheet" href="<%= request.getContextPath()%>/DatabasesManager.css" type="text/css">
<link rel="stylesheet" href="<%= request.getContextPath()%>/resources/css/gxt-all.css" type="text/css">
<div id="contentDiv"></div>