You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
647 B

::use "design.mtt"::
<div class="col-md-9">
<div class="article" style="height:500px;">
<iframe width="100%" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=::addr::&output=embed"></iframe>
</div>
</div>
<div class="col-md-3">
<div class="article" style="height:500px;font-size:1.2em;">
<strong>::place.name::</strong><br/>
$$nullSafe(::place.address1::)<br/>
$$nullSafe(::place.address2::)<br/>
$$nullSafe(::place.zipCode::) $$nullSafe(::place.city::)
<div>
<a href="/" class="btn btn-default btn-sm">::_("Back")::</a>
</div>
</div>
</div>
::end::