Subversion Repositories bacoAlunos

Rev

Rev 1626 | Rev 1657 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page import="jomm.dao.impl.AbstractDao" %>
<%@ page import="pt.estgp.estgweb.domain.User" %>
<%@ page import="pt.estgp.estgweb.domain.dao.DaoFactory" %>
<%@ page import="java.util.List" %>
<%@ page import="pt.estgp.estgweb.Globals" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/tlds/baco.tld" prefix="baco" %>
<%@ taglib uri="/WEB-INF/tlds/jomm.tld" prefix="jomm" %>
<%@taglib prefix="bacoTags" tagdir="/WEB-INF/tags" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>


<div class="modal fade confirmModal" id="modal-help-reports" tabindex="-1" role="dialog" >
    <div class="modal-dialog" data-width="960" style="display: block; width: 960px; margin-top: 50px;" aria-hidden="false">
        <!-- Modal content-->
        <div class="modal-content">
            <div class="modal-header clearfix">
                <h3 class="modal-title">
                    Ajuda sobre Papeis Institucionais
                    <button type="button" class="btn btn-danger btn-xs pull-right" data-dismiss="modal"><span class="glyphicon glyphicon-remove small"></span></button>
                </h3>
            </div>
            <div class="modal-body">
                <h3 class="well">Grupos de Relatórios</h3>
                <p>Os relatórios destinam-se a servir vários objectivos e vários destinatários com diferentes necessidades. Por essa razão foram criados os seguintes grupos de relatórios:</p>
                <ul>
                    <li>Relatórios de Docente</li>
                    <li>Relatórios de Curso Públicos</li>
                    <li>Relatórios de Curso Reservados</li>
                    <li>Relatório agregado das Escolas do Instituto</li>
                </ul>

                <h3 class="well">Estado dos Relatórios</h3>
                <p>Um relatório poderá estar INATIVO, para efetitos validação pelos orgãos competentes, ou poderá estar ATIVO, sendo que neste caso são libertados todos os contextos de acesso permitidos.</p>
                <p>Da mesma forma um grupo completo de relatórios poderá estar totalmente INATIVO ou ATIVO</p>

                <h3 class="well">Intervenientes no Processo</h3>
                <p>Existem diversos intervenientes no processo: pessoas e orgãos. Dependendo do contexto em questão, estes intervenientes, poderão ter acesso à informação aqui disponibilizada.</p>
                <p>Segue-se uma tabela de direitos de acesso que define, dependendo do contexto, quem pode ou não aceder à informação presente nos relatórios</p>
                <p>Por exemplo uma coordenação de curso marcada como podendo aceder à informação será apenas no contexto do seu curso ou do docente que integra o mesmo. Uma direcção de escola marcada como podendo aceder à informação, é considerada a direção da escola onde o curso ou o docente se integra.</p>

                <table class="tablesorter-blue">
                    <thead>
                    <tr>
                        <th>Grupo</th>
                        <th>No Estado</th>
                        <th>Administração IPP</th>
                        <th>Presidentes do Pedagógico</th>
                        <th>Docente</th>
                        <th>Coord. Curso</th>
                        <th>Direção Escola</th>
                        <th>Departamento</th>
                        <th>Alunos</th>
                    </tr>
                    </thead>
                    <tbody>
                    <tr>
                        <th rowspan="2">Relatório de Docente</th>
                        <th>Ativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                    </tr>
                    <tr>
                        <th>Inativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>



                    <tr>
                        <th rowspan="2">Arquivo ZIP com todos os Relatórios de Docente</th>
                        <th>Ativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>

                    <tr>
                        <th>Inativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>



                    <tr>
                        <th rowspan="2">Relatório de Curso Público</th>
                        <th>Ativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                    </tr>
                    <tr>
                        <th>Inativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>

                    <tr>
                        <th rowspan="2">Arquivo ZIP com todos os Relatórios de Curso Publicos</th>
                        <th>Ativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                    </tr>

                    <tr>
                        <th>Inativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>


                    <tr>
                        <th rowspan="2">Relatório de Curso Reservado</th>
                        <th>Ativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>

                    </tr>
                    <tr>
                        <th>Inativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>



                    <tr>
                        <th rowspan="2">Arquivo ZIP com todos os Relatórios de Curso Reservados</th>
                        <th>Ativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>

                    <tr>
                        <th>Inativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>


                    <tr>
                        <th rowspan="2">Relatório agregado das Escolas do Instituto</th>
                        <th>Ativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>
                    <tr>
                        <th>Inativo</th>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td><span class="glyphicon glyphicon-ok"></span></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>

                    </tbody>
                </table>

                <baco:hasRole role="admin,questionarios.admin,pedagogicCouncil.president,board.institution">
                    <h3 class="well">Intervenientes no Processo em Sistema <label class="label label-info">Esta informação é visivel apenas a membros da Administração e Presidentes do Pedagógico</label></h3>
                    <p>Caso algum dos intervenientes esteja mal atribuido contacte de imediato a administração de sistemas do IPP</p>

                    <%

                        request.setAttribute("roleBoardIPP",Globals.ROLE_BOARD_INSTITUTION);
                        request.setAttribute("roleBoardESTG",Globals.ROLE_BOARD_SCHOOL_ESTG);
                        request.setAttribute("roleBoardESAE",Globals.ROLE_BOARD_SCHOOL_ESAE);
                        request.setAttribute("roleBoardESS",Globals.ROLE_BOARD_SCHOOL_ESS);
                        request.setAttribute("roleBoardESECS",Globals.ROLE_BOARD_SCHOOL_ESECS);
                        request.setAttribute("rolePreCP",Globals.ROLE_PRESIDENTE_CONCELHO_PEDAGOGICO);
                    %>
                    <bacoTags:printRoleGroup useModals="false" role="${roleBoardIPP}" transactional="true"/>
                    <bacoTags:printRoleGroup useModals="false" role="${rolePreCP}" transactional="true"/>
                    <bacoTags:printRoleGroup useModals="false" role="${roleBoardESTG}" transactional="true"/>
                    <bacoTags:printRoleGroup useModals="false" role="${roleBoardESAE}" transactional="true"/>
                    <bacoTags:printRoleGroup useModals="false" role="${roleBoardESS}" transactional="true"/>
                    <bacoTags:printRoleGroup useModals="false" role="${roleBoardESECS}" transactional="true"/>

                </baco:hasRole>
                <button type="button" class="btn btn-danger" data-dismiss="modal">Sair</button>
            </div>
        </div>
    </div>
</div>