Commit 02225f8ed49c2bad4d89285087e0d70a0f94b30e

Authored by fabricio
1 parent c4b42476
Exists in master

Novos campos e retirada de upload de arquivo

WebContent/WEB-INF/jsp/questionario/questionario.jsp
... ... @@ -28,12 +28,41 @@
28 28 <input type="text" id="emailDestinoOrgao" name="emailDestinoOrgao"><br><br>
29 29 <label for="telefoneResponsavel">Telefone: </label>
30 30 <input type="text" id="telefoneResponsavel" name="telefoneResponsavel"><br><br>
31   -<label for="file">Arquivo: </label>
32   -<input type="file" id="file" name="file" accept=
33   -"application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint,
34   -text/plain, application/pdf, image/*"><br><br>
  31 +
  32 +<label for=>Data Recebimento Email: </label>
  33 +<input type="date" id="dataRecebimentoEmail" name="dataRecebimentoEmail" onload="pegarDataAtual()"><br><br>
  34 +<label for=>Data Resposta Email: </label>
  35 +<input type="date" id="dataRespostaEmail" name="dataRespostaEmail"><br><br>
  36 +
  37 +
35 38 <input type="submit" value="Salvar">
36 39 </fieldset>
37   -</form>
  40 +</form><br>
  41 +
  42 +<table>
  43 +<tr>
  44 + <th>Nome</th>
  45 + <th>Orgão</th>
  46 + <th>Cargo</th>
  47 + <th>Email</th>
  48 + <th>Recebimento Email</th>
  49 + <th>Resposta Email</th>
  50 +
  51 + </tr>
  52 +
  53 + <tr>
  54 + <td>Fabricio Jamati de Souza</td>
  55 + <td>Ministerio do planejamento</td>
  56 + <td>Analista em Tecnologia da Informação</td>
  57 + <td>Jamati01@yahoo.com.br</td>
  58 + <td>24/11/2016</td>
  59 + <td>24/11/2016</td>
  60 + </tr>
  61 +</table>
  62 +
38 63 </body>
  64 +
  65 +
  66 +
  67 +
39 68 </html>
40 69 \ No newline at end of file
... ...