Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / common / reportPopPrint.jsp @ 96:c2afcaa3dd4b

History | View | Annotate | Download (178 Bytes)

1
<%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %>
2
<pre>
3
<c:out value="${reportContent}" escapeXml="false"></c:out>
4
</pre>
5

    
6
<script>
7
<!--
8
window.print();
9
// -->
10
</script>