From cc7ce44f47cfb614e12b748d46b9bb44a96083d3 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 7 Apr 2026 16:05:30 +0000 Subject: [PATCH] Finish porting styles of compliance flow --- .../rmo/district-compliance-concern.html | 50 ---- .../rmo/district-compliance-permission.html | 254 ------------------ ts/rmo/content/compliance/Concern.vue | 41 +++ ts/rmo/content/compliance/Contact.vue | 14 + 4 files changed, 55 insertions(+), 304 deletions(-) diff --git a/html/template/rmo/district-compliance-concern.html b/html/template/rmo/district-compliance-concern.html index bd9e5c22..92f71cbc 100644 --- a/html/template/rmo/district-compliance-concern.html +++ b/html/template/rmo/district-compliance-concern.html @@ -2,56 +2,6 @@ {{ define "title" }}District Concerns{{ end }} {{ define "extraheader" }} - {{ end }} {{ define "content" }} {{ end }} diff --git a/html/template/rmo/district-compliance-permission.html b/html/template/rmo/district-compliance-permission.html index 897d43ce..8308d315 100644 --- a/html/template/rmo/district-compliance-permission.html +++ b/html/template/rmo/district-compliance-permission.html @@ -4,258 +4,4 @@ {{ define "extraheader" }} {{ end }} {{ define "content" }} -
-
-

Property access permission

- -

- Granting access allows our technicians to inspect and potentially treat - mosquito sources more quickly, helping protect you and your neighbors. -

- -
- -
- - - -
-
- - -
-
- - -
-
- - -
- -
- - -
- -
- -
- - -
-
- - -
-
- - -
- - -
-
- - -
-
- - -
-
- - -
- -
- - -
-
- - -
-
- - -
-
- - -
-
-

- We understand. Your cooperation is voluntary, - but mosquito breeding sources can affect the health and comfort - of the entire community. -

-

- To help us review this situation and avoid unnecessary - escalation, we strongly encourage you to: -

-
    -
  • Provide detailed photos of the area
  • -
  • Share your contact information
  • -
  • Include any context that may be helpful
  • -
-

- - This allows our team to assess whether the concern has been - addressed or if additional steps may be necessary. - -

-
-
-
- - - -
-
-
- - {{ end }} diff --git a/ts/rmo/content/compliance/Concern.vue b/ts/rmo/content/compliance/Concern.vue index 6e306066..6c2a06e6 100644 --- a/ts/rmo/content/compliance/Concern.vue +++ b/ts/rmo/content/compliance/Concern.vue @@ -1,3 +1,44 @@ +