Skip to content

Commit db4f0bb

Browse files
committed
2 fouten er uit
1 parent 1b80f95 commit db4f0bb

File tree

3 files changed

+8
-46
lines changed

3 files changed

+8
-46
lines changed

config.js

-28
This file was deleted.

index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
<script src="./js/config.js" class="remove"></script> <!--In config.js zet je een aantal config-parameters-->
1111
<script src="./js/aquo-config.js" class="remove"></script>
1212
<script src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js" class="remove" async></script>
13-
13+
<script src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected]/dist/main.js" class="remove"></script>
1414
<script class="remove"> respecConfig = {...organisationConfig, ...respecConfig}</script>
1515
<script>document.title = respecConfig.title</script>
1616
<!--<script src="https://data.aquo.nl/informatiemodel/publicatie/respec.js" class="remove"></script>-->
17-
<link rel="stylesheet" type="text/css" href="https://data.aquo.nl/informatiemodel/publicatie/localstyle.css" />
18-
19-
<script src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected]/dist/main.js" class="remove"></script>
2017

18+
<link rel="stylesheet" type="text/css" href="https://data.aquo.nl/informatiemodel/publicatie/localstyle.css" />
19+
2120
<!-- De volgende regel zorgt ervoor dat plaatjes uit Imvertor niet geschaald
2221
worden, zodat de imagemap die op deze plaatjes zit werkt. -->
2322
<style>div.imageinfo img {max-width: none;}</style>

js/config.js

+5-14
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ let respecConfig = {
1919
//specType: "BD", // Beheer Documentatie
2020
//specType: "AL", // Algemeen document
2121
//specType: "BP", // Best Practice
22+
labelColor: "#FF0000",
2223
//-- pubDomain is verplicht! (komt in de URL) -------------------------------------
2324
pubDomain: "IMWA Basis",
2425
//-- license: voor de geldende gebruiksvoorwaarden. Default is cc-by.
2526
//licence: "cc-by-nd", // bronvermelding, geen afgeleide werken (default)
2627
//licence: "cc0", // Public Domain Dedication
27-
licence: "cc-by", // Attribution, met bronvermelding
28+
licences: ["cc-by"], // Attribution, met bronvermelding
2829
//-- shortName is verplicht! (komt in de URL: kies logische afkorting)--------------
2930
shortName: "IMWA Basis",
3031
//-- publishDate is verplicht -------------------------------------------------------
@@ -63,19 +64,9 @@ let respecConfig = {
6364
//editors:
6465
//[
6566
// {
66-
// name: "Paul Janssen",
67-
// company: "Geonovum",
68-
// companyURL: "https://www.geonovum.nl"
69-
// },
70-
// {
71-
// name: "Dick Krijtenburg",
72-
// company: "Geonovum",
73-
// companyURL: "https://www.geonovum.nl"
74-
// },
75-
// {
76-
// name: "Gerard Trouborst",
77-
// company: "Geonovum",
78-
// companyURL: "https://www.geonovum.nl"
67+
// name: "Wijnand van Riel",
68+
// company: "IHW",
69+
// companyURL: "https://www.ihw.nl"
7970
// },
8071
//],
8172
//-- de namen van de auteur(s) ------------------------------------------------------

0 commit comments

Comments
 (0)