Subversion Repositories bacoAlunos

Rev

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

Rev 1312 Rev 1585
Line -... Line 1...
-
 
1
<%@ page import="pt.estgp.estgweb.utils.ConfigProperties" %>
1
<%@page contentType="text/html"%>
2
<%@page contentType="text/html"%>
2
<%@page pageEncoding="UTF-8"%>
3
<%@page pageEncoding="UTF-8"%>
3
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld"  prefix="html" %>
4
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld"  prefix="html" %>
4
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld"  prefix="nested" %>
5
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld"  prefix="nested" %>
5
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld"  prefix="logic" %>
6
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld"  prefix="logic" %>
Line 8... Line 9...
8
    response.sendError(500);
9
    response.sendError(500);
9
%>
10
%>
10
 
11
 
11
<div class="container-fluid">
12
<div class="container-fluid">
12
<div class="alert alert-danger"><bean:message key="error.500"/></div>
13
<div class="alert alert-danger"><bean:message key="error.500"/></div>
13
<div class="alert alert-info"><bean:message key="admin.contact"/>  ci [AT] estgp [DOT] pt</div>
14
<div class="alert alert-info"><bean:message key="admin.contact"/>
-
 
15
    <ul>
-
 
16
        <li><%=ConfigProperties.getProperty("admin.email")%></li>
-
 
17
        <li><%=ConfigProperties.getProperty("admin.email.2")%></li>
-
 
18
    </ul>
-
 
19
</div>
14
</div>
20
</div>
15
 
21