Commit 8ac9ea31ee44852e2d6c915d47e4e739abbee6ca
1 parent
f83602d5
Exists in
master
and in
1 other branch
Substituição das imagens por imagens decorativas (css)
Showing
1 changed file
with
12 additions
and
14 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/avaliar.jsp
... | ... | @@ -70,12 +70,8 @@ |
70 | 70 | <thead> |
71 | 71 | <tr> |
72 | 72 | <th id="secao" class="topo">Seção</th> |
73 | - <th id="erro" class="topo"><img | |
74 | - src="${pageContext.request.contextPath}/inicial_arquivos/imagens/stop.gif" | |
75 | - alt="erro"> Erro(s) </th> | |
76 | - <th id="aviso" class="topo"><img | |
77 | - src="${pageContext.request.contextPath}/inicial_arquivos/imagens/alert.gif" | |
78 | - alt="alerta"> Aviso(s) </th> | |
73 | + <th id="erro" class="topo imgErro"><span>Erro(s)</span></th> | |
74 | + <th id="aviso" class="topo imgAviso"><span>Aviso(s)</span> </th> | |
79 | 75 | </tr> |
80 | 76 | </thead> |
81 | 77 | |
... | ... | @@ -134,8 +130,9 @@ |
134 | 130 | <div class="contenteudoAvaliacao"> |
135 | 131 | <t:listaResultado cssClass="mark" lista="${LISTA_MARK}" /> |
136 | 132 | </div> |
133 | + | |
137 | 134 | </div> |
138 | - | |
135 | + | |
139 | 136 | <div class="tabAvaliacao"> |
140 | 137 | <input type="radio" id="tab-2" name="tab-group-1"> |
141 | 138 | <label class="rariosAvaliacao" for="tab-2">Comportamento</label> |
... | ... | @@ -203,13 +200,14 @@ |
203 | 200 | </legend> |
204 | 201 | <br> |
205 | 202 | |
206 | - <img | |
207 | - src="${pageContext.request.contextPath}/inicial_arquivos/imagens/pdf.png" | |
208 | - alt="pdf" title="Gerar em PDF"> | |
209 | - <input type="radio" id="tiporel" name="tiporel" value="4" checked="checked"><label for="tiporel">PDF</label> | |
210 | - <input id="url" name="url" value="${url}" type="hidden"> | |
211 | - <input class="submit" name="executar" value="Executar" | |
212 | - type="submit"> | |
203 | + | |
204 | + <div id="pdf"> | |
205 | + <input type="radio" id="tiporel" name="tiporel" value="4" checked="checked"><label for="tiporel">PDF</label> | |
206 | + <input id="url" name="url" value="${url}" type="hidden"> | |
207 | + <input class="submit" name="executar" value="Executar" type="submit"> | |
208 | + </div> | |
209 | + | |
210 | + | |
213 | 211 | |
214 | 212 | </fieldset> |
215 | 213 | </form> | ... | ... |