Subversion Repositories bacoAlunos

Rev

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

Rev 1310 Rev 1315
Line 45... Line 45...
45
            <th><bean:message key="courseunit.code"/> </th>
45
            <th><bean:message key="courseunit.code"/> </th>
46
            <th><bean:message key="courseunit.name"/> </th>
46
            <th><bean:message key="courseunit.name"/> </th>
47
            <th class="filter-name filter-select"><bean:message key="courseunit.semestre"/></th>
47
            <th class="filter-name filter-select"><bean:message key="courseunit.semestre"/></th>
48
            <th class="filter-name filter-select"><bean:message key="courseunit.importYear"/></th>
48
            <th class="filter-name filter-select"><bean:message key="courseunit.importYear"/></th>
49
            <th class="filter-name filter-select"><bean:message key="courseunit.course"/></th>
49
            <th class="filter-name filter-select"><bean:message key="courseunit.course"/></th>
-
 
50
            <th class="filter-name filter-select"><bean:message key="course.code"/></th>
50
            <th></th>
51
            <th></th>
51
            <th></th>
52
            <th></th>
52
        </tr>
53
        </tr>
53
        </thead>
54
        </thead>
54
        <tbody>
55
        <tbody>
Line 58... Line 59...
58
                <td style="text-align: right">${courseunitresult.object.code}</td>
59
                <td style="text-align: right">${courseunitresult.object.code}</td>
59
                <td><a href="<%=request.getContextPath()%>/user/startLoadCourseUnitFromHome.do?id=${courseunitresult.object.id}">${courseunitresult.object.name}</a></td>
60
                <td><a href="<%=request.getContextPath()%>/user/startLoadCourseUnitFromHome.do?id=${courseunitresult.object.id}">${courseunitresult.object.name}</a></td>
60
                <td><bean:message key="courseunit.${courseunitresult.object.semestre}"/></td>
61
                <td><bean:message key="courseunit.${courseunitresult.object.semestre}"/></td>
61
                <td>${courseunitresult.object.importYear}</td>
62
                <td>${courseunitresult.object.importYear}</td>
62
                <td><a href="<%=request.getContextPath()%>/user/courseControllerFromServiceZone.do?dispatch=edit&courseView.id=${courseunitresult.object.courseId}">${courseunitresult.object.courseName}</a></td>
63
                <td><a href="<%=request.getContextPath()%>/user/courseControllerFromServiceZone.do?dispatch=edit&courseView.id=${courseunitresult.object.courseId}">${courseunitresult.object.courseName}</a></td>
-
 
64
                <td>${courseunitresult.object.courseCode}</td>
63
                <td><html:link styleClass="btn btn-warning" action="/user/startEditCourseUnitAdminFromServiceZone?id=${courseunitresult.object.id}"><bean:message key="edit"/><span class="glyphicon glyphicon-pencil"></span></html:link></td>
65
                <td><html:link styleClass="btn btn-warning" action="/user/startEditCourseUnitAdminFromServiceZone?id=${courseunitresult.object.id}"><bean:message key="edit"/><span class="glyphicon glyphicon-pencil"></span></html:link></td>
64
                <td><html:link styleClass="btn btn-danger" action="/user/startDeleteCourseUnitAdminFromServiceZone?id=${courseunitresult.object.id}"><bean:message key="delete"/><span class="glyphicon glyphicon-remove"></span></html:link></td>
66
                <td><html:link styleClass="btn btn-danger" action="/user/startDeleteCourseUnitAdminFromServiceZone?id=${courseunitresult.object.id}"><bean:message key="delete"/><span class="glyphicon glyphicon-remove"></span></html:link></td>
65
                <td></td>
67
                <td></td>
66
            </tr>
68
            </tr>
67
        </logic:iterate>
69
        </logic:iterate>