explorer

来自「java 编写的程序」· 代码 · 共 34 行

TXT
34
字号
<?xml version="1.0"?>
<WORKPLACE>
<TEMPLATE>
<![CDATA[
<html>
<head>

<script language=JavaScript>
<!--
function show_help()
{
	return explorer_content.show_help();
}
//-->
</script>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<title>opencms</title>

</head>

<!-- begin frameset for explorer -->
<frameset cols="20%,80%" border=5 frameborder=2 framespacing=5>
	<frame name="explorer_tree" src="explorer_tree.html" marginwidth=8 marginheight=8 leftmargin=8 topmargin=8>
	<frame name="explorer_content" src="explorer_content.html" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 scrolling=no>
</frameset>
<!-- end frameset for explorer -->

</html>
]]>
</TEMPLATE>
</WORKPLACE>

⌨️ 快捷键说明

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