Commit dd222b18d2d204a8025089071e8d99cb3cc6966d
1 parent
2811fa76
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@10667 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
35 additions
and
16 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/index/index.jsp
... | ... | @@ -5,7 +5,10 @@ |
5 | 5 | |
6 | 6 | <t:baseLayout> |
7 | 7 | <jsp:body> |
8 | - <div class="tile --NOVALUE--"> | |
8 | + | |
9 | +<div class="container"> | |
10 | + | |
11 | + <div class="tile --NOVALUE--"> | |
9 | 12 | |
10 | 13 | <!-- ADICIONANDO ERROS --> |
11 | 14 | <c:if test="${not empty errors}"> |
... | ... | @@ -16,15 +19,28 @@ |
16 | 19 | <br /> |
17 | 20 | </c:forEach> |
18 | 21 | </c:if> |
19 | - </div> | |
20 | - | |
22 | + </div> | |
21 | 23 | |
22 | -<h2 id="formaavaliacao">Formas de Avaliação</h2> | |
24 | + <div class="funcionalidades"> | |
25 | + <ul class="breadcrumb"> | |
26 | + <li> | |
27 | + <span>Você está em: </span> | |
28 | + </li> | |
29 | + <li>Página Inicial</li> | |
30 | + | |
31 | + </ul> | |
32 | + </div> | |
33 | + | |
34 | + <div class="outstanding-header"> | |
35 | + <h2 class="outstanding-title">Formas de Avaliação</h2> | |
36 | + </div> | |
37 | + | |
38 | + <div class="containerTab"> | |
39 | + | |
23 | 40 | |
24 | -<div class="container"> | |
25 | - | |
26 | 41 | <div class="tab"> |
27 | - <input type="radio" id="tab-1" name="tab-group-1" checked="checked"> | |
42 | + <input type="radio" id="tab-1" name="tab-group-1" | |
43 | + checked="checked"> | |
28 | 44 | <label class="rarios" for="tab-1">Validação pela URI</label> |
29 | 45 | |
30 | 46 | <div class="contenteudo"> |
... | ... | @@ -38,9 +54,9 @@ |
38 | 54 | |
39 | 55 | |
40 | 56 | <label class="" for="url">URL:</label><input id="url" |
41 | - name="url" value="http://" size="40" type="text"> | |
57 | + name="url" value="http://" size="40" type="text"> | |
42 | 58 | <input id="input_tab_1" class="submit" name="executar" |
43 | - value="Executar" type="submit"> | |
59 | + value="Executar" type="submit"> | |
44 | 60 | |
45 | 61 | </form> |
46 | 62 | </div> |
... | ... | @@ -52,7 +68,7 @@ |
52 | 68 | |
53 | 69 | <div class="contenteudo"> |
54 | 70 | <form name="form2" action="avaliar-arquivo" method="post" |
55 | - enctype="multipart/form-data"> | |
71 | + enctype="multipart/form-data"> | |
56 | 72 | <input type="hidden" name="mark" value="true"> |
57 | 73 | <input type="hidden" name="content" value="true"> |
58 | 74 | <input type="hidden" name="presentation" value="true"> |
... | ... | @@ -63,9 +79,9 @@ |
63 | 79 | |
64 | 80 | |
65 | 81 | <label for="up_file">Arquivo:</label><input id="up_file" |
66 | - name="file" size="30" type="file"> | |
82 | + name="file" size="30" type="file"> | |
67 | 83 | <input id="input_tab_2" class="submit" name="executar" |
68 | - value="Executar" type="submit"> | |
84 | + value="Executar" type="submit"> | |
69 | 85 | |
70 | 86 | </form> |
71 | 87 | </div> |
... | ... | @@ -76,7 +92,8 @@ |
76 | 92 | <label class="rarios" for="tab-3">Validação pelo código fonte</label> |
77 | 93 | |
78 | 94 | <div class="contenteudo"> |
79 | - <form name="form3" action="avaliar-codigo" method="post" enctype="multipart/form-data"> | |
95 | + <form name="form3" action="avaliar-codigo" method="post" | |
96 | + enctype="multipart/form-data"> | |
80 | 97 | <input type="hidden" name="mark" value="true"> |
81 | 98 | <input type="hidden" name="content" value="true"> |
82 | 99 | <input type="hidden" name="presentation" value="true"> |
... | ... | @@ -85,14 +102,16 @@ |
85 | 102 | <input type="hidden" name="behavior" value="true"> |
86 | 103 | |
87 | 104 | |
88 | - <label for="input">Código a analisar:<br><textarea id="input" name="html" rows="8" cols="75"></textarea> </label> | |
89 | - <br><input class="submit" name="executar" value="Executar" type="submit"> | |
105 | + <label for="input">Código a analisar:<br> | |
106 | + <textarea id="input" name="html" rows="8" cols="75"></textarea> </label> | |
107 | + <br><input class="submit" name="executar" | |
108 | + value="Executar" type="submit"> | |
90 | 109 | |
91 | 110 | </form> |
92 | 111 | |
93 | 112 | </div> |
94 | 113 | </div> |
95 | - | |
114 | + </div> | |
96 | 115 | </div> |
97 | 116 | |
98 | 117 | ... | ... |