Subversion Repositories bacoAlunos

Rev

Rev 1474 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1474 Rev 1476
Line 71... Line 71...
71
            <th>Tipologia</th>
71
            <th>Tipologia</th>
72
            <th>Turma</th>
72
            <th>Turma</th>
73
            <th>Alunos com Respos. %</th>
73
            <th>Alunos com Respos. %</th>
74
            <th>Alunos com Respos.</th>
74
            <th>Alunos com Respos.</th>
75
            <th>Alunos</th>
75
            <th>Alunos</th>
-
 
76
            <baco:hasRole role="admin,all,questionarios.gerais,questionarios.admin,pedagogicCouncil.president,administrativeCouncil.director">
76
            <th></th>
77
            <th></th>
-
 
78
            </baco:hasRole>
77
        </thead>
79
        </thead>
78
        <tbody>
80
        <tbody>
79
    <%
81
    <%
80
 
82
 
81
        for(Object[] tipologia: tipologias)
83
        for(Object[] tipologia: tipologias)
Line 105... Line 107...
105
                %>
107
                %>
106
                <div class="progress">
108
                <div class="progress">
107
                    <div class="progress-bar progress-bar-<%=percentageColor%>" role="progressbar" aria-valuenow="<%=percentage%>"
109
                    <div class="progress-bar progress-bar-<%=percentageColor%>" role="progressbar" aria-valuenow="<%=percentage%>"
108
                         aria-valuemin="0" aria-valuemax="100" style="width:<%=percentage%>%">
110
                         aria-valuemin="0" aria-valuemax="100" style="width:<%=percentage%>%">
109
                        <%=percentage%>%
111
                        <%=percentage%>%
-
 
112
                        <span class="icon icon-users"> </span>
110
                    </div>
113
                    </div>
111
                </div>
114
                </div>
112
 
115
 
113
            </td>
116
            </td>
114
            <td><label class="label label-<%=percentageColor%>" style="font-size: 1em"><%=tipologia[7]%></label></td>
117
            <td><label class="label label-<%=percentageColor%>" style="font-size: 1em"><%=tipologia[7]%></label> <span class="icon icon-user"> </span></td>
115
            <td><label class="label label-info" style="font-size: 1em"><%=tipologia[8]%></label></td>
118
            <td><label class="label label-primary" style="font-size: 1em"><%=tipologia[8]%></label> <span class="icon icon-users"> </span></td>
-
 
119
            <baco:hasRole role="admin,all,questionarios.gerais,questionarios.admin,pedagogicCouncil.president,administrativeCouncil.director">
116
            <td>
120
            <td>
117
                <%
121
                <%
118
                    Long unidadeId = (Long) tipologia[9];
122
                    Long unidadeId = (Long) tipologia[9];
119
                    request.setAttribute("unidadeId",unidadeId);
123
                    request.setAttribute("unidadeId",unidadeId);
120
                %>
124
                %>
Line 124... Line 128...
124
                %>
128
                %>
125
                <html:link styleClass="btn btn-default" action="/user/startQuestionariosPaeMessagePedagogico.do?questionarioId=${Questionario.id}&formDescription=Mensagem para os alunos: ${nomeUnidadeEncoded}&targetDispatch=sendEmailQuestionarioUnidadeAfeta&cursoAfetoOrUnidadeAfetaOrQuestionarioAfetoId=${unidadeId}">
129
                <html:link styleClass="btn btn-default" action="/user/startQuestionariosPaeMessagePedagogico.do?questionarioId=${Questionario.id}&formDescription=Mensagem para os alunos: ${nomeUnidadeEncoded}&targetDispatch=sendEmailQuestionarioUnidadeAfeta&cursoAfetoOrUnidadeAfetaOrQuestionarioAfetoId=${unidadeId}">
126
                    <span class="glyphicon glyphicon-envelope"> </span>
130
                    <span class="glyphicon glyphicon-envelope"> </span>
127
                </html:link>
131
                </html:link>
128
            </td>
132
            </td>
-
 
133
            </baco:hasRole>
129
        </tr>
134
        </tr>
130
    <%
135
    <%
131
            }
136
            }
132
        }
137
        }
133
    %>
138
    %>