From a6c3c9df5e46739185e4a395b5b2cfd163b51dd3 Mon Sep 17 00:00:00 2001 From: ZDDC Date: Sun, 3 May 2026 20:42:49 -0500 Subject: [PATCH] chore(headers): standardize titles + refresh icon across tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cross-tool header inconsistencies cleaned up after the audit prompted by the browse Phase 2 work: - landing/template.html: title was 'ZDDC Archive' (a holdover from when landing WAS the archive). The page is now the project picker — title shortened to plain 'ZDDC'. Browser tab title follows: 'ZDDC Archive — Projects' → 'ZDDC — Projects'. Title + build label wrapped in title-group div for layout consistency with archive/classifier/mdedit/browse. - form/template.html: title was bare; same title-group wrapping. The id='form-title' stays — its content is overwritten at runtime by form.js based on the form schema's name. - classifier/template.html: refresh button text 'Refresh' → '⟳' icon to match archive + browse. Same title attribute, just smaller visual weight. Untouched (intentionally): - archive's button stays 'Add Local Directory' + addDirectoryBtn id — semantically different from the others (archive accumulates multiple directories; everyone else operates on one). The naming reflects that. - transmittal — different layout entirely (page-header with sender/receiver logo cells); not a candidate for app-header standardization. --- classifier/template.html | 2 +- form/template.html | 6 ++++-- landing/template.html | 8 +++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/classifier/template.html b/classifier/template.html index 41a3ebf..c805bb3 100644 --- a/classifier/template.html +++ b/classifier/template.html @@ -30,7 +30,7 @@ {{BUILD_LABEL}} - +
diff --git a/form/template.html b/form/template.html index da37420..c3d8de4 100644 --- a/form/template.html +++ b/form/template.html @@ -20,8 +20,10 @@ - ZDDC Form - {{BUILD_LABEL}} +
+ ZDDC Form + {{BUILD_LABEL}} +
diff --git a/landing/template.html b/landing/template.html index 3fd2c3b..1c0c4fc 100644 --- a/landing/template.html +++ b/landing/template.html @@ -3,7 +3,7 @@ - ZDDC Archive — Projects + ZDDC — Projects