12
| <![CDATA[<style>
#topo2 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.42857143;
font-size: 25px;
color: #B0B4C0;
margin-top: 50px;
}
.btn-primary {
color: #fff;
background-color: #145289;
border-color: #fff;
}
</style>]]>
|
78
| <![CDATA[<button type="button" class="col-md-2 btn btn-primary" onclick="window.location.href='../Historia.aspx'">HISTÓRIA</button>]]>
|
79
| <![CDATA[<button type="button" class="col-md-2 btn btn-primary" onclick="window.location.href='../Quem_e_quem.aspx'">QUEM É QUEM</button>]]>
|
80
| <![CDATA[<button type="button" class="col-md-2 btn btn-primary" onclick="window.location.href='../abc_condominio.aspx'">ABC DO CONDOMÍNIO</button>]]>
|
81
| <![CDATA[<button type="button" class="col-md-3 btn btn-primary" onclick="window.location.href='../Conserve_imovel.aspx'">CONSERVE SEU IMÓVEL</button>]]>
|
82
| <![CDATA[<button type="button" class="col-md-3 btn btn-primary" onclick="window.location.href='http://www.prefeitura.sp.gov.br/portal/portal/contato/index.php?contato=1&url=http://www.prefeitura.sp.gov.br/cidade/secretarias/habitacao/cohab/'">DÚVIDAS E SUGESTÕES</button>]]>
|
265
| <![CDATA[<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-6172929-9', 'auto');
ga('send', 'pageview');
</script>]]>
|
278
| <![CDATA[<script>
var changeUrlSelect = function () {
window.location = this.options[this.selectedIndex].value
};
var keyupTab = function (a) {
if (a.keyCode == 9) {
document.getElementById("accessibility").removeAttribute("class");
document.querySelector(".nav-accessibility a[accesskey='1']").focus();
ga("send", {
hitType: "event",
eventCategory: "accessibility",
eventAction: "start",
eventLabel: window.location.href,
nonInteraction: true
});
document.onkeyup = null
}
};
window.onload = function () {
//document.getElementById("orgaosSecretarias").onchange = changeUrlSelect;
//document.getElementById("orgaosSubprefeituras").onchange = changeUrlSelect;
//document.getElementById("orgaosOutros").onchange = changeUrlSelect;
document.onkeyup = keyupTab;
$("#nav").affix({
offset: {
top: 100 //(document.querySelector(".header").offsetHeight)
}
})
};
</script>]]>
|