Subversion Repositories bacoAlunos

Rev

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

Rev 1409 Rev 1416
Line 54... Line 54...
54
                for(QuestionarioImpl q: questionarios)
54
                for(QuestionarioImpl q: questionarios)
55
                {
55
                {
56
                    request.setAttribute("q",q);
56
                    request.setAttribute("q",q);
57
%>
57
%>
58
                    <baco:initClearances name="q"/>
58
                    <baco:initClearances name="q"/>
-
 
59
<%
-
 
60
                    if(q.getStateEnum().getPosition() >= QuestionarioImpl.State.PROCESSING.getPosition())
-
 
61
                    {
-
 
62
%>
59
                    <tr>
63
                    <tr>
60
                        <td>${q.id}</td>
64
                        <td>${q.id}</td>
61
                        <td>${q.description}</td>
65
                        <td>${q.description}</td>
62
                        <td>${q.year}</td>
66
                        <td>${q.year}</td>
63
                        <td>${q.semestre}</td>
67
                        <td>${q.semestre}</td>
Line 103... Line 107...
103
 
107
 
104
                        </td>
108
                        </td>
105
                        <td><%=pt.estgp.estgweb.web.utils.DatesUtils.getStringFromDate(q.getUpdateDate())%></td>
109
                        <td><%=pt.estgp.estgweb.web.utils.DatesUtils.getStringFromDate(q.getUpdateDate())%></td>
106
                    </tr>
110
                    </tr>
107
<%
111
<%
-
 
112
                    }
108
                }
113
                }
109
                AbstractDao.getCurrentSession().getTransaction().commit();
114
                AbstractDao.getCurrentSession().getTransaction().commit();
110
%>
115
%>
111
                </tbody>
116
                </tbody>
112
            </table>
117
            </table>