pages/heritage.php
Snapshot 2026.09.17-a2894de (current) · 19 lines · 1,695 bytes · tree · plain text
SHA-256
cebd2619e584d188167c4e05922508330539bf4902537b05df884765840e77ad| 1 | <?php |
| 2 | require_once __DIR__.'/../inc/layout.php'; |
| 3 | page_header('Heritage','heritage'); |
| 4 | echo '<h1>Heritage & archaeology</h1><p class="lede">Eight recorded monuments under six registry numbers stand on this parcel, surveyed in 2016 for the planning process. The development is designed around them; this page carries the register, the erosion watch, and findings as the research programme produces them.</p>'; |
| 5 | echo '<div class="grid cols2">'; |
| 6 | $mon=[['301:1','Túngarður (homefield wall)','North shore bank','Low class · erosion risk'], |
| 7 | ['302:1','Bæjarhólar · two farm mounds','Centre of homefield','Highest class on site · built around, never over'], |
| 8 | ['303:1-2','Ruins, probable croft Tröð','SE shore, by the stream','Second class · active coastal erosion'], |
| 9 | ['327:1','Túngarður (second wall)','West of stream','Low class'], |
| 10 | ['328:1','Garður (faint wall)','Down the ness','Uncertain man-made'], |
| 11 | ['329:1','Ruin at Bakkatóft, probable croft Bakki','West ness, inside the wall','Second class · installation site, licence-gated']]; |
| 12 | foreach($mon as [$nr,$name,$where,$note]){ |
| 13 | echo '<div class="card"><h3>'.h($nr).' · '.h($name).'</h3><div class="kv">'.h($where).'</div><div class="kv">'.h($note).'</div></div>'; |
| 14 | } |
| 15 | echo '</div>'; |
| 16 | echo '<h2>Erosion watch</h2><p class="note">Fixed-point stations are sighted on the eroding sea bank at the shoreline ruins, so the landscape record doubles as a heritage-risk record. Frames appear under Cameras; change analysis lands here.</p>'; |
| 17 | echo '<h2>Findings</h2><p class="note">Geophysics and any licensed excavation results are interpreted here as they emerge, on the partners\' schedule, with sensitive locations generalised.</p>'; |
| 18 | page_footer(); |
| 19 | |
Lines can be cited as pages/heritage.php L120-L140, platform code 2026.09.17-a2894de; add #L120-L140 to this page's address to highlight them. Source shown for scrutiny of the research platform. All rights reserved. Not offered as installable software.