Commit a0571ff0899e71fa5ae85037994a731cbb328652
1 parent
b2614dda
Exists in
master
alteracao nos css
Showing
1 changed file
with
12 additions
and
13 deletions
Show diff stats
WebContent/WEB-INF/jsp/index/formulario.jsp
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | <li> |
16 | 16 | <form method="post" id="voltar_form" action="${pageContext.request.contextPath}/formularioOrgao"> |
17 | 17 | <input type="hidden" id="valorHash" name="valorHash" value="${valorHash}"/> |
18 | - <a href="#" onClick="document.getElementById('voltar_form').submit();"> Dados Institucionais </a> | |
18 | + <a href="#" onClick="document.getElementById('voltar_form').submit();">Dados Institucionais </a> | |
19 | 19 | </form> |
20 | 20 | |
21 | 21 | </li> |
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | |
27 | 27 | <div> |
28 | 28 | <c:if test="${not empty mensagemValidacaoCampos}"> |
29 | - <label id="tituloAvisos">Foram encontrados os seguintes erros:</label> | |
29 | + <label id="tituloAvisos" for="mensagemErroCampoVazio_${error.campo}">Foram encontrados os seguintes erros:</label> | |
30 | 30 | <c:forEach items="${mensagemValidacaoCampos}" var="error"> |
31 | 31 | <div class="alinName"> |
32 | 32 | <a id="mensagemErroCampoVazio_${error.campo}" |
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | </c:if> |
39 | 39 | </div> |
40 | 40 | |
41 | - <div><label class="asterisco">Campos de preenchimento obrigatório</label></div> | |
41 | + <div><label class="asterisco">Os campos com asterisco são de preenchimento obrigatório</label></div> | |
42 | 42 | <div id="introducao"> |
43 | 43 | |
44 | 44 | <h2 class="titulo">Questionário Acessibilidade</h2> |
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | <legend>Dados Acessibilidade</legend> |
48 | 48 | |
49 | 49 | <label for="perguntaAcessibilidade" class="obrigatorio">1) O Órgão tem conhecimento da legislação que envolve o tema "acessibilidade" bem como suas implicações?</label><br> |
50 | - <input type="hidden" name="hPerguntaAcessibilidade" value="7" /><select name="perguntaAcessibilidade" id="perguntaAcessibilidade" required title="Você deve responder a questão 1!"> | |
50 | + <input type="hidden" name="hPerguntaAcessibilidade" value="7" /><select name="perguntaAcessibilidade" id="perguntaAcessibilidade" required> | |
51 | 51 | <option value="" ${perguntaAcessibilidade == ''?'selected=\"selected\"':''}>Selecione uma resposta</option> |
52 | 52 | <option value="2" ${perguntaAcessibilidade == '2'?'selected=\"selected\"':''}>Sim</option> |
53 | 53 | <option value="4" ${perguntaAcessibilidade == '4'?'selected=\"selected\"':''}>Já ouvi falar</option> |
... | ... | @@ -225,7 +225,7 @@ |
225 | 225 | <c:set var="marcar" scope="session" value="true" /> |
226 | 226 | </c:if> |
227 | 227 | </c:forEach> |
228 | - <input type="checkbox" name="ferramentaValidacao" value="20" | |
228 | + <input type="checkbox" name="ferramentaValidacao" value="20" title="Ao marcar esta opção as demais opções serão desabilitadas!" | |
229 | 229 | id="nenhuma" ${marcar == 'true'?'checked=\"checked\"':''}><label |
230 | 230 | for="nenhuma">Nenhuma</label><br> |
231 | 231 | |
... | ... | @@ -379,11 +379,11 @@ |
379 | 379 | |
380 | 380 | <fieldset class="pergunta"> |
381 | 381 | <input type="hidden" name="hAmostragemSiteQuestionario" value="19" /> |
382 | - <legend class="obrigatorio">13) Para cada ambiente e página informada no formulário anterior, informe a nota ASESWEB em porcentagem (%) e a nota AccessMonitor (utilize o WCAG 2.0):</legend> | |
382 | + <legend class="obrigatorio">13) Para cada ambiente e página informada no formulário anterior, informe a nota ASESWEB e a nota AccessMonitor (utilize o WCAG 2.0) - Os links para a nota ASESWEB e a nota AccessMonitor estão no final desta página.</legend> | |
383 | 383 | <c:if test="${not empty lsAmostragemSiteQuestionario}"> |
384 | 384 | <c:forEach items="${lsAmostragemSiteQuestionario}" var="amostra"> |
385 | 385 | <input type="hidden" name="${amostra.nomeCampo }" value="${amostra.urlAmostraSiteQuestionario}" /> |
386 | - <label> ${amostra.urlAmostraSiteQuestionario}</label> <br /> <br /> | |
386 | + <label for="ases_${amostra.nomeCampo}"> ${amostra.urlAmostraSiteQuestionario}</label> <br /> <br /> | |
387 | 387 | <label for="ases_${amostra.nomeCampo}">Nota ASES: </label> |
388 | 388 | <input type="text" size="10" maxlength="6" id="ases_${amostra.nomeCampo}" name="ases_${amostra.nomeCampo}" value="${amostra.notaAses}" onkeyup="notaAses(this);" required /> |
389 | 389 | <label for="accessMonitor_${amostra.nomeCampo}">Nota AccessMonitor: </label> |
... | ... | @@ -514,7 +514,7 @@ |
514 | 514 | <c:set var="marcar" scope="session" value="true" /> |
515 | 515 | </c:if> |
516 | 516 | </c:forEach> |
517 | - <input type="checkbox" name="assistiva" id="assistiva0" value="20" | |
517 | + <input type="checkbox" name="assistiva" id="assistiva0" value="20" title="Ao marcar esta opção as demais opções serão desabilitadas!" | |
518 | 518 | ${marcar == 'true'?'checked=\"checked\"':''}><label |
519 | 519 | for="assistiva0">Nenhum</label><br> |
520 | 520 | |
... | ... | @@ -640,14 +640,13 @@ |
640 | 640 | <input type="hidden" id="hEmail" name="hEmail" value="${hEmail}" /> |
641 | 641 | |
642 | 642 | </form> |
643 | - <form method="post" action="${pageContext.request.contextPath}/formularioOrgao"> | |
644 | - <input type="hidden" id="valorHash" name="valorHash" value="${valorHash}"/> | |
645 | 643 | |
646 | 644 | <div id="botaoVoltar"> |
647 | - <input type="submit" class="button" id="voltarF" name="executar" value="Voltar"> | |
648 | - | |
645 | + <form method="post" action="${pageContext.request.contextPath}/formularioOrgao"> | |
646 | + <input type="hidden" id="valorHash" name="valorHash" value="${valorHash}"/> | |
647 | + <input type="submit" class="button" id="voltarF" name="executar" value="Voltar"> | |
648 | + </form> | |
649 | 649 | </div> |
650 | - </form> | |
651 | 650 | |
652 | 651 | </div> |
653 | 652 | </jsp:body> | ... | ... |