⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 allclasses-frame.jelly

📁 数据仓库工具
💻 JELLY
字号:
<?xml version="1.0"?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:jsl="jelly:jsl">

  <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd"/>
  <html>
    <head>
      <title>
        All Classes
      </title>
      <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
    </head>
    <body>

      <font class="FrameHeadingFont" size="+1">
        <b>All Classes</b>
      </font>
      
      <table border="0" width="100%">
        <tr>
          <font class="FrameItemFont">
            <td nowrap="nowrap">
              <j:forEach var="classInfo" items="${info.allClasses.values()}">
                <a href="${classInfo.dir}/${classInfo.name}.html" target="classFrame">${classInfo.name}</a>
                <br/>
              </j:forEach>
            </td>
          </font>
        </tr>
      </table>
    </body>
  </html>
</j:jelly>
  

⌨️ 快捷键说明

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