Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BertDarwinkel authored Feb 7, 2024
1 parent 2ae2eb6 commit 1d2c73e
Showing 1 changed file with 49 additions and 17 deletions.
66 changes: 49 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 1d2c73e

Please sign in to comment.