-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (68 loc) · 2.88 KB
/
Copy pathindex.html
File metadata and controls
78 lines (68 loc) · 2.88 KB
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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-mermaid@1.0.1/dist/main.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/config/geonovum-config.js" class="remove"></script>
<script src="js/config.js" class="remove"></script>
<script class="remove">
const mergedLocalBiblio = {
...organisationConfig.localBiblio,
...respecConfig.localBiblio
};
respecConfig = {
...organisationConfig,
...respecConfig,
localBiblio: mergedLocalBiblio
};
</script>
<script>document.title = respecConfig.title</script>
<link rel="shortcut icon" type="image/x-icon" href="https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico" />
<script src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js" class="remove" async></script>
<!-- De volgende regel zorgt ervoor dat plaatjes uit Imvertor niet geschaald
worden, zodat de imagemap die op deze plaatjes zit werkt. -->
<style>
div.imageinfo img {max-width: none;}
/* Styling voor noot en noottekst elementen */
span.noot {
position: relative;
cursor: help;
}
span.noottekst {
display: none;
position: absolute;
bottom: 1.2em;
left: 0;
background-color: #ffffcc;
border: 1px solid #999;
border-radius: 4px;
padding: 8px;
font-size: 0.85em;
white-space: normal;
width: 200px;
z-index: 1000;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
span.noot:hover span.noottekst {
display: block;
}
</style>
</head>
<body>
<section data-no-toc id="abstract" data-include-format="markdown" data-include="abstract.md"></section>
<section data-no-toc id="sotd"></section><!-- Wordt automatisch gevuld -->
<section data-include-format="markdown" data-include="01-Inleiding.md"></section>
<section data-include-format="markdown" data-include="02-Hoofdlijnen.md"></section>
<!-- Als je document een door imvertor gegenereerde catalogus bevat kan je die -->
<!-- opnemen door de volgende regel uit commentaarhaakjes te halen en aan te passen -->
<div id="catalogus" data-include="data/vth-cim-flo-cat.respec.html" data-include-replace=true></div>
<section data-include-format="markdown" data-include="A1-OVerzichtViewsMetKernObjecttypen.md"></section>
<section data-include-format="markdown" data-include="A2-GerefereerdeBronnen.md"></section>
<section data-include-format="markdown" data-include="A3-Versiehistorie.md"></section>
<!-- De volgende paragrafen worden automatisch gevuld. Je kunt ze uitzetten -->
<!-- <section id='conformance'></section> --> <!-- Gegeneerd hoofdstuk over conformiteit-->
<section id='tof'></section><!-- Lijst van figuren -->
<!-- <section id="index"></section> --><!-- Lijst van begrippen -->
</body>
</html>