accounting-dashboard/src/main/webapp/WEB-INF/jsp/AccountingDashboardPortlet_...

13 lines
623 B
Plaintext

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<!-- -->
<!-- The module reference below is the link -->
<!-- between html and your Web Toolkit module -->
<%-- <link rel="stylesheet" href="<%= request.getContextPath()%>/accountingdashb/reset.css" type="text/css"/> --%>
<link rel="stylesheet" href="<%= request.getContextPath()%>/AccountingDashboard.css" type="text/css">
<script src="<%=request.getContextPath()%>/accountingdashb/accountingdashb.nocache.js"></script>
<div class="contentDiv" id="contentDiv"></div>