Commit f35a115eef94db37b909359c7743c12f489c9818
1 parent
aaa612e6
Exists in
master
css, textos e layout
Showing
1 changed file
with
4 additions
and
9 deletions
Show diff stats
WebContent/WEB-INF/jsp/formularioOrgao/formularioOrgao.jsp
... | ... | @@ -36,15 +36,10 @@ |
36 | 36 | |
37 | 37 | <form id="formulario" method="post" action="${pageContext.request.contextPath}/formulario"> |
38 | 38 | |
39 | - <fieldset> | |
39 | + <fieldset class="layoutCampos"> | |
40 | 40 | <legend>Dados Institucionais</legend> |
41 | 41 | <label for="nomeOrgao">Nome do órgão:</label> |
42 | - <input type="hidden" name="hNomeOrgao" value="1"/><input type="text" name="nomeOrgao" id="nomeOrgao" size="60" maxlength="60" value="${questionario.noOrgao}" readonly="readonly"> | |
43 | - </fieldset><br> | |
44 | - | |
45 | - | |
46 | - <fieldset id="dadosPessoais" class="layoutCampos"> | |
47 | - <legend>Dados Pessoais (do responsável pelo preechimento deste formulário)</legend> | |
42 | + <input type="hidden" name="hNomeOrgao" value="1"/><input type="text" name="nomeOrgao" id="nomeOrgao" size="60" maxlength="60" value="${questionario.noOrgao}" readonly="readonly"><br><br> | |
48 | 43 | <input type="hidden" name="hNomePessoa" value="2"/><label for="nomePessoa" class="obrigatorio">Nome completo:</label> |
49 | 44 | <input type="text" name="nomePessoa" id="nomePessoa" size="50" maxlength="50" value="${nomePessoa}"><br><br> |
50 | 45 | <label for="cargo" class="obrigatorio">Cargo que ocupa:</label> |
... | ... | @@ -58,7 +53,7 @@ |
58 | 53 | <fieldset id="ambiente" class="layoutCampos"> |
59 | 54 | <legend id="lAmbiente">Ambientes e Páginas</legend> |
60 | 55 | <fieldset class="pergunta"> |
61 | - <legend>Informe abaixo o Ambiente Digital (sítio ou portal) e suas respectivas páginas (contato, serviço, perguntas frequentes e outra) que serão utilizadas como diretrizes para este formulário:<br><br> | |
56 | + <legend>Informe abaixo, pelo menos um Ambiente Digital (sítio ou portal) e suas respectivas páginas (contato, serviço, perguntas frequentes e outra de escolha livre) que serão utilizadas como diretrizes para este formulário:<br><br> | |
62 | 57 | <strong>Exemplo</strong><br> |
63 | 58 | <strong>Ambiente Digital:</strong><br> |
64 | 59 | 1 - http://www.planejamento.gov.br<br> |
... | ... | @@ -66,7 +61,7 @@ |
66 | 61 | 1.1 (contato) - http://www.planejamento.gov.br/servicos/pagina-de-contatos<br> |
67 | 62 | 1.2 (serviço) - http://www.planejamento.gov.br/servicos/servicos-do-mp<br> |
68 | 63 | 1.3 (perguntas frequentes) - http://www.planejamento.gov.br/servicos/faq<br> |
69 | - 1.4 (outra) - http://www.planejamento.gov.br/etica/<br> | |
64 | + 1.4 (outra de escolha livre) - http://www.planejamento.gov.br/etica/<br> | |
70 | 65 | </legend><br> |
71 | 66 | <label for="ambiente1" class="obrigatorio">Ambiente Digital 1:</label><input type="hidden" name=hAmbiente1 value="hAmbiente1"><input type="text" name="ambiente1" id="ambiente1" size="50" maxlength="100" value="${ambiente1}" required><br><br> |
72 | 67 | <label for="pagina11" class="obrigatorio">Página 1.1:</label><input type="hidden" name=hPagina11 value="hPagina11"><input type="text" name="pagina11" id="pagina11" size="50" maxlength="100" value="${pagina11}" required><br><br> | ... | ... |