1197
| <![CDATA[<ul
aria-labelledby="dropdownAlignment1"
class="dropdown-menu"
x-placement="bottom-start"
style="position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(0px, 40px, 0px);z-index:100000;box-shadow: 0 3px 6px rgba(0,0,0,0.25);"
>
<li class="">
<a href="https://www.gov.br/pt-br/orgaos-do-governo">Órgãos do Governo</a>
</li>
<li class="">
<a href="http://www.acessoainformacao.gov.br">Acesso à Informação</a>
</li>
<li class="">
<a href="http://www4.planalto.gov.br/legislacao">Legislação</a>
</li>
<li class="">
<a href="http://gov.br/accessibility-info">Acessibilidade</a>
</li>
</ul>]]>
|
1441
| <![CDATA[<div class="" style="">
</div>]]>
|
2025
| <![CDATA[<div id="search-advanced" class="collapse collapse-pesquisa d-none" style="display: none;">
<div class="row">
<div class="col-md-4">
<div class="form-group">
<h3>TIPO DE PESQUISA</h3>
<div>
<input type="radio" name="tipo-pesquisa" id="tipo-pesquisa-0" value="0" checked>
<label for="tipo-pesquisa-0">Qualquer resultado</label>
</div>
<div>
<input type="radio" name="tipo-pesquisa" id="tipo-pesquisa-1" value="1" >
<label for="tipo-pesquisa-1">Resultado exato</label>
</div>
</div>
<div class="form-group">
<h3>FORMA DE PESQUISA <span class="asterisco">*</span></h3>
<div>
<input type="radio" id="pesquisa-ato-ato" name="sistema-busca" value="0" checked>
<label for="pesquisa-ato-ato">Pesquisa Ato-a-Ato <i class="glyphicon glyphicon-question-sign" data-toggle="tooltip" data-placement="right" title="Realiza pequisa matéria por matéria com os filtros selecionados."><span class="d-none">Ícone</span></i></label>
</div>
<div>
<input type="radio" id="pesquisa-versao-certificada" name="sistema-busca" value="1" onclick="selecionarData('dia'); changeCustomDateDisplay('hide');" >
<label for="pesquisa-versao-certificada">Pesquisa na Versão Certificada <i class="glyphicon glyphicon-question-sign" data-toggle="tooltip" data-placement="right" title="Realiza pesquisa e exibe atos assinados digitalmente em formato PDF."><span class="d-none">Ícone</span></i></label>
</div>
<div>
<input type="radio" id="pesquisa-diario-completo" name="sistema-busca" value="2" onclick="selecionarData('dia') changeCustomDateDisplay('hide');">
<label for="pesquisa-diario-completo">Diário Completo Certificado <i class="glyphicon glyphicon-question-sign" data-toggle="tooltip" data-placement="right" title="Exibe o diário completo assinado digitalmente em formato PDF. Para visualizar outra data, seleciona a opção 'Data Exata' nas opções acima."><span class="d-none">Ícone</span></i></label>
</div>
</div>
</div>
<div class="col-md-3">
<div class="form-group">
<h3>ONDE PESQUISAR</h3>
<div>
<input type="radio" id="termo-pesquisado-0" name="termo-pesquisado" value="0" checked>
<label for="termo-pesquisado-0">Tudo</label>
</div>
<div>
<input type="radio" id="termo-pesquisado-1" name="termo-pesquisado" value="1" >
<label for="termo-pesquisado-1">No título</label>
</div>
<div>
<input type="radio" id="termo-pesquisado-2" name="termo-pesquisado" value="2" >
<label for="termo-pesquisado-2">No conteúdo</label>
</div>
<div class="d-none">
<input type="radio" id="termo-pesquisado-3" name="termo-pesquisado" value="3" >
<label for="termo-pesquisado-3">Na ementa <span class="badge badge-primary"> <span class="badge-item badge-item-expand">Novo!</span></span></label>
</div>
</div>
<div class="form-group">
<h3>ORDENAÇÃO <span class="badge badge-primary"><span class="badge-item badge-item-expand">Novo!</span></span></h3>
<div>
<input type="radio" id="ordenacao-pesquisa-1" name="sortType" value="0" checked>
<label for="ordenacao-pesquisa-1">Por data</label>
</div>
<div>
<input type="radio" id="ordenacao-pesquisa-0" name="sortType" value="1" >
<label for="ordenacao-pesquisa-0">Por relevância</label>
</div>
</div>
</div>
<div class="col-md-2">
<div class="form-group date-radio">
<h3>DATA <span class="asterisco">*</span> <span class="badge badge-primary"> <span class="badge-item badge-item-expand">Novo!</span></span></h3>
<div>
<input type="radio" name="data-exata" id="all" value="all" checked onclick="changeCustomDateDisplay('hide')">
<label for="all">Qualquer período</label>
</div>
<div>
<input type="radio" name="data-exata" id="dia" value="dia" onclick="changeCustomDateDisplay('hide')">
<label for="dia">Edição do Dia</label>
</div>
<div>
<input type="radio" name="data-exata" id="semana" value="semana" onclick="changeCustomDateDisplay('hide')">
<label for="semana">Última semana</label>
</div>
<div>
<input type="radio" name="data-exata" id="mes" value="mes" onclick="changeCustomDateDisplay('hide')">
<label for="mes">Último mês</label>
</div>
<div>
<input type="radio" name="data-exata" id="ano" value="ano" onclick="changeCustomDateDisplay('hide')">
<label for="ano">Último ano</label>
</div>
<div>
<input type="radio" name="data-exata" id="personalizado" value="personalizado" onclick="changeCustomDateDisplay('show')">
<label for="personalizado">Personalizado</label>
</div>
</div>
<script>
function changeCustomDateDisplay(display){
if(display == "show"){
document.getElementById("customDate").classList.remove("d-none");
}else if(display == "hide"){
document.getElementById("customDate").classList.add("d-none");
}
}
function selecionarData(date){
document.getElementById(date).checked = true;
}
</script>
<div>
<div class="datepicker-div1 d-none" id="customDate">
<div>
<label for="data-inicio"> Início </label>
<input class="datepicker-date form-control col-md-9 input-sm" name="data-inicio" id="data-inicio" autocomplete="off" maxlength="10" placeholder="23/06/2020">
</div>
<div>
<label for="data-fim"> Fim </label>
<input class="datepicker-date form-control col-md-9 input-sm" name="data-fim" id="data-fim" autocomplete="off" aria-describedby="validationTooltipUsernamePrepend" maxlength="10" placeholder="23/06/2020">
</div>
<input type="hidden" name="data-exata" id="data-exata" value="all">
</div>
</div>
<div class="alert alert-danger date-msg-error d-none" role="alert" id="date-msg-error">
<span class="icon-exclamation-sign alert-indicator">O ano da data fim deve ser o mesmo que o ano da data inicio.</span>
</div>
</div>
<div class="col-md-3">
<div class="form-group">
<h3>JORNAL</h3>
<div>
<input type="checkbox" id="jornal-todos" value="todos" checked onclick="uncheckSections()">
<label for="jornal-todos">Todos</label>
</div>
<div>
<input type="checkbox" name="jornal" id="do1" value="do1" onclick="uncheckTodos()">
<label for="do1">Seção 1</label>
</div>
<div>
<input type="checkbox" name="jornal" id="do2" value="do2" onclick="uncheckTodos()">
<label for="do2">Seção 2</label>
</div>
<div>
<input type="checkbox" name="jornal" id="do3" value="do3" onclick="uncheckTodos()">
<label for="do3">Seção 3</label>
</div>
<div>
<input type="checkbox" name="jornal" id="doe" value="doe" onclick="uncheckTodos()">
<label for="doe">Edição Extra</label>
</div>
<div class="d-none">
<input type="checkbox" name="jornal" id="do1e" value="do1e">
</div>
<div class="d-none">
<input type="checkbox" name="jornal" id="do2e" value="do2e">
</div>
<div class="d-none">
<input type="checkbox" name="jornal" id="do3e" value="do3e">
</div>
<div >
<input type="checkbox" name="jornal" id="do1a" value="do1a" onclick="uncheckTodos()">
<label for="do1a">Edição Suplementar</label>
</div>
<script>
function uncheckTodos(){
document.getElementById("jornal-todos").checked = false;
}
function uncheckSections(){
document.getElementById("do1").checked = false;
document.getElementById("do2").checked = false;
document.getElementById("do3").checked = false;
document.getElementById("doe").checked = false;
document.getElementById("do1a").checked = false;
}
</script>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 form-group text-center">
<button type="submit" class="button">PESQUISAR</button>
</div>
<div class="col-sm-12 msg-consultas-anteriores">
* Para consultas anteriores a 2018, selecione uma das opções <label for="pesquisa-versao-certificada"><b>Pesquisa na Versão Certificada</b></label> ou <label for="pesquisa-diario-completo" ><b>Diário Completo Certificado</b></label>.
</div>
</div>
</div>]]>
|
4070
| <![CDATA[<button id="viewMenuOptionList" class="view-menu-choice" style="display: none;"><i class="icon-list"></i> VISUALIZAR EM LISTA</button>]]>
|
4071
| <![CDATA[<button id="viewMenuOptionTree" class="view-menu-choice" style="display: none;">
<svg id="pages-tree" viewBox="0 0 512 512" width="100%" height="100%" style="width: 16px; height: 16px;">
<path class="lexicon-icon-outline pages-tree-tree" d="M161.5,288h126c0,17.6,14.4,32,32,32h64c17.8,0,32-14.4,32-32v-64c0-17.8-14.4-32-32-32h-64c-17.8,0-32,14.4-32,32v32h-126V128h32c17.8,0,32-14.4,32-32V32c0-17.8-14.4-32-32-32h-64c-17.8,0-32,14.4-32,32v64c0,17.6,14.4,32,32,32v352h158c0,17.6,14.4,32,32,32h64c17.8,0,32-14.4,32-32v-64c0-17.8-14.4-32-32-32h-64c-17.8,0-32,14.4-32,32v32h-126V288z"></path>
</svg>
<!-- <span class="badge badge-pill badge-warning">Novo!</span> -->
VISUALIZAR EM SUMÁRIO
</button>]]>
|
4072
| <![CDATA[<svg id="pages-tree" viewBox="0 0 512 512" width="100%" height="100%" style="width: 16px; height: 16px;">
<path class="lexicon-icon-outline pages-tree-tree" d="M161.5,288h126c0,17.6,14.4,32,32,32h64c17.8,0,32-14.4,32-32v-64c0-17.8-14.4-32-32-32h-64c-17.8,0-32,14.4-32,32v32h-126V128h32c17.8,0,32-14.4,32-32V32c0-17.8-14.4-32-32-32h-64c-17.8,0-32,14.4-32,32v64c0,17.6,14.4,32,32,32v352h158c0,17.6,14.4,32,32,32h64c17.8,0,32-14.4,32-32v-64c0-17.8-14.4-32-32-32h-64c-17.8,0-32,14.4-32,32v32h-126V288z"></path>
</svg>]]>
|
4119
| <![CDATA[<button class="btn-limpar-filtros" style="display: none;"><i class="glyphicon glyphicon-remove"></i> LIMPAR TODOS OS FILTROS</button>]]>
|
4120
| <![CDATA[<button class="btn-retrair-tudo" style="display: none;">
<!-- <span class="badge badge-pill badge-warning">Novo!</span> -->
<i class="icon-collapse-alt"></i> <span class="title">RETRAIR TUDO</span>
</button>]]>
|
4128
| <![CDATA[<div id="loader" style="text-align: center; margin: auto;"><svg width="100px" height="50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-ellipsis" style="background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;"><!--circle(cx="16",cy="50",r="10")--><circle cx="16" cy="50" r="10" fill="#71c2cc"><animate attributeName="r" values="10;0;0;0;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate><animate attributeName="cx" values="84;84;84;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate></circle><circle cx="16" cy="50" r="10" fill="#d8ebf9"><animate attributeName="r" values="0;10;10;10;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-1.5s"></animate><animate attributeName="cx" values="16;16;50;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-1.5s"></animate></circle><circle cx="16" cy="50" r="10" fill="#5699d2"><animate attributeName="r" values="0;10;10;10;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-0.75s"></animate><animate attributeName="cx" values="16;16;50;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-0.75s"></animate></circle><circle cx="16" cy="50" r="10" fill="#1d3f72"><animate attributeName="r" values="0;10;10;10;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate><animate attributeName="cx" values="16;16;50;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate></circle><circle cx="16" cy="50" r="10" fill="#71c2cc"><animate attributeName="r" values="0;0;10;10;10" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate><animate attributeName="cx" values="16;16;16;50;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate></circle></svg></div>]]>
|
4128
| <![CDATA[<svg width="100px" height="50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-ellipsis" style="background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;"><!--circle(cx="16",cy="50",r="10")--><circle cx="16" cy="50" r="10" fill="#71c2cc"><animate attributeName="r" values="10;0;0;0;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate><animate attributeName="cx" values="84;84;84;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate></circle><circle cx="16" cy="50" r="10" fill="#d8ebf9"><animate attributeName="r" values="0;10;10;10;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-1.5s"></animate><animate attributeName="cx" values="16;16;50;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-1.5s"></animate></circle><circle cx="16" cy="50" r="10" fill="#5699d2"><animate attributeName="r" values="0;10;10;10;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-0.75s"></animate><animate attributeName="cx" values="16;16;50;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="-0.75s"></animate></circle><circle cx="16" cy="50" r="10" fill="#1d3f72"><animate attributeName="r" values="0;10;10;10;0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate><animate attributeName="cx" values="16;16;50;84;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate></circle><circle cx="16" cy="50" r="10" fill="#71c2cc"><animate attributeName="r" values="0;0;10;10;10" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate><animate attributeName="cx" values="16;16;16;50;84" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" calcMode="spline" dur="3s" repeatCount="indefinite" begin="0s"></animate></circle></svg>]]>
|
715
| <![CDATA[<style data-senna-track="temporary" type="text/css">
#p_p_id_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_ .portlet-header {
display: none;
}
</style>]]>
|
725
| <![CDATA[<style data-senna-track="temporary" type="text/css">
#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_WbeM8l4pu7mI_ .portlet-content {
}
#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_Dgf1bS9zYJr7_ .portlet-content {
}
#p_p_id_leituradou_INSTANCE_GKE7NRmaCXgl_ .portlet-content {
}
#p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .portlet-content {
}
#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_instanceIdSea_ .portlet-content {
}
@media screen and (max-width: 767px){
#diario-completo-certificado-link{
}
.busca-dou-wrapper form #search-advanced .row .col-sm-12.form-group.text-center button{
margin-bottom:80px;
}
}
#p_p_id_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_ .portlet-content {
}
</style>]]>
|
2046
| <![CDATA[<input type="radio" id="pesquisa-versao-certificada" name="sistema-busca" value="1" onclick="selecionarData('dia'); changeCustomDateDisplay('hide');" >]]>
|
2050
| <![CDATA[<input type="radio" id="pesquisa-diario-completo" name="sistema-busca" value="2" onclick="selecionarData('dia') changeCustomDateDisplay('hide');">]]>
|
2093
| <![CDATA[<input type="radio" name="data-exata" id="all" value="all" checked onclick="changeCustomDateDisplay('hide')">]]>
|
2097
| <![CDATA[<input type="radio" name="data-exata" id="dia" value="dia" onclick="changeCustomDateDisplay('hide')">]]>
|
2101
| <![CDATA[<input type="radio" name="data-exata" id="semana" value="semana" onclick="changeCustomDateDisplay('hide')">]]>
|
2105
| <![CDATA[<input type="radio" name="data-exata" id="mes" value="mes" onclick="changeCustomDateDisplay('hide')">]]>
|
2109
| <![CDATA[<input type="radio" name="data-exata" id="ano" value="ano" onclick="changeCustomDateDisplay('hide')">]]>
|
2113
| <![CDATA[<input type="radio" name="data-exata" id="personalizado" value="personalizado" onclick="changeCustomDateDisplay('show')">]]>
|
2155
| <![CDATA[<input type="checkbox" id="jornal-todos" value="todos" checked onclick="uncheckSections()">]]>
|
2159
| <![CDATA[<input type="checkbox" name="jornal" id="do1" value="do1" onclick="uncheckTodos()">]]>
|
2163
| <![CDATA[<input type="checkbox" name="jornal" id="do2" value="do2" onclick="uncheckTodos()">]]>
|
2167
| <![CDATA[<input type="checkbox" name="jornal" id="do3" value="do3" onclick="uncheckTodos()">]]>
|
2171
| <![CDATA[<input type="checkbox" name="jornal" id="doe" value="doe" onclick="uncheckTodos()">]]>
|
2184
| <![CDATA[<input type="checkbox" name="jornal" id="do1a" value="do1a" onclick="uncheckTodos()">]]>
|
182
| <![CDATA[<script data-senna-track="temporary" type="text/javascript">
if (window.Analytics) {
window._com_liferay_document_library_analytics_isViewFileEntry = false;
}
</script>]]>
|
245
| <![CDATA[<script data-senna-track="temporary" type="text/javascript">
// <![CDATA[
var Liferay = Liferay || {};
Liferay.Browser = {
acceptsGzip: function() {
return false;
},
getMajorVersion: function() {
return 0;
},
getRevision: function() {
return '';
},
getVersion: function() {
return '';
},
isAir: function() {
return false;
},
isChrome: function() {
return false;
},
isEdge: function() {
return false;
},
isFirefox: function() {
return false;
},
isGecko: function() {
return false;
},
isIe: function() {
return false;
},
isIphone: function() {
return false;
},
isLinux: function() {
return false;
},
isMac: function() {
return false;
},
isMobile: function() {
return false;
},
isMozilla: function() {
return false;
},
isOpera: function() {
return false;
},
isRtf: function() {
return false;
},
isSafari: function() {
return false;
},
isSun: function() {
return false;
},
isWebKit: function() {
return false;
},
isWindows: function() {
return false;
}
};
Liferay.Data = Liferay.Data || {};
Liferay.Data.ICONS_INLINE_SVG = true;
Liferay.Data.NAV_SELECTOR = '#navigation';
Liferay.Data.NAV_SELECTOR_MOBILE = '#navigationCollapse';
Liferay.Data.isCustomizationView = function() {
return false;
};
Liferay.Data.notices = [
null
];
Liferay.PortletKeys = {
DOCUMENT_LIBRARY: 'com_liferay_document_library_web_portlet_DLPortlet',
DYNAMIC_DATA_MAPPING: 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',
ITEM_SELECTOR: 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet'
};
Liferay.PropsValues = {
JAVASCRIPT_SINGLE_PAGE_APPLICATION_TIMEOUT: 0,
NTLM_AUTH_ENABLED: false,
UPLOAD_SERVLET_REQUEST_IMPL_MAX_SIZE: 15728640000
};
Liferay.ThemeDisplay = {
getLayoutId: function() {
return '471';
},
getLayoutRelativeControlPanelURL: function() {
return '/group/guest/~/control_panel/manage';
},
getLayoutRelativeURL: function() {
return '/web/guest/leiturajornal';
},
getLayoutURL: function() {
return 'https://www.in.gov.br/web/guest/leiturajornal';
},
getParentLayoutId: function() {
return '486';
},
isControlPanel: function() {
return false;
},
isPrivateLayout: function() {
return 'false';
},
isVirtualLayout: function() {
return false;
},
getBCP47LanguageId: function() {
return 'pt-BR';
},
getCanonicalURL: function() {
return 'https://www.in.gov.br/leiturajornal';
},
getCDNBaseURL: function() {
return 'https://www.in.gov.br';
},
getCDNDynamicResourcesHost: function() {
return '';
},
getCDNHost: function() {
return '';
},
getCompanyGroupId: function() {
return '20194';
},
getCompanyId: function() {
return '20154';
},
getDefaultLanguageId: function() {
return 'pt_BR';
},
getDoAsUserIdEncoded: function() {
return '';
},
getLanguageId: function() {
return 'pt_BR';
},
getParentGroupId: function() {
return '20181';
},
getPathContext: function() {
return '';
},
getPathImage: function() {
return '/image';
},
getPathJavaScript: function() {
return '/o/frontend-js-web';
},
getPathMain: function() {
return '/c';
},
getPathThemeImages: function() {
return 'https://www.in.gov.br/o/imprensa-nacional-lf7_1-ce-theme/images';
},
getPathThemeRoot: function() {
return '/o/imprensa-nacional-lf7_1-ce-theme';
},
getPlid: function() {
return '74577709';
},
getPortalURL: function() {
return 'https://www.in.gov.br';
},
getScopeGroupId: function() {
return '20181';
},
getScopeGroupIdOrLiveGroupId: function() {
return '20181';
},
getSessionId: function() {
return '';
},
getSiteAdminURL: function() {
return 'https://www.in.gov.br/group/guest/~/control_panel/manage?p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view';
},
getSiteGroupId: function() {
return '20181';
},
getURLControlPanel: function() {
return '/group/control_panel?refererPlid=74577709';
},
getURLHome: function() {
return 'https\x3a\x2f\x2fwww\x2ein\x2egov\x2ebr\x2f';
},
getUserEmailAddress: function() {
return '';
},
getUserId: function() {
return '20158';
},
getUserName: function() {
return '';
},
isAddSessionIdToURL: function() {
return false;
},
isFreeformLayout: function() {
return false;
},
isImpersonated: function() {
return false;
},
isSignedIn: function() {
return false;
},
isStateExclusive: function() {
return false;
},
isStateMaximized: function() {
return false;
},
isStatePopUp: function() {
return false;
}
};
var themeDisplay = Liferay.ThemeDisplay;
Liferay.AUI = {
getAvailableLangPath: function() {
return 'available_languages.jsp?browserId=other&themeId=imprensanacionallf7_1ce_WAR_imprensanacionallf7_1cetheme&colorSchemeId=01&minifierType=js&languageId=pt_BR&b=7102&t=1628105051073';
},
getCombine: function() {
return true;
},
getComboPath: function() {
return '/combo/?browserId=other&minifierType=&languageId=pt_BR&b=7102&t=1628105051073&';
},
getDateFormat: function() {
return '%d/%m/%Y';
},
getEditorCKEditorPath: function() {
return '/o/frontend-editor-ckeditor-web';
},
getFilter: function() {
var filter = 'raw';
filter = 'min';
return filter;
},
getFilterConfig: function() {
var instance = this;
var filterConfig = null;
if (!instance.getCombine()) {
filterConfig = {
replaceStr: '.js' + instance.getStaticResourceURLParams(),
searchExp: '\\.js$'
};
}
return filterConfig;
},
getJavaScriptRootPath: function() {
return '/o/frontend-js-web';
},
getLangPath: function() {
return 'aui_lang.jsp?browserId=other&themeId=imprensanacionallf7_1ce_WAR_imprensanacionallf7_1cetheme&colorSchemeId=01&minifierType=js&languageId=pt_BR&b=7102&t=1628105051073';
},
getPortletRootPath: function() {
return '/html/portlet';
},
getStaticResourceURLParams: function() {
return '?browserId=other&minifierType=&languageId=pt_BR&b=7102&t=1628105051073';
}
};
Liferay.authToken = '5ameVEE3';
Liferay.currentURL = '\x2fleiturajornal\x3fdata\x3d27-10-2020\x26secao\x3dDO1_EXTRA_A';
Liferay.currentURLEncoded = '\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A';
// ]]>
</script>]]>
|
591
| <![CDATA[<script data-senna-track="temporary" type="text/javascript">
// <![CDATA[
// ]]>
</script>]]>
|
618
| <![CDATA[<script data-senna-track="permanent" id="googleAnalyticsScript" type="text/javascript">
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
var arrayValue = i[r].q || [];
i[r].q = arrayValue;
(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-111225922-1', 'auto');
ga('send', 'pageview');
Liferay.on(
'endNavigate',
function(event) {
ga('set', 'page', event.path);
ga('send', 'pageview');
}
);
</script>]]>
|
889
| <![CDATA[<script type="text/javascript">
// <![CDATA[
Liferay.Loader.require('frontend-js-spa-web@2.0.15/liferay/init.es', function(frontendJsSpaWeb2015LiferayInitEs) {
(function(){
var frontendJsSpaWebLiferayInitEs = frontendJsSpaWeb2015LiferayInitEs;
(function() {var $ = AUI.$;var _ = AUI._;
Liferay.SPA = Liferay.SPA || {};
Liferay.SPA.cacheExpirationTime = -1;
Liferay.SPA.clearScreensCache = false;
Liferay.SPA.debugEnabled = false;
Liferay.SPA.excludedPaths = ["/documents","/image"];
Liferay.SPA.loginRedirect = '';
Liferay.SPA.navigationExceptionSelectors = ':not([target="_blank"]):not([data-senna-off]):not([data-resource-href]):not([data-cke-saved-href]):not([data-cke-saved-href])';
Liferay.SPA.requestTimeout = 0;
Liferay.SPA.userNotification = {
message: 'Parece que isso está demorando mais do que o esperado.',
timeout: 30000,
title: 'Oops'
};
frontendJsSpaWebLiferayInitEs.default.init(
function(app) {
app.setPortletsBlacklist({"com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet":true,"com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet":true,"com_liferay_login_web_portlet_LoginPortlet":true,"com_liferay_login_web_portlet_FastLoginPortlet":true});
app.setValidStatusCodes([221,490,494,499,491,492,493,495,220]);
}
);})();})();
},
function(error) {
console.error(error);
});
// ]]>
</script>]]>
|
947
| <![CDATA[<script type="text/javascript">
// <![CDATA[
Liferay.on(
'ddmFieldBlur', function(event) {
if (window.Analytics) {
Analytics.send(
'fieldBlurred',
'Form',
{
fieldName: event.fieldName,
focusDuration: event.focusDuration,
formId: event.formId,
page: event.page - 1
}
);
}
}
);
Liferay.on(
'ddmFieldFocus', function(event) {
if (window.Analytics) {
Analytics.send(
'fieldFocused',
'Form',
{
fieldName: event.fieldName,
formId: event.formId,
page: event.page - 1
}
);
}
}
);
Liferay.on(
'ddmFormPageShow', function(event) {
if (window.Analytics) {
Analytics.send(
'pageViewed',
'Form',
{
formId: event.formId,
page: event.page,
title: event.title
}
);
}
}
);
Liferay.on(
'ddmFormSubmit', function(event) {
if (window.Analytics) {
Analytics.send(
'formSubmitted',
'Form',
{
formId: event.formId
}
);
}
}
);
Liferay.on(
'ddmFormView', function(event) {
if (window.Analytics) {
Analytics.send(
'formViewed',
'Form',
{
formId: event.formId,
title: event.title
}
);
}
}
);
// ]]>
</script>]]>
|
2118
| <![CDATA[<script>
function changeCustomDateDisplay(display){
if(display == "show"){
document.getElementById("customDate").classList.remove("d-none");
}else if(display == "hide"){
document.getElementById("customDate").classList.add("d-none");
}
}
function selecionarData(date){
document.getElementById(date).checked = true;
}
</script>]]>
|
2187
| <![CDATA[<script>
function uncheckTodos(){
document.getElementById("jornal-todos").checked = false;
}
function uncheckSections(){
document.getElementById("do1").checked = false;
document.getElementById("do2").checked = false;
document.getElementById("do3").checked = false;
document.getElementById("doe").checked = false;
document.getElementById("do1a").checked = false;
}
</script>]]>
|
2225
| <![CDATA[<script>
$(function(){
$('html, body').scrollTop(0);
$('#search-advanced').hide();
// Script para o busca no plone
$("#diario-completo").click(function () {
$("#jornal_todos").attr('checked', true);
$('input[name="sistema-busca"][value="2"]').prop('checked', true);
$('input[name="sistema-busca"][value="2"]').attr('checked', 'checked');
selecionarData("dia");
doSearch("advancedSearch");
});
});
/*Controle do expansível busca */
$("#toggle-search-advanced").click(function () {
if ($("#search-advanced").hasClass("d-none")){
$("#search-advanced").removeClass("d-none");
$("#search-advanced").slideToggle("slow");
}else{
$("#search-advanced").slideToggle("slow");
}
});
function formatKeyword(keyword, searchedTerm, searchType){
var formattedKeyword = keyword;
if(formattedKeyword && formattedKeyword.includes('"')){
searchType = "1";
}
if(formattedKeyword == ""){
formattedKeyword = "*";
}else{
if(searchType == "1" || searchedTerm == "1" || searchedTerm == "2" || searchedTerm == "3"){
formattedKeyword = _replaceAll(formattedKeyword,'"','');
formattedKeyword = _replaceAll(formattedKeyword,"'","");
}
if(searchType == "1"){
formattedKeyword = '"' + formattedKeyword + '"';
formattedKeyword = decodeURI(formattedKeyword);
}
if(searchedTerm == "1"){
formattedKeyword = request.titleField + '-' + formattedKeyword;
}else if(searchedTerm == "2"){
formattedKeyword = request.textField + '-' + formattedKeyword;
}else if(searchedTerm == "3"){
formattedKeyword = request.ementaField + '-' + formattedKeyword;
}
}
return formattedKeyword;
}
function formatData(data){
return data.split('-').reverse().join('/');
}
function _replaceAll(target, search, replacement) {
return target.replace(new RegExp(search, 'g'), replacement);
}
function dateInputMask(elem) {
elem.addEventListener('keypress', function(e) {
if(e.keyCode < 47 || e.keyCode > 57) {
e.preventDefault();
}
var len = elem.value.length;
if(len !== 1 || len !== 3) {
if(e.keyCode == 47) {
e.preventDefault();
}
}
if(len === 2) {
elem.value += '/';
}
if(len === 5) {
elem.value += '/';
}
});
}
</script>]]>
|
2312
| <![CDATA[<script>
var jornal_hidden = [1,1000,1010,1020,515,521,522,531,535,536,523,532,540,1040,2,2000,529,525,3,3000,3020,1040,526,530,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,701,702];
var jornais = [];
jornais['todos'] = [1,1000,1010,1020,515,521,522,531,535,536,523,532,540,1040,2,2000,529,525,3,3000,3020,1040,526,530,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,701,702];
jornais['do1'] = [1,1000,1010,1020,515,521,522,531,535,536,523,532,540,1040,600,601,602,603,612,613,614,615,701];
jornais['do2'] = [2,2000,529,525,604,605,606,607,702];
jornais['do3'] = [3,3000,3020,1040,526,530,608,609,610,611];
jornais['do1e'] = [1000,521,600,601,602,603,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,701];
jornais['do2e'] = [2000,525,604,605,606,607,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,702];
jornais['do3e'] = [3000,526,608,609,610,611,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671];
jornais['do1a'] = [1021,1020,1010,531,1030,3010,3020,540,1040];
$(document).mouseup(function(e){
var container = $('.busca-dou-wrapper');
var datePicker = $('.ui-datepicker');
// if the target of the click isn't the container nor a descendant of the container
if (!container.is(e.target) && container.has(e.target).length === 0 &&
$("#search-advanced").css('display') != "none" && !datePicker.is(e.target)
&& datePicker.has(e.target).length === 0 && e.target.nodeName != "HTML"){
$("#search-advanced").slideUp('slow');
}
$('[data-toggle="tooltip"]').tooltip();
});
$(document).keyup(function(event) {
if(!event)
event = window.event;
var code = event.keyCode;
if(event.charCode && code == 0)
code = event.charCode;
if(code == 27 && $("#search-advanced").css('display') != "none"){
$("#search-advanced").slideUp('slow');
}
});
$(document).ready(function(){
var calendarDatepickerPresence = document.getElementById("search-advanced");
if(calendarDatepickerPresence){
/* controle do datepicker da busca */
$('.datepicker-date').each(function(){
$(this).datepicker({
beforeShow: function(){
$('#ui-datepicker-div').addClass('search-datepicker');
},
dateFormat: "dd-mm-yy",
altFormat: "dd-mm-yy"
});
$(this).datepicker("option", "dateFormat", "dd/mm/yy" );
dateInputMask($(this)[0]);
});
/* controle do datepicker da busca */
$('.date-radio input[type="radio"]').change(function(){
$('.datepicker-date').each(function(){
$(this).value = '';
});
});
$(".datepicker").removeClass('d-none');
$('#data-fim').on("change", function(){
if($('#data-fim').datepicker("getDate") < $('#data-inicio').datepicker("getDate")){
$("#data-fim").datepicker("setDate", $('#data-inicio').val());
$("#data-fim").removeClass('is-invalid');
$("#data-fim").addClass('is-invalid');
document.getElementById('date-msg-error').classList.remove("d-none");
document.getElementById('date-msg-error').innerHTML = "Data final deve ser maior que a Data Inicial"
} else {
document.getElementById('date-msg-error').classList.add("d-none");
$("#data-inicio").removeClass('is-invalid');
$("#data-fim").removeClass('is-invalid');
}
if( new Date() < $('#data-fim').datepicker("getDate")){
$("#data-fim").datepicker("setDate", new Date());
}
});
$('#data-inicio').on("change", function(){
if($('#data-fim').datepicker("getDate") < $('#data-inicio').datepicker("getDate")){
$("#data-inicio").datepicker("setDate", $('#data-fim').val());
$("#data-inicio").removeClass('is-invalid');
$("#data-inicio").addClass('is-invalid');
document.getElementById('date-msg-error').classList.remove("d-none");
document.getElementById('date-msg-error').innerHTML = "Data final deve ser maior que a Data Inicial"
} else {
document.getElementById('date-msg-error').classList.add("d-none");
$("#data-inicio").removeClass('is-invalid');
$("#data-fim").removeClass('is-invalid');
}
if( new Date() < $('#data-inicio').datepicker("getDate")){
$("#data-inicio").datepicker("setDate", new Date());
}
});
}
$("#_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_form_busca_dou").on("submit", function(e){
return doSearch('advancedSearch');;
});
$(".glyphicon.glyphicon-search").click(function(e){
return doSearch('advancedSearch');
});
$('input[name="jornal"]').click(function(){
$("#jornal_todos").prop('checked', false);
});
setTimeout(function(){
var dataInit = formatData("27/10/2021");
var dataFinal = formatData("27/10/2021");
$("#data-inicio").datepicker("setDate", dataInit);
$("#data-fim").datepicker("setDate",dataFinal);
$("#data-inicio")[0].placeholder = dataInit;
$("#data-fim")[0].placeholder = dataFinal;
},100);
});
function validateDate(){ // valida se o ano final é igual ao inicial para pesquisa externa
var dateinicio = $("#data-inicio").datepicker('getDate');
var datefim = $("#data-fim").datepicker('getDate');
var exactDate = $('input[name="data-exata"]:checked').val();
if(dateinicio.getFullYear() != datefim.getFullYear() || exactDate == "ano" || exactDate == "all"){
document.getElementById('date-msg-error').classList.remove("d-none");
document.getElementById('date-msg-error').innerHTML = "O ano da data fim deve ser o mesmo que o ano da data inicio para este tipo de pesquisa.";
$("#search-advanced").slideDown('slow');
$("#data-fim").removeClass('is-invalid');
$("#data-fim").addClass('is-invalid');
return false;
}else{
document.getElementById('date-msg-error').classList.add("d-none");
$("#data-fim").removeClass('is-invalid');
$("#data-inicio").removeClass('is-invalid');
return true;
}
}
function validateKeyword() { // valida keyword no advancedSearch
keyword = $('#search-bar').val();
var publishFrom = $("#data-inicio").val().split('/');
var publishTo = $("#data-fim").val().split('/');
var exactDate = $('input[name="data-exata"]:checked').val();
var yearDiff = parseInt(publishTo[2]) - parseInt(publishFrom[2]);
var monthDiff = parseInt(publishTo[1]) - parseInt(publishFrom[1]);
if(yearDiff > 1 || (yearDiff == 1 && monthDiff >= 0 ) || exactDate == "ano" || exactDate == "all"){
if(keyword.length < 3) {
$("#search-bar").removeClass('is-invalid');
$("#search-bar").addClass('is-invalid');
$("#search-bar").focus();
$("#mensagem-erro-busca").hide();
$("#mensagem-erro-busca").show();
return false;
}else{
$("#search-bar").removeClass('is-invalid');
$("#mensagem-erro-busca").hide();
return true;
}
}else{
return true;
}
}
</script>]]>
|
2474
| <![CDATA[<script id="_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_params" type="application/json">
{"jsonArray":[]}
</script>]]>
|
2478
| <![CDATA[<script>
var elemParams = document.getElementById("_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_params");
var hits = JSON.parse(elemParams.innerHTML).jsonArray;
if(!hits)
hits = [];
// create request JS object
var request = {
buscadouURL : "https://www.in.gov.br/consulta/-/buscar/dou",
textField : "ddm__text__21040__texto_pt_BR",
titleField : "title_pt_BR",
ementaField : "ddm__text__21040__ementa_pt_BR",
currentPage : 1,
totalPages : 0,
delta : 20,
searchedTerm : "0",
searchType : "0",
sortType : "0",
sectionsString : "todos",
keywords : "",
publishFrom : "27/10/2021",
publishTo : "27/10/2021",
exactDate : "all",
reverseSort : 0,
hits
}
var paginationData = {
newPage : -1,
score : -1,
id : " ",
displayDate : " ",
}
function toggleSorting(e){
request.reverseSort = request.reverseSort ? 0 : 1;
}
function updateFacet(key, value){
document.getElementById(key).innerHTML = value;
return doSearch('facet')
}
function updateDelta(delta){
request.delta = delta;
doSearch('delta');
}
function updatePage(newPage){
const deltaPage = newPage - request.currentPage;
const jsonList = request.hits;
paginationData.newPage = newPage;
if(deltaPage < 0){
paginationData.score = jsonList[0].score;
paginationData.id = jsonList[0].classPK;
paginationData.displayDate = jsonList[0].displayDateSortable;
}
else if(deltaPage > 0){
paginationData.score = jsonList[jsonList.length - 1].score;
paginationData.id = jsonList[jsonList.length - 1].classPK;
paginationData.displayDate = jsonList[jsonList.length - 1].displayDateSortable;
}
doSearch('pagination');
}
function updateCustomDate(){
const exactDate = $('input[name="data-exata"]:checked').val();
var now = new Date();
document.getElementById("data-fim").value = now.getDate() + '/' + (now.getMonth() + 1) + '/' + now.getFullYear();
if (exactDate == "dia") {
now.setDate(now.getDate());
}else if (exactDate == "semana") {
now.setDate(now.getDate() - 7);
}else if (exactDate == "mes") {
now.setMonth(now.getMonth() - 1);
}else if (exactDate == "ano") {
now.setDate(1);
now.setMonth(0);
}
document.getElementById("data-inicio").value = now.getDate() + '/' + (now.getMonth() + 1) + '/' + now.getFullYear();
}
function fillForm(form, action, method, inputs){
form.action = action;
form.method = method;
for(let key in inputs){
if(Array.isArray(inputs[key])){
for(let value of inputs[key]){
let newInput = document.createElement("input");
newInput.type = "hidden";
newInput.name = key;
newInput.value = value;
form.appendChild(newInput);
}
} else {
let newInput = document.createElement("input");
newInput.type = "hidden";
newInput.name = key;
newInput.value = inputs[key];
form.appendChild(newInput);
}
}
}
function getAdvancedSearchData(){
const keyword = $('#search-bar').val();
const searchedTerm = $('input[name="termo-pesquisado"]:checked').val();
const searchSystem = $('input[name="sistema-busca"]:checked').val();
const searchType = $('input[name="tipo-pesquisa"]:checked').val();
const sortType = $('input[name="sortType"]:checked').val();
if(searchSystem === "0"){
if(!validateKeyword()) return false;
}
var publishFrom = $("#data-inicio").val().split('/').join('-');
var publishTo = $("#data-fim").val().split('/').join('-');
const exactDate = $('input[name="data-exata"]:checked').val();
const jornalTodos = $("#jornal_todos:checked");
const jornalList = $("[name='jornal']:checked" );
var sections = [];
var action = "/";
var method = "GET";
var inputs = {};
if(jornalTodos.length || !jornalList.length){
sections.push("todos");
}
else if(jornalList.length){
jornalList.each( (i,item) => {
sections.push($(item).val());
});
}
if(searchSystem === "0"){
inputs = {
q : formatKeyword(keyword, searchedTerm, searchType),
s : sections,
exactDate,
sortType
};
if(exactDate == "personalizado"){
publishFrom.split('-').join('/');
publishTo.split('-').join('/');
inputs["publishFrom"] = publishFrom;
inputs["publishTo"] = publishTo;
}
action = request.buscadouURL;
method = "GET";
} else if(searchSystem === "1" || searchSystem === "2"){
if(exactDate != "personalizado"){
updateCustomDate();
publishFrom = $("#data-inicio").val();
publishTo = $("#data-fim").val();
}
if(exactDate == "dia"){
publishTo = publishFrom;
}
if(!validateDate()) return false;
if(exactDate != "personalizado"){
var dataInicioPart = publishFrom.split('/');
var dataFimPart = publishTo.split('/');
var dtInicio = dataInicioPart[0]+'/'+dataInicioPart[1];
var dtFim = dataFimPart[0]+'/'+dataFimPart[1];
var ano = dataInicioPart[2];
}else{
var dataInicioPart = publishFrom.split('-');
var dataFimPart = publishTo.split('-');
var dtInicio = dataInicioPart[0]+'/'+dataInicioPart[1];
var dtFim = dataFimPart[0]+'/'+dataFimPart[1];
var ano = dataInicioPart[2];
}
var keywordResult = formatKeyword(keyword, searchedTerm, searchType);
keywordResult = keywordResult.replace(request.titleField,'').replace(request.textField,'').replace('*','');
keywordResult = decodeURI(keywordResult);
var allSections = sections;
var allJornais = [];
var jornaisChecked = [];
allJornais = [
jornais['todos'].join(','),
jornais['do1'].join(','),
jornais['do2'].join(','),
jornais['do3'].join(','),
];
if(allSections.includes("doe")){
allSections.splice(allSections.indexOf("doe"), 1);
allSections.push("do1e");
allSections.push("do2e");
allSections.push("do3e");
}
for(let jornal of allSections){
jornaisChecked.push(jornais[jornal].join(','));
}
inputs = {
'__checkbox_edicao.jornal': allJornais,
'edicao.jornal_hidden' : jornal_hidden.join(','),
'edicao.txtPesquisa' : keywordResult,
'edicao.dtInicio' : dtInicio,
'edicao.dtFim' : dtFim,
'edicao.ano' : ano,
'edicao.jornal' : jornaisChecked,
'edicao.fonetica' : "null",
'jornal' : sections,
'g' : 68942,
't' : "com.liferay.journal.model.JournalArticle"
}
action = "https://pesquisa.in.gov.br/imprensa/core/" + (searchSystem === "1"
? "consulta.action"
: "jornalList.action");
method = "POST";
}
return {action, method, inputs};
}
function getPaginationData(){
const {newPage, score, id, displayDate} = paginationData;
var {publishFrom, publishTo, exactDate, sortType, delta, reverseSort} = request;
var inputs = {
q : formatKeyword(request.keywords, request.searchedTerm, request.searchType),
s : request.sectionsString.split(","),
exactDate,
sortType,
delta,
currentPage : request.currentPage,
newPage,
score,
id,
displayDate
}
if(exactDate == "personalizado"){
publishFrom.split('-').join('/');
publishTo.split('-').join('/');
inputs["publishFrom"] = publishFrom;
inputs["publishTo"] = publishTo;
}
if(reverseSort){
inputs.reverseSort = reverseSort;
}
if(document.getElementById("orgPrin").innerText != "Selecionar Organização Principal" && document.getElementById("orgPrin").innerText != "Nenhum" ){
inputs["orgPrin"] = document.getElementById("orgPrin").innerText;
}
if(document.getElementById("orgSub").innerText != "Selecionar Organização Subordinada" && document.getElementById("orgSub").innerText != "Nenhum" ){
inputs["orgSub"] = document.getElementById("orgSub").innerText;
}
if(document.getElementById("artType").innerText != "Selecionar o Tipo de Ato" && document.getElementById("artType").innerText != "Nenhum" ){
inputs["artType"] = document.getElementById("artType").innerText;
}
const action = request.buscadouURL;
const method = "GET";
return {action, method, inputs};
}
function getDeltaData(){
const {publishFrom, publishTo, exactDate, sortType, delta, reverseSort} = request;
var inputs = {
q : formatKeyword(request.keywords, request.searchedTerm, request.searchType),
s : request.sectionsString.split(","),
exactDate,
sortType,
delta
}
if(exactDate == "personalizado"){
publishFrom.split('-').join('/');
publishTo.split('-').join('/');
inputs["publishFrom"] = publishFrom;
inputs["publishTo"] = publishTo;
}
if(reverseSort){
inputs["reverseSort"] = reverseSort;
}
if(document.getElementById("orgPrin").innerText != "Selecionar Organização Principal" && document.getElementById("orgPrin").innerText != "Todos" ){
inputs["orgPrin"] = document.getElementById("orgPrin").innerText;
}
if(document.getElementById("orgSub").innerText != "Selecionar Organização Subordinada" && document.getElementById("orgSub").innerText != "Todos" ){
inputs["orgSub"] = document.getElementById("orgSub").innerText;
}
if(document.getElementById("artType").innerText != "Selecionar o Tipo de Ato" && document.getElementById("artType").innerText != "Todos" ){
inputs["artType"] = document.getElementById("artType").innerText;
}
const action = request.buscadouURL;
const method = "GET";
return {action, method, inputs};
}
function getFacetData(){
const {publishFrom, publishTo, exactDate, sortType, delta, reverseSort} = request;
var inputs = {
q : formatKeyword(request.keywords, request.searchedTerm, request.searchType),
s : request.sectionsString.split(","),
exactDate,
sortType,
delta
}
if(exactDate == "personalizado"){
publishFrom.split('-').join('/');
publishTo.split('-').join('/');
inputs["publishFrom"] = publishFrom;
inputs["publishTo"] = publishTo;
}
if(reverseSort){
inputs.reverseSort = reverseSort;
}
if(document.getElementById("orgPrin").innerText != "Selecionar Organização Principal" && document.getElementById("orgPrin").innerText != "Todos" ){
inputs["orgPrin"] = document.getElementById("orgPrin").innerText;
}
if(document.getElementById("orgSub").innerText != "Selecionar Organização Subordinada" && document.getElementById("orgSub").innerText != "Todos" ){
inputs["orgSub"] = document.getElementById("orgSub").innerText;
}
if(document.getElementById("artType").innerText != "Selecionar o Tipo de Ato" && document.getElementById("artType").innerText != "Todos" ){
inputs["artType"] = document.getElementById("artType").innerText;
}
const action = request.buscadouURL;
const method = "GET";
return {action, method, inputs};
}
function getReverseSortData(){
const {publishFrom, publishTo, exactDate, sortType, delta, reverseSort} = request;
var inputs = {
q : formatKeyword(request.keywords, request.searchedTerm, request.searchType),
s : request.sectionsString.split(","),
exactDate,
sortType,
delta
}
if(exactDate == "personalizado"){
publishFrom.split('-').join('/');
publishTo.split('-').join('/');
inputs["publishFrom"] = publishFrom;
inputs["publishTo"] = publishTo;
}
if(reverseSort){
inputs.reverseSort = reverseSort;
}
if(document.getElementById("orgPrin").innerText != "Selecionar Organização Principal" && document.getElementById("orgPrin").innerText != "Todos" ){
inputs["orgPrin"] = document.getElementById("orgPrin").innerText;
}
if(document.getElementById("orgSub").innerText != "Selecionar Organização Subordinada" && document.getElementById("orgSub").innerText != "Todos" ){
inputs["orgSub"] = document.getElementById("orgSub").innerText;
}
if(document.getElementById("artType").innerText != "Selecionar o Tipo de Ato" && document.getElementById("artType").innerText != "Todos" ){
inputs["artType"] = document.getElementById("artType").innerText;
}
const action = request.buscadouURL;
const method = "GET";
return {action, method, inputs};
}
function doSearch(key){
const searchForm = document.createElement("form");
$(searchForm).attr("target", "_parent");
const getSearchData = {
"advancedSearch": getAdvancedSearchData,
"pagination": getPaginationData,
"delta": getDeltaData,
"facet": getFacetData,
"toggleSort": getReverseSortData,
};
const searchDataGetter = getSearchData[key];
searchData = searchDataGetter();
if (searchData == false)
return false;
const {action, method, inputs} = searchData;
fillForm(searchForm, action, method, inputs);
document.body.appendChild(searchForm);
searchForm.submit();
}
// pagination buttons logic
$(function(){
var currentPage = request.currentPage;
var totalPages = request.totalPages;
if (currentPage == 1 && document.getElementById("leftArrow") != null) {
document.getElementById("leftArrow").disabled = true;
document.getElementById("leftArrow").style.pointerEvents = "none";
document.getElementById("leftArrow").style.color = "gray";
}
if (currentPage == 3 && document.getElementById("leftDots") != null) {
document.getElementById("leftDots").classList.add("d-none");
}
if (document.getElementById("leftDots") != null){
document.getElementById("leftDots").style.pointerEvents = "none";
}
if (document.getElementById(currentPage) != null){
document.getElementById(currentPage).classList.add("active");
document.getElementById(currentPage + "btn").disabled = true;
}
if (currentPage == totalPages && document.getElementById("rightArrow") != null) {
document.getElementById("rightArrow").disabled = true;
document.getElementById("rightArrow").style.pointerEvents = "none";
document.getElementById("rightArrow").style.color = "gray";
}
if ((currentPage == (totalPages - 2)) && (document.getElementById("rightDots") != null)) {
document.getElementById("rightDots").classList.add("d-none");
}
if (document.getElementById("rightDots") != null){
document.getElementById("rightDots").style.pointerEvents = "none";
}
})
</script>]]>
|
2935
| <![CDATA[<script>
//Mostrar articles
$(function() {
if(request.hits.length)
updateContent(request.hits);
})
function updateContent(jsonList){
$("#loader").hide();
currentJsonList = jsonList;
if(currentJsonList.length > 0){
if(document.getElementById("_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_hierarchy_content")) {
document.getElementById("_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_hierarchy_content").innerHTML = makeul(currentJsonList);
}
$('.btn-visualizacao').find('i').attr('class', 'icon-list')
}
return currentJsonList;
}
function createURLByUrlTitle(urlTitle){
var new_url = "/web/dou/-/" + urlTitle;
return new_url;
}
function makeul(list) {
var materias = createHierarchyPathsBusca(list);
var html = '';
for (var i = 0; i < materias.length; i++) {
var materia = materias[i];
var hierarchy = materia.hierarchyStr.split("/").join("<span class='d-none'> a </span>");
var name = materia.title.split("_");
var title = name[0];
var urlTitle = name[1];
var content = materia.content;
var pubDate = materia.pubDate;
var pubName = materia.pubName;
var sectionNumber = pubName;
if(sectionNumber.includes("_EXTRA_")){
let words = sectionNumber.split("_");
sectionNumber = words[0].replace( /^\D+/g, '') + " Edição Extra " + words[2];
} else {
sectionNumber = sectionNumber === "DO1E" ? "1 Edição Extra" : sectionNumber;
sectionNumber = sectionNumber === "DO2E" ? "2 Edição Extra" : sectionNumber;
sectionNumber = sectionNumber === "DO3E" ? "3 Edição Extra" : sectionNumber;
sectionNumber = sectionNumber === "DO1ESP" ? "1 Edição Especial" : sectionNumber;
sectionNumber = sectionNumber === "DO2ESP" ? "2 Edição Especial" : sectionNumber;
sectionNumber = sectionNumber === "DO1_SUP" ? "1 Suplemento Anvisa" : sectionNumber;
sectionNumber = sectionNumber === "ANVISA" ? "1 Suplemento" : sectionNumber;
sectionNumber = sectionNumber === "ORCAMENTO" ? "1 Suplemento Orçamentário" : sectionNumber;
sectionNumber = sectionNumber === "DO1A" ? "1 Suplemento Anvisa" : sectionNumber;
sectionNumber = sectionNumber === "DO1" ? "1" : sectionNumber;
sectionNumber = sectionNumber === "DO2" ? "2" : sectionNumber;
sectionNumber = sectionNumber === "DO3" ? "3" : sectionNumber;
}
var score = materia.score;
html += '<div class="resultados-wrapper">';
html += ' <div class="resultado">';
html += ' <p class="secao-marker">' + "Seção " + sectionNumber + '</p>';
html += ' <h5 class="title-marker">';
html += ' <a href="' + createURLByUrlTitle(urlTitle) + '" data-senna-off="true">' + title + '</a>';
html += ' </h5>';
html += ' <p class="abstract-marker">' + content + '</p>';
html += ' <p class="date-marker">' + pubDate + '</p>';
html += ' </div>';
html += '</div>';
}
return html;
}
function createHierarchyPathsBusca(list) {
var allPaths = [];
if(list.length > 0){
for (var i = 0; i < list.length; i++) {
allPaths.push({'score':list[i].score , 'hierarchy': list[i].hierarchyList, 'title': list[i].title + "_" + list[i].urlTitle, 'hierarchyStr': list[i].hierarchyStr, 'content': list[i].content, 'pubDate': list[i].pubDate, 'pubName': list[i].pubName, 'type': list[i].artType });
}
}
return allPaths;
}
</script>]]>
|
3775
| <![CDATA[<script>
function disable_next_days(){
var today = new Date();
var list_dias_daypicker = $("li.day.has-appointment");
if(list_dias_daypicker != undefined){
var list_dias_daypicker_length = $("li.day").length;
var i;
for(i = 0; i < list_dias_daypicker_length; i=i+1){
if(list_dias_daypicker[i] != undefined){
var dia_iteration = list_dias_daypicker[i];
var data_daypicker = dia_iteration.getAttribute("data-day").split("/");
data_daypicker = new Date(data_daypicker[2], data_daypicker[1]-1, data_daypicker[0]);
if(dia_iteration != undefined){
var d2_daypicker = new Date(data_daypicker);
if(today < d2_daypicker){
dia_iteration.className+= "disable"
}
}
}
}
}
}
$(function(){
disable_next_days();
})
</script>]]>
|
4132
| <![CDATA[<script id="params" type="application/json">
{"typeNormDay":{"DO2ESP":false,"DO1ESP":false,"DO1A":false,"DO3E":false,"DO2E":false,"DO1E":true},"idPortletInstance":"Kujrw0TZC2Mb","dateUrl":"27-10-2020","section":"DO1E,DO1_EXTRA_E,DO1_EXTRA_F,DO1_EXTRA_G,DO1_EXTRA_H,DO1_EXTRA_A,DO1_EXTRA_B,DO1_EXTRA_C,DO1_EXTRA_D","jsonArray":[{"artType":"Resolução","urlTitle":"resolucao-contran-n-802-de-22-de-outubro-de-2020-285228463","numberPage":"3","pubOrder":"DO1_EXTRA_A00019:00015:00000:00000:00000:00000:00000:00000:00000:00000:00064:00004","hierarchyStr":"Ministério da Infraestrutura/Conselho Nacional de Trânsito","hierarchyList":["Ministério da Infraestrutura","Conselho Nacional de Trânsito"],"title":"RESOLUÇÃO CONTRAN Nº 802, DE 22 DE OUTUBRO DE 2020","content":"RESOLUÇÃO CONTRAN Nº 802, DE 22 DE OUTUBRO DE 2020 Altera a Resolução CONTRAN nº 730, de 6 de março de 2018, que estabelece os critérios e requisitos técnicos para a homologação dos cursos e das plataformas tecnológicas, na modalidade de ensino à distância, quando requeridos por instituições ou entidades públicas ou privadas especializadas. O CONSELHO NACIONAL DE TRÂNSITO (CONTRAN), no uso da comp...","hierarchyLevelSize":2},{"artType":"Resolução","urlTitle":"resolucao-contran-n-799-de-22-de-outubro-de-2020-285228350","numberPage":"2","pubOrder":"DO1_EXTRA_A00019:00015:00000:00000:00000:00000:00000:00000:00000:00000:00064:00001","hierarchyStr":"Ministério da Infraestrutura/Conselho Nacional de Trânsito","hierarchyList":["Ministério da Infraestrutura","Conselho Nacional de Trânsito"],"title":"RESOLUÇÃO CONTRAN Nº 799, DE 22 DE OUTUBRO DE 2020","content":"RESOLUÇÃO CONTRAN Nº 799, DE 22 DE OUTUBRO DE 2020 Altera os prazos da obrigatoriedade de itens de segurança previstos na Resolução CONTRAN nº 567, de 16 de dezembro de 2015, na Resolução CONTRAN nº 641, de 14 de dezembro de 2016, na Resolução CONTRAN nº 667, de 18 de maio de 2017, na Resolução CONTRAN nº 703, de 10 de outubro de 2017, na Resolução CONTRAN nº 721, de 10 de janeiro de 2018, e na Re...","hierarchyLevelSize":2},{"artType":"Resolução","urlTitle":"resolucao-contran-n-800-de-22-de-outubro-de-2020-285226196","numberPage":"2","pubOrder":"DO1_EXTRA_A00019:00015:00000:00000:00000:00000:00000:00000:00000:00000:00064:00002","hierarchyStr":"Ministério da Infraestrutura/Conselho Nacional de Trânsito","hierarchyList":["Ministério da Infraestrutura","Conselho Nacional de Trânsito"],"title":"RESOLUÇÃO CONTRAN Nº 800, DE 22 DE OUTUBRO DE 2020","content":"RESOLUÇÃO CONTRAN Nº 800, DE 22 DE OUTUBRO DE 2020 Referenda a Portaria CONTRAN nº 195, de 21 de setembro de 2020, que interrompe o prazo a que se refere o § 3º do art. 2º da Resolução CONTRAN nº 789, de 18 de junho de 2020, que trata do período em que o processo do candidato à habilitação ficará ativo no órgão ou entidade executivo de trânsito do Estado ou do Distrito Federal. O CONSELHO NACIONAL...","hierarchyLevelSize":2},{"artType":"Resolução","urlTitle":"resolucao-contran-n-801-de-22-de-outubro-de-2020-285228576","numberPage":"3","pubOrder":"DO1_EXTRA_A00019:00015:00000:00000:00000:00000:00000:00000:00000:00000:00064:00003","hierarchyStr":"Ministério da Infraestrutura/Conselho Nacional de Trânsito","hierarchyList":["Ministério da Infraestrutura","Conselho Nacional de Trânsito"],"title":"RESOLUÇÃO CONTRAN Nº 801, DE 22 DE OUTUBRO DE 2020","content":"RESOLUÇÃO CONTRAN Nº 801, DE 22 DE OUTUBRO DE 2020 Prorroga prazos previstos na Resolução CONTRAN nº 789, de 18 de junho de 2020, que consolida normas sobre o processo de formação de condutores de veículos automotores e elétricos. O CONSELHO NACIONAL DE TRÂNSITO (CONTRAN), no uso da competência que lhe conferem os incisos I, X e XV do art. 12 e o art. 141, todos da Lei nº 9.503, de 23 de setembro ...","hierarchyLevelSize":2},{"artType":"Portaria Interministerial","urlTitle":"portaria-interministerial-n-4-de-16-de-outubro-de-2020-285228161","numberPage":"1","pubOrder":"DO1_EXTRA_A00007:00001:00000:00000:00000:00000:00000:00000:00000:00000:00057:00000","hierarchyStr":"Ministério da Agricultura, Pecuária e Abastecimento/Gabinete da Ministra","hierarchyList":["Ministério da Agricultura, Pecuária e Abastecimento","Gabinete da Ministra"],"title":"PORTARIA INTERMINISTERIAL Nº 4, DE 16 DE OUTUBRO DE 2020","content":"PORTARIA INTERMINISTERIAL Nº 4, DE 16 DE OUTUBRO DE 2020 Institui a Comissão de Seleção que coordenará o processo de Seleção de Candidatos a Adido Agrícola junto às Representações Diplomáticas Brasileiras no Exterior. OS MINISTROS DE ESTADO DA AGRICULTURA, PECUÁRIA E ABASTECIMENTO e DAS RELAÇÕES EXTERIORES, no uso das atribuições que lhes confere o art. 87, parágrafo único, incisos II e IV, da Con...","hierarchyLevelSize":2},{"artType":"Resolução","urlTitle":"resolucao-contran-n-803-de-22-de-outubro-de-2020-285228689","numberPage":"3","pubOrder":"DO1_EXTRA_A00019:00015:00000:00000:00000:00000:00000:00000:00000:00000:00064:00005","hierarchyStr":"Ministério da Infraestrutura/Conselho Nacional de Trânsito","hierarchyList":["Ministério da Infraestrutura","Conselho Nacional de Trânsito"],"title":"RESOLUÇÃO CONTRAN Nº 803, DE 22 DE OUTUBRO DE 2020","content":"RESOLUÇÃO CONTRAN Nº 803, DE 22 DE OUTUBRO DE 2020 Consolida as normas sobre infrações de trânsito previstas nos incisos V e X do art. 231 do Código Trânsito Brasileiro (CTB), relativas ao trânsito de veículos com excesso de peso ou excedendo a capacidade máxima de tração. O CONSELHO NACIONAL DE TRÂNSITO (CONTRAN), no uso da competência que lhe conferem o inciso I do art. 12 e os incisos V e X do ...","hierarchyLevelSize":2},{"artType":"Portaria","urlTitle":"portaria-n-362-de-27-de-outubro-de-2020-285228236","numberPage":"1","pubOrder":"DO1_EXTRA_A00015:00001:00000:00000:00000:00000:00000:00000:00000:00000:00054:00000","hierarchyStr":"Ministério da Economia/Gabinete do Ministro","hierarchyList":["Ministério da Economia","Gabinete do Ministro"],"title":"PORTARIA Nº 362, DE 27 DE OUTUBRO DE 2020","content":"O MINISTRO DE ESTADO DA ECONOMIA, no uso da atribuição que lhe confere o art. 87, parágrafo único, inciso I, da Constituição Federal e resolve: Art. 1º A Portaria nº 679, de 30 de dezembro de 2019, passa a vigorar com a seguinte alteração: \"Art. 1º .............................................................................................................. XI - 30 de outubro, em comemoração ao Di...","hierarchyLevelSize":2}]}
</script>]]>
|
4513
| <![CDATA[<script>
$(document).ready(function(){
if($.cookie("reportSuccess") === "true"){
$("body").append('<div id="alertContainer" class="alert-notifications alert-notifications-fixed"><div class="alert alert-report alert-info alert-dismissible fade show" role="alert">Erro reportado com sucesso.<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button></div></div>');
setTimeout(() => {$("#alertContainer").hide()}, 5000);
$.cookie("reportSuccess", "");
}
});
</script>]]>
|
5051
| <![CDATA[<script type="text/javascript">
// <![CDATA[
Liferay.BrowserSelectors.run();
// ]]>
</script>]]>
|
5082
| <![CDATA[<script type="text/javascript">
// <![CDATA[
Liferay.currentURL = '\x2fleiturajornal\x3fdata\x3d27-10-2020\x26secao\x3dDO1_EXTRA_A';
Liferay.currentURLEncoded = '\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A';
// ]]>
</script>]]>
|
5099
| <![CDATA[<script type="text/javascript">
// <![CDATA[
$('.reading-title').find('p')[0].innerHTML = $('.reading-title').find('p')[0].innerHTML.replace('Suplemento Anvisa', 'Suplemento');
// ]]>
</script>]]>
|
5128
| <![CDATA[<script type="text/javascript">
// <![CDATA[
(function() {var $ = AUI.$;var _ = AUI._;
var onShare = function(data) {
if (window.Analytics) {
Analytics.send(
'shared',
'SocialBookmarks',
{
className: data.className,
classPK: data.classPK,
type: data.type,
url: data.url
}
);
}
}
var onDestroyPortlet = function() {
Liferay.detach('socialBookmarks:share', onShare);
Liferay.detach('destroyPortlet', onDestroyPortlet);
}
Liferay.on('socialBookmarks:share', onShare);
Liferay.on('destroyPortlet', onDestroyPortlet);
})();(function() {var $ = AUI.$;var _ = AUI._;
var onDestroyPortlet = function() {
Liferay.detach('messagePosted', onMessagePosted);
Liferay.detach('destroyPortlet', onDestroyPortlet);
}
Liferay.on('destroyPortlet', onDestroyPortlet);
var onMessagePosted = function(event) {
if (window.Analytics) {
Analytics.send(
'posted',
'Comment',
{
className: event.className,
classPK: event.classPK,
commentId: event.commentId,
text: event.text
}
);
}
}
Liferay.on('messagePosted', onMessagePosted);
})();(function() {var $ = AUI.$;var _ = AUI._;
var onVote = function(event) {
if (window.Analytics) {
Analytics.send(
'VOTE',
'Ratings',
{
className: event.className,
classPK: event.classPK,
score: event.score
}
);
}
}
var onDestroyPortlet = function() {
Liferay.detach('ratings:vote', onVote);
Liferay.detach('destroyPortlet', onDestroyPortlet);
}
Liferay.on('ratings:vote', onVote);
Liferay.on('destroyPortlet', onDestroyPortlet);
})();
if (Liferay.Data.ICONS_INLINE_SVG) {
svg4everybody(
{
attributeName: 'data-href',
polyfill: true
}
);
}
Liferay.Portlet.register('com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_Dgf1bS9zYJr7');
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 2,
isStatic: 'end',
namespacedId: 'p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_Dgf1bS9zYJr7_',
portletId: 'com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_Dgf1bS9zYJr7',
refreshURL: '\x2fc\x2fportal\x2frender_portlet\x3fp_l_id\x3d74577709\x26p_p_id\x3dcom_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_Dgf1bS9zYJr7\x26p_p_lifecycle\x3d0\x26p_t_lifecycle\x3d0\x26p_p_state\x3dnormal\x26p_p_mode\x3dview\x26p_p_col_id\x3dcolumn-1\x26p_p_col_pos\x3d2\x26p_p_col_count\x3d4\x26p_p_isolated\x3d1\x26currentURL\x3d\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A',
refreshURLData: {}
}
);
Liferay.Portlet.register('com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet');
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_',
portletId: 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',
refreshURL: '\x2fc\x2fportal\x2frender_portlet\x3fp_l_id\x3d74577709\x26p_p_id\x3dcom_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet\x26p_p_lifecycle\x3d0\x26p_t_lifecycle\x3d0\x26p_p_state\x3dnormal\x26p_p_mode\x3dview\x26p_p_col_id\x3dnull\x26p_p_col_pos\x3dnull\x26p_p_col_count\x3dnull\x26p_p_static\x3d1\x26p_p_isolated\x3d1\x26currentURL\x3d\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A\x26settingsScope\x3dportletInstance',
refreshURLData: {"data":["27-10-2020"],"secao":["DO1_EXTRA_A"]}
}
);
Liferay.Portlet.register('leituradou_INSTANCE_GKE7NRmaCXgl');
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 3,
isStatic: 'end',
namespacedId: 'p_p_id_leituradou_INSTANCE_GKE7NRmaCXgl_',
portletId: 'leituradou_INSTANCE_GKE7NRmaCXgl',
refreshURL: '\x2fc\x2fportal\x2frender_portlet\x3fp_l_id\x3d74577709\x26p_p_id\x3dleituradou_INSTANCE_GKE7NRmaCXgl\x26p_p_lifecycle\x3d0\x26p_t_lifecycle\x3d0\x26p_p_state\x3dnormal\x26p_p_mode\x3dview\x26p_p_col_id\x3dcolumn-1\x26p_p_col_pos\x3d3\x26p_p_col_count\x3d4\x26p_p_isolated\x3d1\x26currentURL\x3d\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A',
refreshURLData: {}
}
);
Liferay.Portlet.register('br_com_seatecnologia_in_buscadou_BuscaDouPortlet');
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_br_com_seatecnologia_in_buscadou_BuscaDouPortlet_',
portletId: 'br_com_seatecnologia_in_buscadou_BuscaDouPortlet',
refreshURL: '\x2fc\x2fportal\x2frender_portlet\x3fp_l_id\x3d74577709\x26p_p_id\x3dbr_com_seatecnologia_in_buscadou_BuscaDouPortlet\x26p_p_lifecycle\x3d0\x26p_t_lifecycle\x3d0\x26p_p_state\x3dnormal\x26p_p_mode\x3dview\x26p_p_col_id\x3dcolumn-1\x26p_p_col_pos\x3d0\x26p_p_col_count\x3d4\x26p_p_isolated\x3d1\x26currentURL\x3d\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A',
refreshURLData: {}
}
);
Liferay.Portlet.register('br_com_seatecnologia_portal_visitors_counter_web_portalVisitorsCounter_INSTANCE_reportsPortal');
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_br_com_seatecnologia_portal_visitors_counter_web_portalVisitorsCounter_INSTANCE_reportsPortal_',
portletId: 'br_com_seatecnologia_portal_visitors_counter_web_portalVisitorsCounter_INSTANCE_reportsPortal',
refreshURL: '\x2fc\x2fportal\x2frender_portlet\x3fp_l_id\x3d74577709\x26p_p_id\x3dbr_com_seatecnologia_portal_visitors_counter_web_portalVisitorsCounter_INSTANCE_reportsPortal\x26p_p_lifecycle\x3d0\x26p_t_lifecycle\x3d0\x26p_p_state\x3dnormal\x26p_p_mode\x3dview\x26p_p_col_id\x3dnull\x26p_p_col_pos\x3dnull\x26p_p_col_count\x3dnull\x26p_p_static\x3d1\x26p_p_isolated\x3d1\x26currentURL\x3d\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A\x26settingsScope\x3dportletInstance',
refreshURLData: {"data":["27-10-2020"],"secao":["DO1_EXTRA_A"]}
}
);
Liferay.Portlet.register('com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_report_error_widget');
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_report_error_widget_',
portletId: 'com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_report_error_widget',
refreshURL: '\x2fc\x2fportal\x2frender_portlet\x3fp_l_id\x3d74577709\x26p_p_id\x3dcom_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_report_error_widget\x26p_p_lifecycle\x3d0\x26p_t_lifecycle\x3d0\x26p_p_state\x3dnormal\x26p_p_mode\x3dview\x26p_p_col_id\x3dnull\x26p_p_col_pos\x3dnull\x26p_p_col_count\x3dnull\x26p_p_static\x3d1\x26p_p_isolated\x3d1\x26currentURL\x3d\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A\x26settingsScope\x3dportletInstance',
refreshURLData: {"data":["27-10-2020"],"secao":["DO1_EXTRA_A"]}
}
);
Liferay.Portlet.register('com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_WbeM8l4pu7mI');
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 1,
isStatic: 'end',
namespacedId: 'p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_WbeM8l4pu7mI_',
portletId: 'com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_WbeM8l4pu7mI',
refreshURL: '\x2fc\x2fportal\x2frender_portlet\x3fp_l_id\x3d74577709\x26p_p_id\x3dcom_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_WbeM8l4pu7mI\x26p_p_lifecycle\x3d0\x26p_t_lifecycle\x3d0\x26p_p_state\x3dnormal\x26p_p_mode\x3dview\x26p_p_col_id\x3dcolumn-1\x26p_p_col_pos\x3d1\x26p_p_col_count\x3d4\x26p_p_isolated\x3d1\x26currentURL\x3d\x252Fleiturajornal\x253Fdata\x253D27-10-2020\x2526secao\x253DDO1_EXTRA_A',
refreshURLData: {}
}
);
Liferay.Loader.require('metal-dom/src/all/dom', 'metal-uri/src/Uri', 'clay-tooltip/src/ClayTooltip', function(metalDomSrcAllDom, metalUriSrcUri, clayTooltipSrcClayTooltip) {
(function(){
var dom = metalDomSrcAllDom;
var metalUriSrcUri1 = metalUriSrcUri;
var ClayTooltip = clayTooltipSrcClayTooltip;
(function() {var $ = AUI.$;var _ = AUI._;
var Uri = metalUriSrcUri.default;
var pathnameRegexp = /\/documents\/(\d+)\/(\d+)\/(.+?)\/([^&]+)/;
var downloadClickHandler = dom.delegate(
document.body,
'click',
'a',
function(event) {
if (window.Analytics) {
var anchor = event.delegateTarget;
var uri = new Uri(anchor.href);
var match = pathnameRegexp.exec(uri.getPathname());
if (match) {
var groupId = match[1];
var fileEntryUUID = match[4];
fetch(
'https://www.in.gov.br/o/document_library/analytics/resolve_file_entry?groupId=' + encodeURIComponent(groupId) + '&uuid=' + encodeURIComponent(fileEntryUUID),
{
credentials: 'include',
method: 'GET'
}
).then(function(response) {
return response.json();
}).then(function(response) {
Analytics.send(
'documentDownloaded',
'Document',
{
groupId: groupId,
fileEntryId: response.fileEntryId,
preview: !!window._com_liferay_document_library_analytics_isViewFileEntry,
title: decodeURIComponent(match[3].replace(/\+/ig, ' ')),
version: uri.getParameterValue('version')
}
);
}).catch(function() {
return;
});
}
}
}
);
var onDestroyPortlet = function() {
downloadClickHandler.removeListener()
Liferay.detach('destroyPortlet', onDestroyPortlet);
}
Liferay.on('destroyPortlet', onDestroyPortlet);
})();(function() {var $ = AUI.$;var _ = AUI._;
if (!Liferay.Data.LFR_PORTAL_CLAY_TOOLTIP) {
Liferay.Data.LFR_PORTAL_CLAY_TOOLTIP = ClayTooltip.default.init(
{
selectors: [
'.management-bar [data-title]:not(.lfr-portal-tooltip)',
'.management-bar [title]:not(.lfr-portal-tooltip)'
]
}
);
}
})();})();
},
function(error) {
console.error(error);
});AUI().use('aui-tooltip', 'liferay-menu', 'liferay-notice', 'aui-base', 'liferay-session', 'liferay-poller', function(A) {(function() {var $ = AUI.$;var _ = AUI._;
if (A.UA.mobile) {
Liferay.Util.addInputCancel();
}
})();(function() {var $ = AUI.$;var _ = AUI._;
if (!Liferay.Data.LFR_PORTAL_TOOLTIP) {
var triggerShowEvent = ['mouseenter', 'MSPointerDown', 'touchstart'];
if (A.UA.ios) {
triggerShowEvent = ['touchstart'];
}
Liferay.Data.LFR_PORTAL_TOOLTIP = new A.TooltipDelegate(
{
constrain: true,
opacity: 1,
trigger: '.lfr-portal-tooltip',
triggerHideEvent: ['click', 'mouseleave', 'MSPointerUp', 'touchend'],
triggerShowEvent: triggerShowEvent,
visible: false,
zIndex: Liferay.zIndex.TOOLTIP
}
);
Liferay.on(
'beforeNavigate',
function(event) {
Liferay.Data.LFR_PORTAL_TOOLTIP.getTooltip().hide();
}
);
}
})();(function() {var $ = AUI.$;var _ = AUI._;
new Liferay.Menu();
var liferayNotices = Liferay.Data.notices;
for (var i = 1; i < liferayNotices.length; i++) {
new Liferay.Notice(liferayNotices[i]);
}
})();(function() {var $ = AUI.$;var _ = AUI._;
Liferay.Session = new Liferay.SessionBase(
{
autoExtend: true,
redirectOnExpire: false,
redirectUrl: 'https\x3a\x2f\x2fwww\x2ein\x2egov\x2ebr\x2f',
sessionLength: 900,
warningLength: 0
}
);
})();});
// ]]>
</script>]]>
|
5463
| <![CDATA[<script type="text/javascript">
// <![CDATA[
AUI().use(
'aui-base',
function(A) {
var frameElement = window.frameElement;
if (frameElement && frameElement.getAttribute('id') === 'simulationDeviceIframe') {
A.getBody().addClass('lfr-has-simulation-panel');
}
}
);
// ]]>
</script>]]>
|
5484
| <![CDATA[<script type="text/javascript">$(function () { $.smartbanner() })</script>]]>
|
0
| Não há código fonte a ser exibido.
|
0
| Não há código fonte a ser exibido.
|