source: rtems-docs/common/coverpage/coverpage.html @ 049097f

5
Last change on this file since 049097f was 049097f, checked in by Chris Johns <chrisj@…>, on 01/12/17 at 01:55:15

coverpage: Update the coverpage to have the table collapse.

Add each doc's conf.py as a dependence to catalogue.xml.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4  <title>RTEMS - Documentation</title>
5  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
6  <meta name="created" content="11th Jan 2017 15:32" />
7  <meta name="description" content="" />
8  <meta name="keywords" content="" />
9  <meta charset="utf-8">
10  <meta http-equiv="X-UA-Compatible" content="IE=edge">
11  <meta name="viewport" content="width=device-width, initial-scale=1">
12  <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
13  <script type="text/javascript" src="static/js/jquery.min.js"></script>
14  <link rel="stylesheet" href="static/css/bootstrap.min.css" media="screen"/>
15  <script type="text/javascript" src="static/js/bootstrap.min.js"></script>
16  <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
17  <!--[if lt IE 9]>
18  <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
19  <![endif]-->
20  <link rel="stylesheet" href="static/rtems/css/rtems.css" />
21  <link rel="shortcut icon" href="/static/rtems/favicon.ico" />
22 </head>
23 <body>
24 <!-- page-top -->
25   <!-- header-top -->
26   <header class="header">
27    <div class="container">
28     <div class="row">
29      <div class="col-md-3">
30       <img class="img-responsive" alt="Header logo" src="static/rtems/image/rtemslogo.png"/>
31      </div>
32      <div class="col-md-9">
33       <h1>RTEMS - Real Time Operating System</h1>
34      </div>
35     </div>
36    </div>
37   </header>
38   <!-- header-bottom -->
39  <!-- layout-top -->
40  <div id="layout">
41   <!-- current-top -->
42   <div class="container">
43    <div id="messages">
44    </div>
45    <div class="content">
46     <div id="content_inner">
47     </div>
48    </div>
49    <div id="rtems-catalogue-title"></div>
50    <div id="rtems-catalogue"><h3> No catalogue found. </h3></div>
51   </div>
52   <!-- Load the catalogues and generate the content -->
53   <script type="text/javascript" src="static/rtems/js/catalogue.js"></script>
54   <script type="text/javascript" src="coverpage.js"></script>
55   <script> coverPageCatalogue(); </script>
56   <!-- current-bottom -->
57  </div>
58  <!-- layout-bottom -->
59  <!-- footer-top -->
60  <hr>
61  <footer class="footer text-center">
62   <div class="container">
63    Copyright 2017 RTEMS Project
64   </div>
65  </footer>
66  <!-- footer-bottom -->
67 <!-- page-bottom -->
68 </body>
69</html>
Note: See TracBrowser for help on using the repository browser.