Subversion Repositories bacoAlunos

Rev

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

Rev 1524 Rev 1525
Line 66... Line 66...
66
                                    <th>Titulo</th>
66
                                    <th>Titulo</th>
67
                                    <th>Tipo</th>
67
                                    <th>Tipo</th>
68
                                    <th>Data Inicio</th>
68
                                    <th>Data Inicio</th>
69
                                    <th>Data Abertura do Formulário</th>
69
                                    <th>Data Abertura do Formulário</th>
70
                                    <th>Rentabilidade %</th>
70
                                    <th>Rentabilidade %</th>
-
 
71
                                    <th>URL Inscr.</th>
-
 
72
                                    <th>Edição</th>
71
                                </tr>
73
                                </tr>
72
                            </thead>
74
                            </thead>
73
                            <tbody>
75
                            <tbody>
74
                                <%
76
                                <%
75
                                    for(EventGeneric event: eventClass.getEvents()){
77
                                    for(EventGeneric event: eventClass.getEvents()){
Line 111... Line 113...
111
 
113
 
112
                                            <%
114
                                            <%
113
                                                }
115
                                                }
114
                                            %>
116
                                            %>
115
                                        </td>
117
                                        </td>
-
 
118
                                        <td>
-
 
119
                                            <a class="btn btn-default" href="#" data-href="<%=request.getContextPath()%>/user/events/getEventURL.jsp?eventId=${event.id}" data-title="URL para inscrições no evento: ${event.title}" data-toggle="modal" data-target="#modalAjaxRequest">
-
 
120
                                                <span class="glyphicon glyphicon-globe"></span>
-
 
121
                                            </a>
-
 
122
                                        </td>
-
 
123
                                        <td>
-
 
124
                                            <a class="btn btn-warning" href="<%=request.getContextPath()%>/user/startSubmitEventFormacoes.do?eventId=${event.id}">
-
 
125
                                                <span class="glyphicon glyphicon-pencil"> Formações </span>
-
 
126
                                            </a>
-
 
127
                                        </td>
-
 
128
 
116
                                    </tr>
129
                                    </tr>
117
                                <%
130
                                <%
118
                                    }
131
                                    }
119
                                %>
132
                                %>
120
                            </tbody>
133
                            </tbody>