-
Notifications
You must be signed in to change notification settings - Fork 13
/
history.template
64 lines (51 loc) · 2 KB
/
history.template
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
<!DOCTYPE HTML>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8"/>
<title>[%title%]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="http://www.hl7.org"/>
<link href="fhir.css" rel="stylesheet"/>
<link href="dist-hist/css/bootstrap.css" rel="stylesheet"/>
<link href="assets-hist/css/bootstrap-fhir.css" rel="stylesheet"/>
<link href="assets-hist/css/project.css" rel="stylesheet"/>
<link href="assets-hist/css/pygments-manni.css" rel="stylesheet"/>
<link href="jquery-ui.css" rel="stylesheet"/>
<script type="application/javascript" src="https://hl7.org/fhir/history-cm.js"> </script>
<script type="application/javascript" src="https://hl7.org/fhir/history.js"> </script>
<link href="history.css" rel="stylesheet"/>
<!-- header.template starts here -->
$header$
<!-- header.template ends here -->
</head>
<!-- preamble.template starts here -->
$preamble$
<!-- preamble.template ends here -->
<div class="col-12">
<h2>Publication (Version) History</h2>
<div id="intro"></div>
<!-- ============CONTENT CONTENT=============== -->
<div id="history-data"></div>
<style>
#history-data table td { padding-right: 1em; }
</style>
<!-- postamble.template starts here -->
$postamble$
<!-- postamble.template ends here -->
<!-- JS and analytics only. -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./assets-hist/js/jquery.js"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
<script src="./dist-hist/js/bootstrap.min.js"> </script>
<script src="./assets-hist/js/respond.min.js"> </script>
<script src="./assets-hist/js/fhir.js"> </script>
<!-- Analytics Below
================================================== -->
<!--- Include in the page --->
<script>
var pageJSON = '[%json%]';
load(pageJSON);
</script>
</body>
</html>