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,12 +70,8 @@ | ||
70 | <thead> | 70 | <thead> |
71 | <tr> | 71 | <tr> |
72 | <th id="secao" class="topo">Seção</th> | 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 | </tr> | 75 | </tr> |
80 | </thead> | 76 | </thead> |
81 | 77 | ||
@@ -134,8 +130,9 @@ | @@ -134,8 +130,9 @@ | ||
134 | <div class="contenteudoAvaliacao"> | 130 | <div class="contenteudoAvaliacao"> |
135 | <t:listaResultado cssClass="mark" lista="${LISTA_MARK}" /> | 131 | <t:listaResultado cssClass="mark" lista="${LISTA_MARK}" /> |
136 | </div> | 132 | </div> |
133 | + | ||
137 | </div> | 134 | </div> |
138 | - | 135 | + |
139 | <div class="tabAvaliacao"> | 136 | <div class="tabAvaliacao"> |
140 | <input type="radio" id="tab-2" name="tab-group-1"> | 137 | <input type="radio" id="tab-2" name="tab-group-1"> |
141 | <label class="rariosAvaliacao" for="tab-2">Comportamento</label> | 138 | <label class="rariosAvaliacao" for="tab-2">Comportamento</label> |
@@ -203,13 +200,14 @@ | @@ -203,13 +200,14 @@ | ||
203 | </legend> | 200 | </legend> |
204 | <br> | 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 | </fieldset> | 212 | </fieldset> |
215 | </form> | 213 | </form> |