Subversion Repositories bacoAlunos

Rev

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

Rev 1814 Rev 1817
Line 302... Line 302...
302
                                    <th class="filter-name filter-select">Detalhes</th>
302
                                    <th class="filter-name filter-select">Detalhes</th>
303
 
303
 
304
                                </tr>
304
                                </tr>
305
                                </thead>
305
                                </thead>
306
                                <tbody>
306
                                <tbody>
-
 
307
 
307
                                    <%
308
                                <%
308
                                }
309
                                }
309
                                        for(Long unit: courseUnits)
310
                                        for(Long unit: courseUnits)
310
                                        {
311
                                        {
311
                                            Long unitId =  unit;
312
                                            Long unitId =  unit;
312
                                            CourseUnit cu = DaoFactory.getCourseUnitDaoImpl().load(unitId);
313
                                            CourseUnit cu = DaoFactory.getCourseUnitDaoImpl().load(unitId);