📄 index.jxp
字号:
<%
// Java Plug-in Framework (JPF)
// Copyright (C) 2004 - 2005 Dmitry Olshansky
// $Id: index.jxp,v 1.1 2005/03/08 12:14:14 ddimon Exp $
%>
<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>JPF Plug-ins Documentation</title>
</head>
<frameset rows="50,*" framespacing="0" frameborder="0" bordercolor="#FFFFFF">
<frame name="menuFrame" src="<%= relativePath %>/menu.html" marginwidth="10" marginheight="10" scrolling="no" frameborder="0" bordercolor="#FFFFFF" noresize>
<frame name="mainFrame" src="<%= relativePath %>/overview.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" bordercolor="#FFFFFF" noresize>
<noframes>
<h2>Frame Alert</h2>
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.</p>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -