191
| <![CDATA[<div
id="map-container-google-11"
class="z-depth-1-half map-container-6"
style="height: 400px"
>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3736.311617903144!2d-47.401235884532795!3d-20.534427086268177!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94b0a63a669313a7%3A0xa21c0c6a18d8331c!2sPinacoteca%20Municipal%20%22Miguel%20%C3%82ngelo%20Pucci%22!5e0!3m2!1spt-BR!2sbr!4v1574364317550!5m2!1spt-BR!2sbr"
width="400"
height="300"
frameborder="0"
style="border:0;"
allowfullscreen=""
></iframe>
</div>]]>
|
196
| <![CDATA[<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3736.311617903144!2d-47.401235884532795!3d-20.534427086268177!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94b0a63a669313a7%3A0xa21c0c6a18d8331c!2sPinacoteca%20Municipal%20%22Miguel%20%C3%82ngelo%20Pucci%22!5e0!3m2!1spt-BR!2sbr!4v1574364317550!5m2!1spt-BR!2sbr"
width="400"
height="300"
frameborder="0"
style="border:0;"
allowfullscreen=""
></iframe>]]>
|
36
| <![CDATA[<style type="text/css">
.map-container-6 {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.map-container-6 iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
</style>]]>
|
25
| <![CDATA[<script type="text/javascript">
document.getElementById('contatoForm').addEventListener('submit', function () {
var nome = this.querySelector('input[name=nome]'), nome = nome.value;
var email = this.querySelector('input[name=email]'), email = email.value;
var motivo = this.querySelector('input[name=motivo]'), motivo = motivo.value;
var texto = 'Olá destinatário, \nMeu nome é '+ nome +' e meu email é '+ email+
'o motivo é '+motivo;
this.querySelector('input[name=Body]').setAttribute('value', texto);
});
</script>]]>
|
0
| Não há código fonte a ser exibido.
|