-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (78 loc) · 3.28 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
<!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/[email protected]/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"> respecConfig = {...organisationConfig, ...respecConfig}</script>
<script>document.title = respecConfig.title</script>
<title>Informatiemodel Omgevingswet (IMOW) 3.1</title>
<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;}</style>
<!-- quick fix voor tabellen zoals per mail door GerardWolbers aangeleverd -->
<style>
/* tabel */
table {
border: 1px solid #005a9c;
border-collapse: collapse;
margin-bottom: 1.2em;
margin-top: 1.2em;
table-layout: auto;
width: 100%;
}
caption {
text-align: left;
font-weight: bold;
line-height: 1.2em;
margin-bottom: 0.3em;
}
tr:nth-child(even) {
background: #f0f6ff;
}
th {
background-color: #005a9c;
border: 1px solid #005a9c;
color: white;
height: 16pt;
padding: 3.5px 1.5mm 3.5px 1.5mm;
vertical-align: top;
word-wrap: break-word;
}
/* 2025-02-04: kleurinstelling hyperlink toegevoegd */
th a {
color: white !important;
}
td {
border: 1px solid #005a9c;
height: 16pt;
padding: 3.5px 1.5mm 3.5px 1.5mm;
vertical-align: top;
word-wrap: break-word;
}
</style>
</head>
<body>
<section id="abstract" data-include-format="markdown" data-include="abstract.md"></section>
<!-- Deze wordt automatisch incorrect gevuld. Zet ik uit -->
<!-- <section id="sotd"></section> -->
<section class="notoc">
<h2> Status van dit document</h2>
<p>Deze versie wordt ter vaststelling naar het Opdrachtgevend Beraad van het DSO gestuurd.</p>
</section>
<section data-include-format="markdown" data-include="01-Inleiding.md" class="normative"></section>
<div id="catalogus" data-include="data/IMOW-cat.respec.html" data-include-replace=true></div>
<section data-include-format="markdown" data-include="04-Implementatie.md" class="normative"></section>
<section data-include-format="markdown" data-include="05-GebruikIMOW.md" class="normative"></section>
<section data-include-format="markdown" data-include="06-OPinIMOW.md" class="informative"></section>
<section data-include-format="markdown" data-include="A1-Changelog.md" class="appendix"></section>
<!-- Deze pargraaf geschrapt omdat het raar is de diagrammen niet normatief te maken -->
<!-- <section id='conformance'></section> -->
<!-- <section id='tof'></section> -->
<!-- <section id="index"></section> -->
</body>
</html>