From 8a6de7d8384a49cd63fb6358122d36546a538d31 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 19 Dec 2018 16:13:25 -0500 Subject: [PATCH] Ending div tag fixed for interactive map viewfile --- views/front/members/interactivemap.html | 137 ++++++++++++------------ 1 file changed, 69 insertions(+), 68 deletions(-) diff --git a/views/front/members/interactivemap.html b/views/front/members/interactivemap.html index 632213a9..cc687ab5 100644 --- a/views/front/members/interactivemap.html +++ b/views/front/members/interactivemap.html @@ -398,78 +398,79 @@ div#memberLocations {
- - - - - - - - - - + + + + + + + + + + -
- {* Member Map *} -
-
-
-
    - {foreach $categories as $category_id => $catData} -
  • -
    {$catData.name}
    -
    - {foreach $catData.subCats as $subCatData} - - {/foreach} -
    Close
    -
    -
  • - {/foreach} -
-
-
- Zoom to Cities and Counties -
- -
-
-
- Counties: -
    - {foreach $counties as $county} -
  • - {$county.name} -
  • - {/foreach} -
-
-
- Cities: -
    - {foreach $cities as $city} -
  • - {$city.name} -
  • - {/foreach} -
+
+ {* Member Map *} +
+
+
+
    + {foreach $categories as $category_id => $catData} +
  • +
    {$catData.name}
    +
    + {foreach $catData.subCats as $subCatData} + + {/foreach} +
    Close
    +
    +
  • + {/foreach} +
+
+
+ Zoom to Cities and Counties +
+
    +
  • Green = Places to Stay
  • +
  • Red = Attractions
  • +
  • Blue = Recreation
  • +
  • Brown = Transportation
  • +
  • Yellow = Dining
  • +
  • Orange = Shopping
  • +
  • Purple = Services
  • +
  • Grey = Multiple Categories
  • +
+
+
+
+ Counties: +
    + {foreach $counties as $county} +
  • + {$county.name} +
  • + {/foreach} +
+
+
+ Cities: +
    + {foreach $cities as $city} +
  • + {$city.name} +
  • + {/foreach} +
+
-
-
+
+
-- 2.17.1