f30-1977343.jsp

来自「ZK是一个Ajax Java Web框架」· JSP 代码 · 共 33 行

JSP
33
字号
<%--F30-1977343.jsp{{IS_NOTE	Purpose:			Description:			History:		Thu May 29 14:12:41     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--%><html>	<head>		<title>Test Progress Bar</title>		<script type="text/javascript">			dbg_progressbox = true;		</script>	</head>	<body>		<h1>Test of Progress Bar with an Included ZK Page</h1>		<p>You shall see the progress bar only appear in the following box.</p>		<jsp:include page="F30-1977343-inc.zul"/>		<p>This is another part of the JSP page (container).</p>
		<jsp:include page="F30-1977343-inc.zul"/>	</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?