diff --git a/views/lot-view.ejs b/views/lot-view.ejs index 60866986..4eaa55fe 100644 --- a/views/lot-view.ejs +++ b/views/lot-view.ejs @@ -46,56 +46,60 @@ <% } %> -
-
-

- <%= configFunctions.getProperty("aliases.map") %>
- - <%= lot.mapName || "(No Name)" %> - -

-
-
-

- <%= configFunctions.getProperty("aliases.lot") %> Type
- <%= lot.lotType %> -

-
-
-

- Status
- <%= lot.lotStatus %> -

-
-
- <% if (lot.lotFields.length > 0) { %> - <% for (const lotField of lot.lotFields) { %> +
+
+
+
+
+

- <%= lotField.lotTypeField %>
- <% if (lotField.lotFieldValue) { %> - <%= lotField.lotFieldValue %> - <% } else { %> - (No Value) - <% } %> + <%= configFunctions.getProperty("aliases.map") %>
+ + <%= lot.mapName || "(No Name)" %> +

+

+ <%= configFunctions.getProperty("aliases.lot") %> Type
+ <%= lot.lotType %> +

+

+ Status
+ <%= lot.lotStatus %> +

+
+ <% if (lot.lotFields.length > 0) { %> +
+ <% for (const lotField of lot.lotFields) { %> +

+ <%= lotField.lotTypeField %>
+ <% if (lotField.lotFieldValue) { %> + <%= lotField.lotFieldValue %> + <% } else { %> + (No Value) + <% } %> +

+ <% } %> +
<% } %> - <% } %> +
+ <% if (lot.mapSVG) { %> +
+
+

Image

+
+ <% const imageURL = urlPrefix + "/images/maps/" + lot.mapSVG %> +
+ <%- include('../public/images/maps/' + lot.mapSVG); -%> +
+
+
+
+ <% } %>
-<% if (lot.mapSVG) { %> -
-

Image

-
- <% const imageURL = urlPrefix + "/images/maps/" + lot.mapSVG %> -
- <%- include('../public/images/maps/' + lot.mapSVG); -%> -
-
-
-<% } %> <% if (lot.lotComments.length > 0) { %>