Commit 77145447601011c20ea15a416b3f6ee6711c8a14
1 parent
461332ef
Exists in
master
and in
1 other branch
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…
…0Web/Fontes/avaliador-web@10663 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
18 additions
and
5 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/avaliar.jsp
... | ... | @@ -4,7 +4,18 @@ |
4 | 4 | |
5 | 5 | <t:baseLayout> |
6 | 6 | <jsp:body> |
7 | - | |
7 | + | |
8 | + <div class="funcionalidades"> | |
9 | + <ul class="breadcrumb"> | |
10 | + <li> | |
11 | + <span>Você está em: </span> | |
12 | + </li> | |
13 | + <li><a href="${pageContext.request.contextPath}">Página Inicial |</a></li> | |
14 | + | |
15 | + <li>Resumo de avaliação</li> | |
16 | + | |
17 | + </ul> | |
18 | + </div> | |
8 | 19 | |
9 | 20 | |
10 | 21 | |
... | ... | @@ -31,7 +42,7 @@ |
31 | 42 | |
32 | 43 | <div class="cell width-5 position-2 " data-panel=""> |
33 | 44 | <div id="block"> |
34 | - <div id="webaxscore" class="scoreB">Porcentagem | |
45 | + <div id="webaxscore" class="scoreB_${webaxscore}">Porcentagem | |
35 | 46 | <strong>ASES</strong> |
36 | 47 | <span>${nota.valor}%</span> |
37 | 48 | </div> |
... | ... | @@ -96,7 +107,7 @@ |
96 | 107 | </div> |
97 | 108 | <div id="corpo"> |
98 | 109 | <br> |
99 | - <hr class="hr_avaliar"> | |
110 | + <hr class="hr_linhaDupla"> | |
100 | 111 | <h2 class="outstanding-title">Resumo de Acessibilidade por recomendações do eMAG</h2> |
101 | 112 | |
102 | 113 | <div class="containerAvaliacao"> |
... | ... | @@ -157,9 +168,10 @@ |
157 | 168 | </div> |
158 | 169 | </div> |
159 | 170 | |
160 | - </div> | |
171 | +</div> | |
172 | + | |
161 | 173 | <br> |
162 | - <hr class="hr_avaliar"> | |
174 | + <hr class="hr_linhaDupla"> | |
163 | 175 | <h2 class="outstanding-title">Exportar Resultado</h2> |
164 | 176 | <form name="form1" action="relatorioavaliacao" method="post"> |
165 | 177 | <fieldset> |
... | ... | @@ -178,6 +190,7 @@ |
178 | 190 | |
179 | 191 | </fieldset> |
180 | 192 | </form> |
193 | + | |
181 | 194 | </div> |
182 | 195 | |
183 | 196 | </jsp:body> | ... | ... |