Commit bf09703bbf9c4e818e33e4e6eb2acb6688e4a695
1 parent
59a056d4
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@10629 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/index/index.jsp
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | <%@taglib prefix="t" tagdir="/WEB-INF/tags"%> |
3 | 3 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> |
4 | 4 | |
5 | + | |
5 | 6 | <t:baseLayout> |
6 | 7 | <jsp:body> |
7 | 8 | <div class="tile --NOVALUE--"> |
... | ... | @@ -16,10 +17,10 @@ |
16 | 17 | </c:forEach> |
17 | 18 | </c:if> |
18 | 19 | </div> |
19 | - | |
20 | - | |
21 | -<h2>Formas de Avaliação</h2> | |
22 | - | |
20 | + | |
21 | + | |
22 | +<h2 id="formaavaliacao">Formas de Avaliação</h2> | |
23 | + | |
23 | 24 | <div class="container"> |
24 | 25 | |
25 | 26 | <div class="tab"> | ... | ... |