Commit 3df01b930da258a63051518887b7675141adb138
1 parent
b33ed1cb
Exists in
master
Painel de acessibilidade.
Showing
1 changed file
with
1 additions
and
70 deletions
Show diff stats
Desenvolvimento/Codificacao/e-Selo/WebContent/WEB-INF/jsp/painelAcessibilidade/painelAcessibilidade.jsp
1 | -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> | |
2 | -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> | |
3 | -<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles"%> | |
4 | - | |
5 | -<!DOCTYPE html> | |
6 | - <html lang="pt-br"> | |
7 | - <head> | |
8 | - <meta charset="utf-8"> | |
9 | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
10 | - <meta name="description" content=""> | |
11 | - <meta name="author" content=""> | |
12 | - <link rel="shortcut icon" href="static/ico/favicon.png"> | |
13 | - | |
14 | - <title>Painel de Acessibilidade Digital do Governo</title> | |
15 | - | |
16 | - <link href="<c:url value="/static/css/painelAcessibilidade.css"/>" rel="stylesheet"> | |
17 | - | |
18 | - </head> | |
19 | - <body> | |
20 | - | |
21 | - <div class="contanner"> | |
22 | - <div id="logo"> | |
23 | - Painel de Acessibilidade Digital do Governo | |
24 | - </div> | |
25 | - </div> | |
26 | - | |
27 | - <div id="contato"> | |
28 | - <a href="http://www.planejamento.gov.br/">Ministério do Planejamento - http://www.planejamento.gov.br (link para um novo sítio)</a> | |
29 | - </div> | |
30 | - | |
31 | - <div class="contanner"> | |
32 | - <div class="logoAvaliacao"> | |
33 | - <div id="emag"> | |
34 | - <label>eMAG</label> | |
35 | - </div> | |
36 | - | |
37 | - ${url.id}"-" ${url.url}"-" ${url.codHash} "-" ${url.idSitio} "-" | |
38 | - <div id="testesAutomaticos"> | |
39 | - <label>Testes Automáticos<br>7.3/10</label> </div> | |
40 | - | |
41 | - <div id="grafico"> | |
42 | - Gráfico | |
43 | - </div> | |
44 | - </div> | |
45 | - <div class="avaliacao"> | |
46 | - | |
47 | - | |
48 | - <label><strong>Teste Automático de Acessibilidade</strong></label><br><br> | |
49 | - <label><strong>Órão: ${orgao }</strong></label><br> | |
50 | - <label><strong>Página: ${pagina }</strong></label><br> | |
51 | - <label><strong>Data de Avaliação: ${data }</strong></label><br> | |
52 | - <label><strong>Nota: ${nota }</strong></label><br> | |
53 | - <hr> | |
54 | - | |
55 | - <c:if test="${not empty lsResultadoRecomendacao}"> | |
56 | - <c:forEach items="${lsResultadoRecomendacao}" var="resultadoRecomendacao"> | |
57 | - <label><strong>Recomendação: ${resultadoRecomendacao.nuRecomendacao } - ${resultadoRecomendacao.dsDescricao }</strong></label> <br> | |
58 | - <label><strong>Peso da Recomendação: ${resultadoRecomendacao.vlPeso } </strong></label><br> | |
59 | - <label><strong>Nota da Recomendacao: ${resultadoRecomendacao.nuNota }</strong></label><br> | |
60 | - | |
61 | - <c:forEach items="${lsResultadoCriterio}" var="resultadoCriterio"> | |
62 | - | |
63 | - </c:forEach> | |
64 | - </c:forEach> | |
65 | - </c:if> | |
66 | - | |
67 | - </div> | |
68 | - </div> | |
69 | - </body> | |
70 | -</html> | |
71 | 1 | \ No newline at end of file |
2 | +${html} | |
72 | 3 | \ No newline at end of file | ... | ... |