<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <% Dictionary Fields = ViewData["Fields"] as Dictionary; if (Fields == null) { Fields = new Dictionary(); } %>

> <%:Model.Latitude%>

> <%:Model.Longitude%>

> <%:Model.UtmEast%>

> <%:Model.UtmNorth%>

> <%:Model.UtmZone%> Assumes northern hemisphere

> <%if (Model.CollectionMethodCode != null) { %> <% Html.RenderPartial("LookupItem", LookupUtility.Get(Model.CollectionMethodCode)); %> <%} %>

> <%:HtmlUtility.Format(Model.CollectionTime)%>

> <%if (Model.ReferencePointCode != null) { %> <% Html.RenderPartial("LookupItem", LookupUtility.Get(Model.ReferencePointCode)); %> <%} %>

> <%if (Model.ReferenceSystemCode != null){ %> <% Html.RenderPartial("LookupItem", LookupUtility.Get(Model.ReferenceSystemCode)); %> <%} %>