This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
140 lines (127 loc) · 4.49 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<!--
This software project was created in 2017 by the U.S. Federal government.
See INTENT.md for information about what that means. See CONTRIBUTORS.md and
LICENSE.md for licensing, copyright, and attribution information.
Copyright (C) 2017 U.S. Federal Government (in countries where recognized)
Copyright (C) 2017 <Contributor Names>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>eMCM</title>
<script>
window.TOC_URL = "toc.c7619ba.json";
</script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<header>
<div class="beta-banner hidden-xs">
This version of eMCM draft/beta is out of date and is scheduled for
retirement on Friday July 26, 2024.
<a href="mailto:mcm@dds.mil">Send feedback.</a>
</div>
<div class="container">
<div class="row">
<div class="logo col-xs-6 col-md-3">
<a href="#">
<img
src="img/logo.png"
alt="Electronic Manual for Courts-Martial"
/>
</a>
</div>
<div class="col-xs-6 col-md-3 pull-right">
<ul class="nav-list">
<li><a href="about.html">About eMCM</a></li>
<li>
<a
href="http://jsc.defense.gov/Portals/99/Documents/MCM2016.pdf?ver=2016-12-08-181411-957"
>Download PDF</a
>
</li>
<li>
<a href="https://github.com/deptofdefense/emcm"
>eMCM on Github</a
>
</li>
</ul>
</div>
<div class="col-xs-12 col-md-6">
<input id="searchbar" placeholder="Start typing to search" />
<small
>You can jump directly to rules with shortcuts: r601d2, a88b,
e101</small
>
</div>
</div>
</div>
</header>
<div class="root container-fluid">
<div class="row">
<div
class="col-xs-12 col-sm-3 hidden-print"
data-transition-to="col-xs-2"
role="complimentary"
>
<!-- <div class="col-xs-12 col-md-9 col-md-offset-3" data-transition-to="col-xs-2" role="complimentary"> -->
<nav data-toc class="toc">
<ul class="nav">
<li data-nav-proto>
<a data-target data-title> </a>
</li>
</ul>
<ul data-subnav-proto class="nav"></ul>
</nav>
</div>
<div class="col-xs-12 col-sm-9" role="main">
<h1 data-no-results style="display: none">No results found.</h1>
<div data-content class="content"></div>
</div>
</div>
</div>
<script src="js/jquery-3.1.1.slim.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/fastscroll.min.js"></script>
<script src="js/elasticlunr.min.js"></script>
<script src="js/common.js"></script>
<script src="js/main.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"https://www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "UA-93589247-1", "auto");
ga("send", "pageview");
</script>
</body>
</html>