wb_tree.html
来自「一种小型的脚本开发语言Lua,Lua参考手册,中文的资料.」· HTML 代码 · 共 70 行
HTML
70 行
<!--
(Please keep all copyright notices.)
This frameset document includes the FolderTree script.
Script found at: http://www.treeview.net
Author: Marcelino Alves Martins
Instructions:
- Do not make any changes to this file outside the style tag.
- Through the style tag you can change the colors and types
of fonts to the particular needs of your site.
- A predefined block has been made for stylish people with
black backgrounds.
-->
<html>
<head>
<!-- Changes the style for the tree -->
<style>
BODY {background-color: #FFFFFF}
TD {font-size: 10pt;
font-style: bold;
font-family: verdana,helvetica;
text-decoration: none;
white-space:nowrap;}
A {text-decoration: none;
color: midnightblue}
</style>
<!-- NO CHANGES PAST THIS LINE -->
<!-- Infrastructure code for the tree -->
<script src="ftiens4.js"></script>
<!-- Execution of the code that actually builds the specific tree.
The variable foldersTree creates its structure with calls to
gFld, insFld, and insDoc -->
<script src='wb_treedef.js'></script>
<!-- Control the tree frame (wb_tree) -->
<script src='wb_treebar.js'> </script>
</head>
<body topmargin=16 marginheight=16 background="wb_img/treebg.gif">
<!-- By making any changes to this code you are violating your user agreement.
Corporate users or any others that want to remove the link should check
the online FAQ for instructions on how to obtain a version without the link -->
<!-- Removing this link will make the script stop from working -->
<div style="position:absolute; top:0; left:0; ">
<table border=0><tr><td>
</td></table></div>
<!-- Build the browser's objects and display default view of the
tree. -->
<script>
initializeDocument()
parent.start_page()
</script>
<noscript>
A tree for site navigation will open here if you enable JavaScript in your browser.
</noscript>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?