Skip to content

Commit 9b062e6

Browse files
authored
Merge pull request #25 from itk-dev/feature/vosnaes-mock-pdf-links
feat: link Vosnæs hearing materials to real PDFs
2 parents 560904b + 2f51557 commit 9b062e6

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
### Changed — Real PDF links in Vosnæs hearing detail mock (deltag-aarhus)
10+
- The four materials in the Vosnæs prototype (`mocks/index.html`) now link to the actual public PDFs (Forslag til Lokalplan nr. 1237, Miljøvurderingsrapport, Ikke-teknisk resumé, Forslag til §25-tilladelse), opening in a new tab. The lokalplan preview modal's "Åbn på ny side" and "Download PDF" buttons point at the live `plandata.dk` document.
11+
912
### Added — AI Bibliotek Project
1013
- Prototype for a shared library where Danish public authorities publish and "hjemtage" (take home) AI assistants — initially OpenWebUI-based — so local use cases can scale nationally
1114
- Single-page mock adapted from the Dansk Viden til Dansk AI SPA: self-signup, katalog with search and facets (kommune, sprogmodel, rammeværk, datafølsomhed), assistant detail with modelkort/readme/vidensopskrift and versioned JSON export, plus a "del assistent" flow — `localStorage` backend, teal primary color

docs/public/projects/deltag-aarhus/mocks/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,21 +187,21 @@ <h2 class="materials__heading">Materialer (4)</h2>
187187
<i class="fa-solid fa-file-pdf materials__item-icon" aria-hidden="true"></i>
188188
</span>
189189
</a>
190-
<a href="#" class="materials__item">
190+
<a href="https://dagsordener.aarhus.dk/vis/pdf/bilag/2ef267ef-a625-4115-87bf-abd1a50049d8/?redirectDirectlyToPdf=false" class="materials__item" target="_blank" rel="noopener">
191191
<span class="materials__item-name">Miljøvurderingsrapport</span>
192192
<span class="materials__item-meta">
193193
<span class="materials__item-size">(PDF - 8.7 mb.)</span>
194194
<i class="fa-solid fa-file-pdf materials__item-icon" aria-hidden="true"></i>
195195
</span>
196196
</a>
197-
<a href="#" class="materials__item">
197+
<a href="https://dagsordener.aarhus.dk/vis/pdf/bilag/8165fff1-aac0-4c64-8c45-ab72c88ad379/?redirectDirectlyToPdf=false" class="materials__item" target="_blank" rel="noopener">
198198
<span class="materials__item-name">Ikke-teknisk resumé af miljøvurdering</span>
199199
<span class="materials__item-meta">
200200
<span class="materials__item-size">(PDF - 1.2 mb.)</span>
201201
<i class="fa-solid fa-file-pdf materials__item-icon" aria-hidden="true"></i>
202202
</span>
203203
</a>
204-
<a href="#" class="materials__item">
204+
<a href="https://dagsordener.aarhus.dk/vis/pdf/bilag/d27f1d05-fe8e-4918-bae5-c1aa876140f7/?redirectDirectlyToPdf=false" class="materials__item" target="_blank" rel="noopener">
205205
<span class="materials__item-name">Forslag til §25-tilladelse til vindmølleprojekt</span>
206206
<span class="materials__item-meta">
207207
<span class="materials__item-size">(PDF - 0.8 mb.)</span>
@@ -537,11 +537,11 @@ <h2 class="modal__title" id="material-modal-title">Forslag til Lokalplan nr. 123
537537
</div>
538538
<div class="modal__body">
539539
<div class="material-modal__actions">
540-
<a href="#" class="material-modal__action-btn" target="_blank">
540+
<a href="https://dokument.plandata.dk/20_12087140_1749044435398.pdf" class="material-modal__action-btn" target="_blank" rel="noopener">
541541
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i>
542542
Åbn på ny side
543543
</a>
544-
<a href="#" class="material-modal__action-btn" download>
544+
<a href="https://dokument.plandata.dk/20_12087140_1749044435398.pdf" class="material-modal__action-btn" target="_blank" rel="noopener" download>
545545
<i class="fa-solid fa-download" aria-hidden="true"></i>
546546
Download PDF
547547
</a>

0 commit comments

Comments
 (0)