Commit 2b9c3acb497815d7a49197123ec1cebdd6e865d7
1 parent
6caba409
Exists in
master
Formulário de geração de códigoHash.
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
WebContent/WEB-INF/jsp/questionario/questionario.jsp
... | ... | @@ -19,10 +19,6 @@ |
19 | 19 | <input type="text" id="noOrgao" name="noOrgao"><br><br> |
20 | 20 | <label for="emailDestinoOrgao">Email: </label> |
21 | 21 | <input type="text" id="emailDestinoOrgao" name="emailDestinoOrgao"><br><br> |
22 | -<label for="dtInicioQuestionario">Início: </label> | |
23 | -<input type="date" id="dtInicioQuestionario" name="dtInicioQuestionario"><br><br> | |
24 | -<label for="dtFimQuestionario">Fim: </label> | |
25 | -<input type="date" id="dtFimQuestionario" name="dtFimQuestionario"><br><br> | |
26 | 22 | <label for="file">Arquivo: </label> |
27 | 23 | <input type="file" id="file" name="file"><br><br> |
28 | 24 | <input type="submit" value="Salvar"> | ... | ... |