-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ae2eb6
commit 1d2c73e
Showing
1 changed file
with
49 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,41 +16,73 @@ | |
</head> | ||
|
||
<body> | ||
<section id="abstract" data-include-format="markdown" data-include='./samenvatting.md'></section> | ||
<section id="sotd"></section><!-- Wordt automatisch gevuld --> | ||
|
||
<!-- Samenvatting --> | ||
<section | ||
id="abstract" | ||
data-include-format="markdown" | ||
data-include='./samenvatting.md'> | ||
</section> | ||
|
||
<!-- Status van dit document document --> | ||
<section | ||
id="sotd"> | ||
</section> <!-- Wordt automatisch gevuld --> | ||
|
||
<!-- voeg hier je eigen hoofdstukken toe --> | ||
<!-- H1 INLEIDING --> | ||
<section id="inleiding" data-include-format="markdown" data-include='./inleiding.md' class="generic informative"></section> | ||
<section | ||
id="inleiding" | ||
data-include-format="markdown" | ||
data-include='./inleiding.md' | ||
class="generic informative"> | ||
</section> | ||
|
||
<!-- H2 ALGEMENE KENMERKEN EN BEGRIPPEN --> | ||
<!-- Via MD? --> | ||
<section id="algemene-kenmerken-begrippen" data-include='https://docs.geostandaarden.nl/bro/gen/algemene-kenmerken-en-begrippen.html' class='generic informative'> | ||
<section | ||
id="algemene-kenmerken-begrippen" | ||
data-include='https://docs.geostandaarden.nl/bro/gen/algemene-kenmerken-en-begrippen.html' | ||
class='generic informative'> | ||
</section> | ||
|
||
<!-- Hoofdstuk 3. MILIEUKWALITEIT --> | ||
<section | ||
id="milieukwaliteit" | ||
data-include-format="markdown" | ||
data-include="https://raw.githubusercontent.com/BROprogramma/generiek/gh-pages/mk/milieukwaliteit.md" | ||
class="generic informative"> | ||
</section> | ||
|
||
<!-- H3 REGISTRATIEDOMEIN --> | ||
<!--section id='milieukwaliteit' data-include='./inleiding_milieukwaliteit.html' class='generic informative'></section--> | ||
<section id="milieukwaliteit" data-include-format="markdown" data-include="https://raw.githubusercontent.com/BROprogramma/generiek/gh-pages/mk/milieukwaliteit.md" class="generic informative"></section> | ||
<!-- | ||
NOTE, JV, 19-01-2024: In the final SLD catalogue the data-include must be changed into 'https://docs.geostandaarden.nl/bro/gen/gm/milieukwaliteit.md'. | ||
--> | ||
|
||
<!-- H4 BESCHRIJVING REGISTRATIEOBJECT = toelichting--> | ||
<!--section id="milieuhygienisch_bodemonderzoek" data-include='./toelichting.html'></section--> | ||
<section id="milieuhygienisch_bodemonderzoek" data-include-format="markdown" data-include='./toelichting.md'></section> | ||
|
||
<!-- H4 MILIEUHYGIENISCH BODEMONDERZOEK (toelichting)--> | ||
<section | ||
id="milieuhygienisch_bodemonderzoek" | ||
data-include-format="markdown" | ||
data-include='./toelichting.md'> | ||
</section> | ||
|
||
<!-- H5 OPBOUW GEGEVENSDEFINITIE --> | ||
<section id="gegevensdefinitie" data-include-format="markdown" data-include="./gegevensdefinitie.md" class="generic informative"></section> | ||
<section | ||
id="gegevensdefinitie" | ||
data-include-format="markdown" | ||
data-include="./gegevensdefinitie.md" | ||
class="generic informative"> | ||
</section> | ||
|
||
<!-- HOOFDSTUK 6 EN 7 GEGEVENSDEFINITIE EN WAARDELIJSTEN --> | ||
<div data-include="data/SAD-cat.respec.html" data-include-replace=true></div> | ||
<div | ||
data-include="data/SAD-cat.respec.html" | ||
data-include-replace=true> | ||
</div> | ||
|
||
|
||
<!-- Leaflet required for panZoomImage--> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" /> | ||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> | ||
<!-- panZoomImage --> | ||
<script src="https://docs.geostandaarden.nl/bro/gen/js/panZoomImage.js"></script> | ||
|
||
</body> | ||
|
||
</html> |