Subversion Repositories bacoAlunos

Rev

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

Rev 1529 Rev 1531
Line 130... Line 130...
130
                                <%
130
                                <%
131
                                        }
131
                                        }
132
                                        else
132
                                        else
133
                                        {
133
                                        {
134
                                %>
134
                                %>
135
                                <img src="<%=request.getContextPath()%>/imgs/preencher.gif" width="35px"/>
135
                                <img src="<%=request.getContextPath()%>/imgs/preencher2.gif" width="35px"/>
136
                                <%
136
                                <%
137
                                        }
137
                                        }
138
                                    }
138
                                    }
139
                                    else
139
                                    else if(CourseUnitView.isValidEvaluation())
140
                                    {
140
                                    {
141
                                %>
141
                                %>
142
                                <span class="glyphicon glyphicon-ok"></span>
142
                                <span class="glyphicon glyphicon-ok"></span>
143
                                <%
143
                                <%
144
                                    }
144
                                    }
Line 293... Line 293...
293
 
293
 
294
                                        <html:link action="${user}/startLoadCourseUnit${fromAction}?courseUnitView.id=${item.id}">
294
                                        <html:link action="${user}/startLoadCourseUnit${fromAction}?courseUnitView.id=${item.id}">
295
 
295
 
296
                                        ${item.importYear}
296
                                        ${item.importYear}
297
                                            <%
297
                                            <%
298
                                                if(courseUnitViewInEvaluation !=null && courseUnitViewInEvaluation.getId()==item.getId())
298
                                                if(courseUnitViewInEvaluation != null && courseUnitViewInEvaluation.getId()==item.getId())
299
                                                {
299
                                                {
300
                                                    if(item.isValidationEvaluation())
300
                                                    if(item.isValidationEvaluation())
301
                                                    {
301
                                                    {
302
                                            %>
302
                                            %>
303
                                            <img src="<%=request.getContextPath()%>/imgs/check.gif" width="35px"/>
303
                                            <img src="<%=request.getContextPath()%>/imgs/check.gif" width="35px"/>
Line 305... Line 305...
305
                                                    }
305
                                                    }
306
                                                    else
306
                                                    else
307
                                                    {
307
                                                    {
308
                                            %>
308
                                            %>
309
 
309
 
310
                                                    <img src="<%=request.getContextPath()%>/imgs/preencher.gif" width="35px"/>
310
                                                    <img src="<%=request.getContextPath()%>/imgs/preencher2.gif" width="35px"/>
311
                                            <%
311
                                            <%
312
                                                    }
312
                                                    }
313
                                                }
313
                                                }
314
                                                else
314
                                                else if(item.isValidEvaluation())
315
                                                {
315
                                                {
316
                                            %>
316
                                            %>
317
                                                    <span class="glyphicon glyphicon-ok"></span>
317
                                                    <span class="glyphicon glyphicon-ok"></span>
318
                                            <%
318
                                            <%
319
                                                }
319
                                                }