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.

16 lines
534 B

  1. <div class="col-md-9">
  2. <div class="article" style="height:500px;">
  3. <iframe width="100%" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=::addr::&output=embed"></iframe>
  4. </div>
  5. </div>
  6. <div class="col-md-3">
  7. <div class="article" style="height:500px;font-size:1.2em;">
  8. <strong>::place.name::</strong><br/>
  9. $$nullSafe(::place.address1::)<br/>
  10. $$nullSafe(::place.address2::)<br/>
  11. $$nullSafe(::place.zipCode::) $$nullSafe(::place.city::)
  12. </div>
  13. </div>