Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) PR

Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 46 86 210 261 264 268 278 291 296 300 304 312 317 325 332 338 359 373 377 381 385 389 407 411 415 419 423 441 445 449 453 457 475 479 483 487 491 509 513 517 521 525 540 545 562 563 569
1.1.5 Presença de javascript(s) in-line 1 210
1.1.6 Presença de javascript(s) interno 1 59
86 <![CDATA[<img src="/imagens/servicos/transparencia.png" alt="" style="width: 24px;">]]>
210 <![CDATA[<label style=" margin-top: 18px; margin-left: 18px;"><span onclick="javascript:document.getElementById('form_pesquisar_home').submit()"><i class="fa fa-search" aria-hidden="true"></i></span></label>]]>
261 <![CDATA[<h3 class="titulo filtro" style="display:none;">Filtro</h3>]]>
264 <![CDATA[<form method="get" name="form-busca" id="form-busca" action="index.php" style="display:none;"> <div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="idStatusLicitacao">Status Licitação</label> <select name="idStatusLicitacao" id="idStatusLicitacao"> <option value="">Qualquer</option><option value="1" selected="selected">Aberta</option><option value="4" >Cancelada</option><option value="5" >Deserta</option><option value="3" >Encerrada</option><option value="7" >Fracassada</option><option value="6" >Revogada</option> </select> </div> <div class="form-group pesquisa-avancada style="display:none;"" style="padding: 30px 0;"> <label for="idModalidade">Modalidade</label> <select id="idModalidade" name="idModalidade"> <option value="">Qualquer</option><option value="10" >Chamada Pública</option><option value="8" selected="selected">Concorrência Pública</option><option value="6" >Dispensa de licitação</option><option value="7" >Inexigibilidade</option><option value="5" >Leilão</option><option value="3" >Pregão Eletrônico</option><option value="2" >Pregão Presencial</option><option value="4" >Tomada de Preços</option> </select> </div> <div class="form-group data-abertura pesquisa-avancada" style="padding: 30px 0;"> <label for="dataAberturaInicio">Data de Abertura</label> <div class="row"> <div class="col-md-6"> <input class="datepicker" name="dataAberturaInicio" id="dataAberturaInicio" type="text" value="" placeholder="Inicio"/> </div> <div class="col-md-6"> <input class="datepicker" name="dataAberturaFim" id="dataAberturaFim" type="text" value="" placeholder="Final"/> </div> </div> </div> <div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="ano">Ano</label> <select id="ano" name="ano"> <option value="">Qualquer</option><option value="2023" >2023</option><option value="2022" >2022</option><option value="2021" >2021</option><option value="2020" >2020</option><option value="2019" >2019</option><option value="2018" >2018</option><option value="2017" >2017</option> </select> </div> <div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="numero">Número</label> <input name="numero" id="numero" type="text" value="" placeholder="Número"/> </div> <div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="objeto">Objeto</label> <input name="objeto" id="objeto" type="text" value="" placeholder="Objeto"/> </div> <div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <input type="hidden" name="pesquisaAvancada" value="1"> <button type="submit" class="btn btn-default btn-block"> <span class="glyphicon glyphicon-search" aria-hidden="true"></span> Pesquisar </button> </div> </form>]]>
268 <![CDATA[<div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="idStatusLicitacao">Status Licitação</label> <select name="idStatusLicitacao" id="idStatusLicitacao"> <option value="">Qualquer</option><option value="1" selected="selected">Aberta</option><option value="4" >Cancelada</option><option value="5" >Deserta</option><option value="3" >Encerrada</option><option value="7" >Fracassada</option><option value="6" >Revogada</option> </select> </div>]]>
278 <![CDATA[<div class="form-group data-abertura pesquisa-avancada" style="padding: 30px 0;"> <label for="dataAberturaInicio">Data de Abertura</label> <div class="row"> <div class="col-md-6"> <input class="datepicker" name="dataAberturaInicio" id="dataAberturaInicio" type="text" value="" placeholder="Inicio"/> </div> <div class="col-md-6"> <input class="datepicker" name="dataAberturaFim" id="dataAberturaFim" type="text" value="" placeholder="Final"/> </div> </div> </div>]]>
291 <![CDATA[<div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="ano">Ano</label> <select id="ano" name="ano"> <option value="">Qualquer</option><option value="2023" >2023</option><option value="2022" >2022</option><option value="2021" >2021</option><option value="2020" >2020</option><option value="2019" >2019</option><option value="2018" >2018</option><option value="2017" >2017</option> </select> </div>]]>
296 <![CDATA[<div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="numero">Número</label> <input name="numero" id="numero" type="text" value="" placeholder="Número"/> </div>]]>
300 <![CDATA[<div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <label for="objeto">Objeto</label> <input name="objeto" id="objeto" type="text" value="" placeholder="Objeto"/> </div>]]>
304 <![CDATA[<div class="form-group pesquisa-avancada" style="padding: 30px 0;"> <input type="hidden" name="pesquisaAvancada" value="1"> <button type="submit" class="btn btn-default btn-block"> <span class="glyphicon glyphicon-search" aria-hidden="true"></span> Pesquisar </button> </div>]]>
312 <![CDATA[<hr style="display:none;">]]>
317 <![CDATA[<h3 class="titulo" style="padding: 20px 0;">Ano</h3>]]>
325 <![CDATA[<h3 class="titulo" style="padding: 20px 0;">Status</h3>]]>
332 <![CDATA[<h3 class="titulo" style="padding: 20px 0;">Modalidade</h3>]]>
338 <![CDATA[<h3 class="titulo" style="padding: 20px 0;">Fornecedores</h3>]]>
359 <![CDATA[<h3 class="titulo" style="font-weight: normal;margin-bottom: 10px;"> <button class="btn btn-sm btn-success" id="botaoPesquisa" type="button" data-pesquisa-avancada="1"> <span class="glyphicon glyphicon-search"></span> Pesquisa Avançada </button> </h3>]]>
373 <![CDATA[<div class="col-md-6 status" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Status:</label> <span class="label label-success">Aberta</span> </div>]]>
377 <![CDATA[<div class="col-md-6 data-abertura" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Abertura:</label> <strong>16/10/2023 09:00</strong> </div>]]>
381 <![CDATA[<div class="row data-publicacao" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Publicado em:</label> <strong>11/09/2023</strong> </div>]]>
385 <![CDATA[<div class="row entidade " style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Entidade:</label> <strong>Prefeitura Municipal de Lupionopolis</strong> </div>]]>
389 <![CDATA[<div class="row objeto" style="padding: 10px 15px; "> <label>Objeto:</label> <div class="objeto-texto"><p>AQUISIÇÃO DE PAVIMENTAÇÃO ASFÁLTICA DE VIAS URBANA EM CBUQ, 16.956,91 M2, INCLUINDO SERVIÇOS PRELIMINARES, TERRAPLENAGEM, BASE E SUB-BASE, REVESTIMENTO, MEIO-FIO COM SARJETA, SERVIÇOS DE URBANIZAÇÃO, SINALIZAÇÃO DE TRÂNSITO, DRENAGEM, ENSAIOS TECNOLÓGICOS E PLACA DE OBRA. NO MUNICÍPIO DE LUPIONÓPOLIS, CONFORME CONVENIO SECID/PARANACIDADE.</p> </div> </div>]]>
407 <![CDATA[<div class="col-md-6 status" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Status:</label> <span class="label label-success">Aberta</span> </div>]]>
411 <![CDATA[<div class="col-md-6 data-abertura" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Abertura:</label> <strong>05/07/2023 09:00</strong> </div>]]>
415 <![CDATA[<div class="row data-publicacao" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Publicado em:</label> <strong>31/05/2023</strong> </div>]]>
419 <![CDATA[<div class="row entidade " style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Entidade:</label> <strong>Prefeitura Municipal de Lupionopolis</strong> </div>]]>
423 <![CDATA[<div class="row objeto" style="padding: 10px 15px; "> <label>Objeto:</label> <div class="objeto-texto"><p>CONTRATAÇÃO DE EMPRESA PARA EXECUÇÃO DE RECAPE ASFÁLTICO EM CBUQ, MEDINDO 13.373,12 M², INCLUINDO SERVIÇOS PRELIMINARES, REVESTIMENTO, URBANIZAÇÃO, SINALIZAÇÃO DE TRÂNSITO E ENSAIOS TECNOLÓGICOS, CONFORME ARQUIVOS / ANEXOS.</p> </div> </div>]]>
441 <![CDATA[<div class="col-md-6 status" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Status:</label> <span class="label label-success">Aberta</span> </div>]]>
445 <![CDATA[<div class="col-md-6 data-abertura" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Abertura:</label> <strong>09/05/2023 09:00</strong> </div>]]>
449 <![CDATA[<div class="row data-publicacao" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Publicado em:</label> <strong>03/04/2023</strong> </div>]]>
453 <![CDATA[<div class="row entidade " style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Entidade:</label> <strong>Prefeitura Municipal de Lupionopolis</strong> </div>]]>
457 <![CDATA[<div class="row objeto" style="padding: 10px 15px; "> <label>Objeto:</label> <div class="objeto-texto"><p>CONTRATAÇÃO DE EMPRESA PARA EXECUÇÃO DE RECAPE ASFÁLTICO EM CBUQ, MEDINDO 13.373,12 M², INCLUINDO SERVIÇOS PRELIMINARES, REVESTIMENTO, URBANIZAÇÃO, SINALIZAÇÃO DE TRÂNSITO E ENSAIOS TECNOLÓGICOS, CONFORME ARQUIVOS / ANEXOS.</p> </div> </div>]]>
475 <![CDATA[<div class="col-md-6 status" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Status:</label> <span class="label label-success">Aberta</span> </div>]]>
479 <![CDATA[<div class="col-md-6 data-abertura" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Abertura:</label> <strong>12/12/2022 09:00</strong> </div>]]>
483 <![CDATA[<div class="row data-publicacao" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Publicado em:</label> <strong>09/11/2022</strong> </div>]]>
487 <![CDATA[<div class="row entidade " style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Entidade:</label> <strong>Prefeitura Municipal de Lupionopolis</strong> </div>]]>
491 <![CDATA[<div class="row objeto" style="padding: 10px 15px; "> <label>Objeto:</label> <div class="objeto-texto"><p>CONCESSÃO DO DIREITO REAL DE USO A TÍTULO ONEROSO, PARA IMPLANTAÇÃO, MANUTENÇÃO DE EXPLORAÇÃO DE UM ESPAÇO PÚBLICO DESTINADO À REALIZAÇÃO DE ATIVIDADES COMERCIAIS, A TÍTULO ONEROSO.</p> </div> </div>]]>
509 <![CDATA[<div class="col-md-6 status" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Status:</label> <span class="label label-success">Aberta</span> </div>]]>
513 <![CDATA[<div class="col-md-6 data-abertura" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Abertura:</label> <strong>28/07/2022 09:00</strong> </div>]]>
517 <![CDATA[<div class="row data-publicacao" style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Publicado em:</label> <strong>21/06/2022</strong> </div>]]>
521 <![CDATA[<div class="row entidade " style="padding: 10px 15px; border-bottom: 1px solid #ddd;"> <label>Entidade:</label> <strong>Prefeitura Municipal de Lupionopolis</strong> </div>]]>
525 <![CDATA[<div class="row objeto" style="padding: 10px 15px; "> <label>Objeto:</label> <div class="objeto-texto"><p>CONCESSÃO DO DIREITO REAL DE USO A TÍTULO ONEROSO, PARA IMPLANTAÇÃO, MANUTENÇÃO DE EXPLORAÇÃO DE UM ESPAÇO PÚBLICO DESTINADO À REALIZAÇÃO DE ATIVIDADES COMERCIAIS, A TÍTULO ONEROSO.</p> </div> </div>]]>
540 <![CDATA[<nav style="text-align: center" class="col-md-12"> </nav>]]>
545 <![CDATA[<div style="clear: both; height: 50px;"></div>]]>
562 <![CDATA[<strong style="display: inline;">CEP:</strong>]]>
563 <![CDATA[<span style="display: inline;"> 86635-000</span>]]>
569 <![CDATA[<a href="mailto:ouvidoria@p-lupionopolis.pr.gov.br" style="font-size: 14px;">ouvidoria@p-lupionopolis.pr.gov.br</a>]]>
210 <![CDATA[<span onclick="javascript:document.getElementById('form_pesquisar_home').submit()"><i class="fa fa-search" aria-hidden="true"></i></span>]]>
59 <![CDATA[<script type="text/javascript" > $(function(){ $('#idEntidadeLicitacao').change(function(){ $('#form-busca-entidade').submit(); }); }); $(document).ready(function(){ $('#botaoPesquisa').click(function () { $('#pesquisa-container').toggle('slow'); }); }); </script>]]>