{/if}
{if $regEvent.locations.name || $regEvent.locations.address}
<div class="small-12 columns glm-reg-event-profile-details glm-reg-location">
- {$regEvent.locations.name}
+ <a href="https://maps.google.com/maps?daddr={$regEvent.locations.name|escape}%40{$regEvent.locations.lat},{$regEvent.locations.lon}" target="_blank">{$regEvent.locations.name}</a>
{if $regEvent.locations.address}
<br>{$regEvent.locations.address}
{/if}
<br> {if $regEvent.locations.city.name}{$regEvent.locations.city.name},{/if}{$regEvent.locations.state.name} {$regEvent.locations.zip}
</div>
{/if}
- </div>
- </div>
- <div class="small-12 columns">
- <div class="row">
{if $regEvent.locations.lat && $regEvent.locations.lon}
- <div class="small-12 medium-4 columns glm-reg-event-profile-map-container">
+ <div class="small-12 columns glm-reg-event-profile-map-container">
<div id="glm-reg-map-container">
<div id="glm-reg-map" class="glm-reg-map">(map loads here)</div>
</div>
</div>
<div class="small-12 columns glm-reg-event-profile-details">
- <div id="glm-reg-detail-map-button" class="button map-button">View Map</div>
- <form id="MemberDrivingDirectionsForm" name="MemberDrivingDirectionsForm" method="post" action="">
- <input type="hidden" id="MemberLocation" name="MemberLocation" value="">
- <input type="hidden" id="MemberLat" name="MemberLat" value="{$regEvent.locations.lat}">
- <input type="hidden" id="MemberLon" name="MemberLon" value="{$regEvent.locations.lon}">
- <input type="submit" class="button map-button text-center glm-reg-detail-directions-button map-button" id="glm-reg-detail-directions-button" name="MemberDrivingDirectionSubmit" value="Directions">
- </form>
+ <div id="glm-reg-detail-map-button" class="map-button">View Map</div>
</div>
{/if}
+ </div>
+ </div>
+ <div class="small-12 columns">
+ <div class="row">
+
{literal}
<% if ( descr ) { %><div class="small-12 columns glm-reg-event-profile-details"><%= descr %></div><% } %>
<% if ( terms ) { %><div class="small-12 columns glm-reg-event-profile-details"><%= terms %></div><% } %>