Subversion Repositories bacoAlunos

Rev

Rev 2009 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2009 Rev 2018
Line 3... Line 3...
3
  User: danif
3
  User: danif
4
  Date: 13/11/2018
4
  Date: 13/11/2018
5
  Time: 11:48
5
  Time: 11:48
6
  To change this template use File | Settings | File Templates.
6
  To change this template use File | Settings | File Templates.
7
--%>
7
--%>
-
 
8
<%@ page import="teste.Teste" %>
8
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
9
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
9
 
10
 
10
<% request.getSession().setAttribute("user", u); %>
11
<% request.getSession().setAttribute("user", u); %>
-
 
12
 
11
<html>
13
<html>
12
<head>
14
<head>
13
    <title>Title</title>
15
    <title>Title</title>
14
</head>
16
</head>
15
<body>
17
<body>
16
 
18
Nao autorizado
17
</body>
19
</body>
18
</html>
20
</html>