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>]]>
|
124
| <![CDATA[<script>
//$(function () {
// $('#btn1').click(function () { window.location = 'arquivos/Carta_anual_de_governanca_publicacao.pdf'; });
// $('#btn2').click(function () { window.location = 'arquivos/Carta_anual_de_governanca_publicacao_Anexo_I.pdf'; });
// $('#btn3').click(function () { window.location = 'http://transparencia.cohab.sp.gov.br/images/005200/estatuto.pdf'; });
// $('#btn4').click(function () { window.location = 'Historia.aspx'; });
// $('#btn5').click(function () { window.location = 'arquivos/Politica-Dividendos.pdf'; });
// $('#btn6').click(function () { window.location = 'arquivos/POLITICA_DE_DIVULGACOES_DE_INFORMACOES_texto_2_DIADM_publicacao.pdf'; });
// $('#btn7').click(function () { window.location = 'arquivos/Politica_de_transacao_com_partes_relacionas.pdf'; });
// $('#btn8').click(function () { window.location = 'arquivos/Regulamento_de_Licitacoes_e_Contratos_da_COHAB-SP.pdf'; });
// $('#btn9').click(function () { window.location = 'arquivos/Relatorio_de_Sustentabilidade.pdf'; });
//});
</script>]]>
|
152
| <![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>]]>
|
165
| <![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>]]>
|