109
| <![CDATA[<ul class="menu-cabecalho hidden-xs" style="margin-right: 11px;">
<li>
<button class="btn btn-default dropdown-toggle" type="button"
data-toggle="dropdown" aria-haspopup="true"
aria-expanded="true" onclick="window.location.href='consulta.action'">
<i class="material-icons icon-24"></i>
</button>
</li>
<li>
<button class="btn btn-default dropdown-toggle" type="button"
data-toggle="dropdown" aria-haspopup="true"
aria-expanded="true" onclick="javascript:imprimir_();">
<i class="material-icons icon-24"></i>
</button>
</li>
</ul>]]>
|
204
| <![CDATA[<div class="tituloAto" style="white-space: nowrap;">
Portaria
<span title="Coordenação-Geral de Tecnologia da Informação">Cotec</span>
<!-- FIM: iterator "atoOrgaos" -->
nº ;55, ;de ;03 de julho de 2019
<!-- Inicio link para historico de epigrafe -->
<!-- FIM link para historico de epigrafe-->
</div>]]>
|
491
| <![CDATA[<div class="tright" id="anotacaoSegmentoOrigemDIV2000748-1" style="display:none">
<a href="link.action?idAto=83889#1737511">
(Portaria
Cotec
nº
54,
de
08/06/17
-
<span class="textoIntegraReduzidoSegmento">
ART. 2º O ACESSO AOS DADOS DA RFB, POR ÓRGÃOS
</span>
-
Alteração)
</a><br />
</div>]]>
|
629
| <![CDATA[<div class="tright" id="anotacaoSegmentoOrigemDIV2000750-1" style="display:none">
<a href="link.action?idAto=83889#1737552">
(Portaria
Cotec
nº
54,
de
08/06/17
-
<span class="textoIntegraReduzidoSegmento">
§ 2º A DISPONIBILIZAÇÃO DE ACESSO AOS DADOS P
</span>
-
Alteração)
</a><br />
</div>]]>
|
879
| <![CDATA[<div class="tright" id="anotacaoSegmentoOrigemDIV2000754-1" style="display:none">
<a href="link.action?idAto=83889#2000771">
(Portaria
Cotec
nº
54,
de
08/06/17
-
<span class="textoIntegraReduzidoSegmento">
§ 4º OS SISTEMAS DE QUE TRATA O CAPUT QUE FIZ
</span>
-
Inclusão)
</a><br />
</div>]]>
|
1073
| <![CDATA[<div class="tright" id="anotacaoSegmentoOrigemDIV2000757-1" style="display:none">
<a href="link.action?idAto=83889#2000772">
(Portaria
Cotec
nº
54,
de
08/06/17
-
<span class="textoIntegraReduzidoSegmento">
PARÁGRAFO ÚNICO. O DISPOSTO NESTE ARTIGO NÃO
</span>
-
Inclusão)
</a><br />
</div>]]>
|
1211
| <![CDATA[<div class="tright" id="anotacaoSegmentoOrigemDIV2000759-1" style="display:none">
<a href="link.action?idAto=83889#2000773">
(Portaria
Cotec
nº
54,
de
08/06/17
-
<span class="textoIntegraReduzidoSegmento">
PARÁGRAFO ÚNICO. COMPETE AO CONVENENTE OU AOS
</span>
-
Inclusão)
</a><br />
</div>]]>
|
1406
| <![CDATA[<footer id="rodape" style="position:absolute;bottom:0;width:100%;" >
<div class="footer" style="margin-top:0px;padding: 6px 0;" >A visualização deste sistema é melhor nos navegadores Internet Explorer 8, Google Chrome 80, Mozilla Firefox 24 ou superiores
</div>
</footer>]]>
|
1408
| <![CDATA[<div class="footer" style="margin-top:0px;padding: 6px 0;" >A visualização deste sistema é melhor nos navegadores Internet Explorer 8, Google Chrome 80, Mozilla Firefox 24 ou superiores
</div>]]>
|
113
| <![CDATA[<button class="btn btn-default dropdown-toggle" type="button"
data-toggle="dropdown" aria-haspopup="true"
aria-expanded="true" onclick="window.location.href='consulta.action'">
<i class="material-icons icon-24"></i>
</button>]]>
|
120
| <![CDATA[<button class="btn btn-default dropdown-toggle" type="button"
data-toggle="dropdown" aria-haspopup="true"
aria-expanded="true" onclick="javascript:imprimir_();">
<i class="material-icons icon-24"></i>
</button>]]>
|
27
| <![CDATA[<script language="javascript">
function imprimir_(){
var tamHA = 0;
if($("#conteudo_historico").length){
tamHA = document.getElementById("conteudo_historico").offsetLeft;
}
funcao="imprimir.action?visao=anotado&idAto=" + "102140" + "&tamHA="+tamHA;
window.open(funcao,'page','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=658,height=800');
}
$(document).ready(function(){
$(".anexo").removeClass("divSegmentos");
});
</script>]]>
|
156
| <![CDATA[<script>
function showHideDestino(nome) {
var teste = document.getElementById(nome);
if(teste.style.display == 'none')
teste.style.display='';
else teste.style.display='none';
}
function showHideOrigem(nome) {
var teste = document.getElementById(nome);
if(teste.style.display == 'none')
teste.style.display='';
else teste.style.display='none';
}
$(document).ready(function(){
$('.historico_ato').click(function() {
$(this).find('i').toggleClass('ativo inativo');
$('#conteudo_historico').toggle();
});
});
$(document).ready(function(){
$('.epigrafeSpan').hover(function(e) {
e.preventDefault();
$('#historicoEpigrafe').css( 'position', 'absolute' );
$('#historicoEpigrafe').css( 'top', e.pageY-10 );
$('#historicoEpigrafe').css( 'left', e.pageX );
$("#historicoEpigrafe").show();
});
$('.epigrafeSpan')
.mouseleave(function() {
$("#historicoEpigrafe").hide();
});
});
</script>]]>
|
1372
| <![CDATA[<script language="javascript">
function verticalScrollPresent() {
return (document.documentElement.scrollHeight !== document.documentElement.clientHeight);
}
function footerAlign() {
$('html').css('height', bodyHeight+80);
$('.div_rodape').css('display', 'block');
$('.div_rodape').css('height', 'auto');
$('.div_rodape').css('width', '100%');
if (verticalScrollPresent()) {
$('.div_rodape').css('position', 'relative');
} else {
$('.div_rodape').css('position', 'absolute');
}
$('.div_rodape').css('bottom', '0');
var footerHeight = 80;
$('.div_rodape').css('height', footerHeight);
}
var bodyHeight = $('html').outerHeight();
$( window ).resize(function() {
footerAlign();
});
$(window).on('scroll', function() {
footerAlign();
});
bodyHeight = $('html').outerHeight();
footerAlign();
</script>]]>
|