code from amapei

This commit is contained in:
cagette@ct8
2020-09-26 18:25:18 +00:00
parent 42fe367911
commit 72b4699871
1966 changed files with 220437 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
<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>
</div>