From e62b1ccfff2e51f451e343e82f427a199c32586c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 24 Jan 2026 20:36:05 +0000 Subject: [PATCH] Add collapse button for additional information area --- public-report/template/mock/nuisance.html | 198 ++++++++++++---------- 1 file changed, 105 insertions(+), 93 deletions(-) diff --git a/public-report/template/mock/nuisance.html b/public-report/template/mock/nuisance.html index 27e14e15..0729e830 100644 --- a/public-report/template/mock/nuisance.html +++ b/public-report/template/mock/nuisance.html @@ -28,7 +28,14 @@ function selectInspectionType(type) { document.getElementById('schedulingSection').style.display = 'none'; } } - +function toggleCollapse(something) { + el = document.getElementById(something) + if (el.classList.contains('collapse')) { + el.classList.remove('collapse'); + } else { + el.classList.add('collapse'); + } +} // Check for source identification document.addEventListener('DOMContentLoaded', function() { const sourceCheckboxes = [ @@ -378,110 +385,115 @@ document.addEventListener('DOMContentLoaded', function() { - -
-
- -

Potential Mosquito Sources

- optional -
-

Have you noticed any of these common mosquito breeding sources in your area?

- -
-
-
Did you know?
-

Mosquitoes can breed in as little as a bottle cap of water! Eliminating standing water is the most effective way to reduce mosquito populations.

+ +
+ +
+
+ +

Potential Mosquito Sources

+ optional
-
+

Have you noticed any of these common mosquito breeding sources in your area?

-
- -
-
-
-
- -
-
Stagnant Water
-

Green pools, ponds, fountains, or birdbaths that aren't maintained

-
- - +
+
+
Did you know?
+

Mosquitoes can breed in as little as a bottle cap of water! Eliminating standing water is the most effective way to reduce mosquito populations.

+
+
+ +
+ +
+
+
+
+ +
+
Stagnant Water
+

Green pools, ponds, fountains, or birdbaths that aren't maintained

+
+ + +
+ + +
+
+
+
+ +
+
Containers
+

Buckets, planters, toys, tires, or any items that collect rainwater

+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
Roof & Gutters
+

Clogged street gutters, yard drains, or AC units that collect water

+
+ + +
+
+
+
+
+ + + +
+
+ + + {{template "photo-upload"}} +
+
+
+ +
+
+ +

Additional Information

+ optional
- -
-
-
-
- -
-
Containers
-

Buckets, planters, toys, tires, or any items that collect rainwater

-
- - -
-
-
-
- - -
-
-
-
- -
-
Roof & Gutters
-

Clogged street gutters, yard drains, or AC units that collect water

-
- - -
-
+
+
+ +
- - -
-
- - - {{template "photo-upload"}} -
-
- -
-
- -

Additional Information

- optional -
- -
-
- - -
-
-
-