Subversion Repositories bacoAlunos

Rev

Rev 1524 | Rev 1659 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1312 jmachado 1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
3
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld" prefix="nested" %>
4
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
5
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
6
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
7
<%@ taglib uri="/WEB-INF/tlds/baco.tld" prefix="baco" %>
8
<%@ taglib uri="/WEB-INF/tlds/jomm.tld" prefix="jomm" %>
9
<jsp:useBean id="UserSession" type="pt.estgp.estgweb.domain.UserSession" scope="request"/>
10
 
11
<!-- PARA BOOTSTRAP NOVO PORTAL-->
12
<%--<link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/offcanvas.css"/>--%>
13
 
14
 
1406 jmachado 15
<logic:notMatch value="TeacherImpl" name="UserSession" property="user.class.name">
16
    <div class="alert alert-warning">
17
        <bean:message key="profile.bad.profile.teacher.iregular.user.class"/>
18
    </div>
19
</logic:notMatch>
1312 jmachado 20
 
1406 jmachado 21
<%--<jsp:include page="todosAfazer.jsp"/>--%>
1312 jmachado 22
 
1408 jmachado 23
<div class="col-md-8 col-sm-12 col-xs-12">
1410 jmachado 24
 
1408 jmachado 25
    <jsp:include page="/user/questionarios/pedagogicoEstudante/questionariosDocenteAbertos.jsp"/>
1410 jmachado 26
 
1629 jmachado 27
    <div class="col-md-12 col-sm-12 col-xs-12">
28
        <div class="alert alert-warning">Por decisão dos Conselhos Pedagógicos os relatórios de avaliação dos docentes estão a ser revistos e serão disponibilizados oficialmente dentro de alguns dias.</div>
29
    </div>
1379 jmachado 30
    <baco:hasRole role="admin,all,questionarios.gerais,questionarios.admin">
1312 jmachado 31
        <div class="col-md-6 col-sm-12 col-xs-12">
1426 jmachado 32
            <baco:hasRole role="admin,all,services,questionarios.admin,questionarios.atribuicoes.admin,questionarios.tipologias.admin,questionarios.atribuicoes.check_teachers">
33
                <jsp:include page="panels/configsInfo.jsp"/>
34
            </baco:hasRole>
35
            <jsp:include page="panels/configsGeraisSistema.jsp"/>
1395 jmachado 36
            <jsp:include page="panels/docs.jsp"/>
1379 jmachado 37
        </div>
1410 jmachado 38
        <div class="col-md-6 col-sm-12 col-xs-12">
39
            <jsp:include page="panels/academicTools.jsp"/>
1524 jmachado 40
            <jsp:include page="panels/events.jsp"/>
1410 jmachado 41
        </div>
1379 jmachado 42
    </baco:hasRole>
1409 jmachado 43
 
1406 jmachado 44
</div>
1408 jmachado 45
<div class="col-md-4 col-sm-12 col-xs-12">
1476 jmachado 46
    <baco:hasRole role="admin,all,questionarios.gerais,questionarios.admin,pedagogicCouncil.president,administrativeCouncil.director">
1409 jmachado 47
        <jsp:include page="panels/questionarios.jsp"/>
48
    </baco:hasRole>
1408 jmachado 49
    <jsp:include page="panels/emailSet.jsp"/>
50
</div>
1312 jmachado 51