jdk/make/src/classes/build/tools/docs/docs-bundle-page.html
changeset 45759 8327d73befff
parent 45758 b2a0122861f5
parent 45741 ee4958177e69
child 45760 4aa6ef7f2ac4
equal deleted inserted replaced
45758:b2a0122861f5 45759:8327d73befff
     1 <!--
       
     2 Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
       
     3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4 
       
     5 This code is free software; you can redistribute it and/or modify it
       
     6 under the terms of the GNU General Public License version 2 only, as
       
     7 published by the Free Software Foundation.  Oracle designates this
       
     8 particular file as subject to the "Classpath" exception as provided
       
     9 by Oracle in the LICENSE file that accompanied this code.
       
    10 
       
    11 This code is distributed in the hope that it will be useful, but WITHOUT
       
    12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14 version 2 for more details (a copy is included in the LICENSE file that
       
    15 accompanied this code).
       
    16 
       
    17 You should have received a copy of the GNU General Public License version
       
    18 2 along with this work; if not, write to the Free Software Foundation,
       
    19 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20 
       
    21 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22 or visit www.oracle.com if you need additional information or have any
       
    23 questions.
       
    24 -->
       
    25 
       
    26 <!DOCTYPE html>
       
    27 <html lang="en">
       
    28 <head>
       
    29 <title>@HEADER_TITLE@</title>
       
    30 
       
    31 <meta http-equiv="content-type" content="text/html;" charset="utf-8">
       
    32 <link rel="stylesheet" href="resources/jdk-default.css" type="text/css" />
       
    33 <style type="text/css">
       
    34 
       
    35 table a { text-decoration: none }
       
    36 table { border: none }
       
    37 th, td { border: 2px solid white; }
       
    38 thead th { background-color: #DDD }
       
    39 tbody th { background-color: #EEE }
       
    40 
       
    41 table div.javase, ul.key span.javase { background-color: #C6E7F3 }
       
    42 table div.jdk, ul.key span.jdk { background-color: #ECE1C5 }
       
    43 table div.javafx, ul.key span.javafx { background-color: #ECEDCC }
       
    44 table div.jcp, ul.key span.jcp { background-color: #E9E9E9 }
       
    45 td div { padding: 3px 5px; color: blue }
       
    46 table tbody td div a { padding: 0 .5em; margin: 0: 1em; }
       
    47 table tbody td div a:link { color: black }
       
    48 table tbody td div a:visited { color: black }
       
    49 table tbody td div a[href]:hover { color: black; text-decoration: underline }
       
    50 td { padding: 0 }
       
    51 table tbody td div a { padding: 0 .5em; margin: 0: 1em }
       
    52 
       
    53 .key { font-size: smaller; }
       
    54 ul.key li { display:inline-block; padding: 0 1em }
       
    55 ul.key span {
       
    56   border: 1px solid black;
       
    57   font-family: DejaVu Sans Mono, monospace;
       
    58 }
       
    59 ul.key span:before { content: " " }
       
    60 ul.key span:after { content: " " }
       
    61 
       
    62 caption {
       
    63   text-align: center;
       
    64 }
       
    65 
       
    66 tr:nth-child(even), tr:nth-child(even) th[scope=row] {
       
    67   background-color: #EEE;
       
    68 }
       
    69 tr:nth-child(odd), tr:nth-child(odd) th[scope=row] {
       
    70   background-color: #EEE;
       
    71 }
       
    72 
       
    73 </style>
       
    74 </head>
       
    75 
       
    76 <h1>@HEADER_TITLE@</h1>
       
    77 
       
    78 <ul>
       
    79 <li><a href="api/index.html">JDK API Specification</a></li>
       
    80 <li><a href="https://docs.oracle.com/javase/specs/">
       
    81     Java Language and Virtual Machine Specifications</a></li>
       
    82 <li><a href="https://www.oracle.com/pls/topic/lookup?ctx=javase9&id=tools_reference_overview">
       
    83     Tools Reference</a></li>
       
    84 </ul>
       
    85 
       
    86 
       
    87 <table>
       
    88 <caption style="display:none">JDK Modules</caption>
       
    89 <thead>
       
    90 <tr>
       
    91   <th scope="col">Group</th>
       
    92   <th scope="col">Modules</th>
       
    93 </tr>
       
    94 </thead>
       
    95 <tbody>
       
    96 <tr>
       
    97   <th scope="row">Foundation</th>
       
    98   <td>@JAVA_BASE@</td>
       
    99 </tr>
       
   100 <tr>
       
   101   <th scope="row">Integration</th>
       
   102   <td>@INTEGRATION_MODULES@</td>
       
   103 </tr>
       
   104 <tr>
       
   105   <th scope="row">User Interface</th>
       
   106   <td>@UI_MODULES@</td>
       
   107 </tr>
       
   108 <tr>
       
   109   <th scope="row">Compilation</th>
       
   110   <td>@COMPILER_MODULES@</td>
       
   111 </tr>
       
   112 <tr>
       
   113   <th scope="row">Scripting</th>
       
   114   <td>@SCRIPTING_MODULES@</td>
       
   115 </tr>
       
   116 <tr>
       
   117   <th scope="row">Security</th>
       
   118   <td>@SECURITY_MODULES@</td>
       
   119 </tr>
       
   120 <tr>
       
   121   <th scope="row">Management</th>
       
   122   <td>@MANAGEMENT_MODULES@</td>
       
   123 </tr>
       
   124 <tr>
       
   125   <th scope="row">Instrumentation</th>
       
   126   <td>@INSTRUMENT_MODULES@</td>
       
   127 </tr>
       
   128 <tr>
       
   129   <th scope="row">Serviceability</th>
       
   130   <td>@SVC_MODULES@</td>
       
   131 </tr>
       
   132 <tr>
       
   133   <th scope="row">Packaging</th>
       
   134   <td>@PACKAGING_MODULES@</td>
       
   135 </tr>
       
   136 <tr>
       
   137   <th scope="row">Incubator</th>
       
   138   <td>@INCUBATOR_MODULES@</td>
       
   139 </tr>
       
   140 <tr>
       
   141   <th scope="row">Non-Java SE</th>
       
   142   <td>@OTHER_MODULES@</td>
       
   143 </tr>
       
   144 <tr>
       
   145   <th scope="row">Java EE</th>
       
   146   <td>@JAVA_EE_MODULES@</td>
       
   147 </tr>
       
   148 <tr>
       
   149   <th scope="row">Aggregator</th>
       
   150   <td>@AGGREGATOR_MODULES@</td>
       
   151 </tr>
       
   152 </tbody>
       
   153 </table>
       
   154 
       
   155 <p class="key">Key:
       
   156 <ul class="key">
       
   157 <li><span class="javase">&nbsp;</span>&nbsp; Java SE
       
   158 <li><span class="jdk">&nbsp;</span>&nbsp; JDK
       
   159 <li><span class="javafx">&nbsp;</span>&nbsp; JavaFX
       
   160 <li><span class="jcp">&nbsp;</span>&nbsp; Non-Java SE
       
   161 <li><i>italic</i> No Exported API (e.g. a tool or provider)</li>
       
   162 </ul>
       
   163 
       
   164 <p>
       
   165 <hr>
       
   166 <a href="legal/cpyr.html">Copyright</a> &copy 1993, 2017, Oracle and/or its affiliates. All rights reserved.</p>
       
   167 
       
   168 </body>
       
   169 </html>
       
   170 	
       
   171