summaryrefslogtreecommitdiff
path: root/docs.rtems.org/cat-branches.html
blob: 7200d6a2f685cfd90d6dda8f6a56ce68d4700770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
   <!-- catalogues-top -->
   <div class="container">
    <div id="messages">
    </div>
    <div class="content">
     <div class="jumbotron">
      <table class="table rtems-doc-buttons">
       <tbody>
        <tr>
         <td width="10%">
          <a class="btn btn-success btn-block" role="button" href="branches.html">Active Branches</a>
	 </td>
         <td width="10%">
          <a class="btn btn-primary btn-block" role="button" href="releases.html">All Releases</a>
	 </td>
         <td width="10%">
          <a class="btn btn-info btn-block" role="button" href="all.html">All Documentation</a>
	 </td>
        </tr>
       </tbody>
      </table>
     </div>
     <div id="content_inner">
      <p>This pages lists the <b>Active Branches</b> of
      documentation. The <b>Master</b> branch the development branch and latest
      release is <b>@LATEST_RELEASE@</b>.</p>
     </div>
    </div>
    <div class="panel panel-default">
     <div class="panel-body">
@BRANCHES@
     </div>
    </div>
   </div>
   <!-- Load the catalogues and generate the content -->
   <script type="text/javascript" src="static/rtems/js/catalogue.js"></script>
@BRANCHES_SCRIPTS@
   <!-- catalogues-bottom -->