📄 frame.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page import="cn.myapps.core.report.reportconfig.ejb.ReportConfig"%>
<%@include file="/common/taglibs.jsp"%>
<%@ taglib prefix="ww" uri="webwork"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Insert title here</title>
</head>
<body>
<table width='100%' height='100%'>
<tr><td>
<table width="100%" height='100%' bgcolor='#AAAAAA'>
<tr height='30'>
<td>
<script>
</script>
<button onclick='window.location.href="<ww:url value="refData.action"><ww:param name="id" value="%{#parameters.id}" /></ww:url>"'>Refresh Date</button>
<button onclick='window.location.href="<ww:url value="/" /><%=(String)request.getAttribute("excelPath") %>"'>Excel</button>
<button onclick='window.location.href="<ww:url value="/" /><%=(String)request.getAttribute("pdfPath") %>"'>PDF</button>
<button onclick='javascript:window.frames[0].print();'>Print</button>
<button onclick='javascript:window.close();'>Close</button>
</td>
</tr>
<tr><td valign="top">
<iframe width='100%' height='100%' scrolling="auto" id="report" border="0" src="<ww:url value="/core/report/reportconfig/report.jsp"/>" frameborder="0"/></iframe>
</td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -