source: rtems-docs/common/html-coverpage/coverpage.html @ 1ce8d29

4.11
Last change on this file since 1ce8d29 was 1ce8d29, checked in by Chris Johns <chrisj@…>, on 01/11/17 at 06:04:02

html: Embed the catalogue XML in JS.

The is to work around a security issue with Chrome on Windows. This
patches let the cover page load on Chrome and Edge on Windows 10.

  • Property mode set to 100644
File size: 2.3 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  <link rel="stylesheet" href="static/css/bootstrap.min.css" />
13  <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
14  <script type="text/javascript" src="static/js/jquery.min.js"></script>
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 class="table-responsive">
51      <div id="rtems-catalogue">
52       <h3> No catalogue found. </h3>
53      </div>
54    </div>
55   </div>
56   <!-- Load the catalogues and generate the content -->
57   <script type="text/javascript" src="static/rtems/js/catalogue.js"></script>
58   <script type="text/javascript" src="coverpage.js"></script>
59   <script> coverPageCatalogue(); </script>
60   <!-- current-bottom -->
61  </div>
62  <!-- layout-bottom -->
63  <!-- footer-top -->
64  <hr>
65  <footer class="footer text-center">
66   <div class="container">
67    Copyright 2017 RTEMS Project
68   </div>
69  </footer>
70  <!-- footer-bottom -->
71 <!-- page-bottom -->
72 </body>
73</html>
Note: See TracBrowser for help on using the repository browser.