Commit 63f4ff07c7ee9e215d45048c7944864510ff69bf
1 parent
63f91223
Exists in
master
text, css e layout
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
WebContent/WEB-INF/jsp/relatorio/relatorio.jsp
@@ -33,18 +33,15 @@ | @@ -33,18 +33,15 @@ | ||
33 | 33 | ||
34 | 34 | ||
35 | <div id="painelAcesso"> | 35 | <div id="painelAcesso"> |
36 | - <p>Entre com o seu Código de Acesso, enviado por email, para emitir o Relatório Circunstanciado. Caso tenha perdido, entre em <a href="${pageContext.request.contextPath}/contato-site">Contato</a>.</p> | ||
37 | - <form method="post" action="${pageContext.request.contextPath}/emitir-relatorio"> | 36 | + <p>Entre com o seu Código de Acesso, enviado por email, para imprimir o Relatório Circunstanciado. Caso tenha perdido, entre em Contato (link na barra de menu).</p> |
38 | <fieldset id="entrarFieldset"> | 37 | <fieldset id="entrarFieldset"> |
39 | <legend><strong>Entrar</strong></legend> | 38 | <legend><strong>Entrar</strong></legend> |
40 | <label for="valorHash">Código de Acesso:</label><br> | 39 | <label for="valorHash">Código de Acesso:</label><br> |
41 | - <input type="text" name="valorHash" id="valorHash" size="30" maxlength="30" required><br> | 40 | + <input type="text" name="valorHash" id="valorHash" size="30" maxlength="30" required><br><br> |
41 | + <input type="button" class="button" id="bImprimir" value="Imprimir" onclick="printDiv('Fabricio Jamati de Souza', 'Analista em Tecnologia da Informação')"> | ||
42 | </fieldset><br> | 42 | </fieldset><br> |
43 | - <input type="submit" class="button" id="botaoEmitir" value="Emitir Relatório"> | ||
44 | - </form> | ||
45 | </div> | 43 | </div> |
46 | 44 | ||
47 | - <input type="button" id="bImprimir" value="Imprimir" onclick="printDiv('Fabricio Jamati de Souza', 'Analista em Tecnologia da Informação')"> | ||
48 | 45 | ||
49 | </jsp:body> | 46 | </jsp:body> |
50 | </t:baseLayout> | 47 | </t:baseLayout> |