pages/construction.php
Snapshot 2026.09.17-a2894de (current) · 11 lines · 895 bytes · tree · plain text
SHA-256
78a18e521088659c2d2c53d9e68a34c831f00d0674cd5c0193213cf36f6508e9| 1 | <?php |
| 2 | require_once __DIR__.'/../inc/layout.php'; |
| 3 | page_header('Construction','construction'); |
| 4 | echo '<h1>Construction diary</h1><p class="lede">The build, documented like everything else: annotated timeline, machine-day log, compliance notes against the heritage ground rules (no storage, machine tracks or deposits near monuments), and the time-lapse record.</p>'; |
| 5 | $q=db()->query("SELECT * FROM annotations WHERE scope IN ('construction','site') ORDER BY ts DESC LIMIT 60"); |
| 6 | echo '<table class="data"><tr><th>Date</th><th>Entry</th></tr>'; |
| 7 | foreach($q as $a){ echo '<tr><td>'.h(substr($a['ts'],0,10)).'</td><td>'.h($a['text']).'</td></tr>'; } |
| 8 | echo '</table>'; |
| 9 | echo '<p class="note">Ground-breaking follows instrument go-live in early 2027; the pre-construction baseline window and its brevity are documented in the research plan and reported with every analysis that uses it.</p>'; |
| 10 | page_footer(); |
| 11 | |
Lines can be cited as pages/construction.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.