Subversion Repositories bacoAlunos

Rev

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

Rev 1341 Rev 1354
Line 74... Line 74...
74
 
74
 
75
                <th><bean:message key="email"/></th>
75
                <th><bean:message key="email"/></th>
76
 
76
 
77
                <baco:hasRole role="teacher">
77
                <baco:hasRole role="teacher">
78
                    <th><bean:message key="phone.number"/></th>
78
                    <th><bean:message key="phone.number"/></th>
-
 
79
                    <th>Notas</th>
79
                </baco:hasRole>
80
                </baco:hasRole>
80
 
81
 
81
                <th class="filter-name filter-select" data-placeholder="Todas">Turma</th>
82
                <th class="filter-name filter-select" data-placeholder="Todas">Turma</th>
82
            </tr>
83
            </tr>
83
            </thead>
84
            </thead>
Line 106... Line 107...
106
                            ${student.email}
107
                            ${student.email}
107
                        </logic:notEmpty>
108
                        </logic:notEmpty>
108
                    </td>
109
                    </td>
109
                    <baco:hasRole role="teacher">
110
                    <baco:hasRole role="teacher">
110
                        <td>${student.phonenumber} </td>
111
                        <td>${student.phonenumber} </td>
-
 
112
                        <td>
-
 
113
                            <a class="btn btn-default" href="#" data-href="<%=request.getContextPath()%>/public/profile/profileGradesAjax.jsp?userId=${student.id}" data-title="Notas do aluno ${student.name} (${student.code})" data-toggle="modal" data-target="#modalAjaxRequest">
-
 
114
                                Notas
-
 
115
                            </a>
-
 
116
                        </td>
-
 
117
 
111
                    </baco:hasRole>
118
                    </baco:hasRole>
112
                    <td>
119
                    <td>
113
                        ${student.studentTurma}
120
                        ${student.studentTurma}
114
                    </td>
121
                    </td>
115
                </tr>
122
                </tr>