Subversion Repositories bacoAlunos

Rev

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

Rev 1856 Rev 1869
Line 1... Line 1...
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<style>
2
<style>
-
 
3
    .sections
-
 
4
    {
-
 
5
        padding-left: 20px;
-
 
6
    }
3
    .buttonTools
7
    .buttonTools
4
    {
8
    {
5
        border: 1px solid gray;
9
        border: 1px solid gray;
6
        background-color: lightgray;
10
        background-color: lightgray;
7
        padding: 5px;
11
        padding: 5px;
Line 21... Line 25...
21
        border: 1px solid gray;
25
        border: 1px solid gray;
22
        padding: 5px;
26
        padding: 5px;
23
    }
27
    }
24
</style>
28
</style>
25
 
29
 
-
 
30
<!--Require templateObj-->
-
 
31
<script type="text/ng-template" id="callDocumentTemplate">
-
 
32
 
-
 
33
    <div ng-include="class2id(templateObj)"></div>
-
 
34
</script>
26
 
35
 
27
<%--
36
<%--
28
    customPane Need component customPane in variable customPane
37
    customPane Need component customPane in variable customPane
29
    docAppSelector selector usualy an html ID for ng-app example #docReport
38
    docAppSelector selector usualy an html ID for ng-app example #docReport
30
--%>
39
--%>
Line 133... Line 142...
133
                    </textarea>
142
                    </textarea>
134
                </div>
143
                </div>
135
            </div>
144
            </div>
136
        </div>
145
        </div>
137
    </div>
146
    </div>
-
 
147
</script>
-
 
148
 
-
 
149
<!--
-
 
150
@section objeto com seccoes e componentes
-
 
151
@optional @chapter capitulo do documento para esta seccao para contcatenar às subsections
-
 
152
-->
-
 
153
<script type="text/ng-template" id="pt_estgp_estgweb_utils_documentBuilder_DocumentSection">
-
 
154
    <div class="sections">
-
 
155
        <ul class="nav nav-tabs">
-
 
156
            <li ng-model="section" class="separatorSectionNav"
-
 
157
                ng-class="{ active : subSection.active}"
-
 
158
                ng-repeat="subSection in section.sections">
-
 
159
                <a ng-click="showSep(section,subSection)"> {{$chapter}}{{$index+1}} - {{subSection.title}}</a>
-
 
160
            </li>
-
 
161
        </ul>
-
 
162
        <div ng-model="subSection"
-
 
163
             ng-class="{ hidden: !subSection.active }"
-
 
164
             ng-repeat="subSection in section.sections"
-
 
165
             class="separatorSection clearfix">
-
 
166
            <div ng-repeat="comp in subSection.components"
-
 
167
                 ng-include="class2id(comp)">
-
 
168
 
-
 
169
            </div>
-
 
170
            <div ng-if="subSection.sections"
-
 
171
                 ng-init="section=subSection;$chapter=$chapter+($index+1)+'.'"
-
 
172
                 ng-include="class2id(subSection)">
-
 
173
            </div>
-
 
174
        </div>
-
 
175
    </div>
-
 
176
</script>
-
 
177
 
-
 
178
<!--
-
 
179
@section objeto com seccoes e componentes
-
 
180
@optional @chapter capitulo do documento para esta seccao para contcatenar às subsections
-
 
181
-->
-
 
182
 
-
 
183
<script type="text/ng-template" id="pt_estgp_estgweb_services_courses_coursereport_documentmodel_CourseUnitsReportsSection">
-
 
184
    <div class="sections">
-
 
185
        <a name="indexCus"></a>
-
 
186
        <span ng-repeat="cu in section.sections" ng-init="cu.taxaAprovacao = 100 * cu.courseUnitEvaluation.numAlunosAprovTotal/(cu.courseUnitEvaluation.numAlunosInscritos - cu.courseUnitEvaluation.numAlunosSemElementosAvaliacao)">
-
 
187
            <a href="#cu{{$index}}" ng-class="{ 'alert-danger': (cu.courseUnitEvaluation.cumprimentoProgramaPercent &lt; 100) || cu.taxaAprovacao &lt; 75 || !cu.courseUnitEvaluation.closed || !cu.courseUnitEvaluation.teacherComplete}">
-
 
188
                {{cu.title}}
-
 
189
            </a> |
-
 
190
        </span>
-
 
191
        <div ng-repeat="cu in section.sections"
-
 
192
             class="section panel-primary">
-
 
193
 
-
 
194
            <a name="cu{{$index}}"></a>
-
 
195
            <span ng-if="$index != 0" class="glyphicon glyphicon-backward" ></span><a ng-if="$index != 0" href="#indexCus"> Voltar atrás</a>
-
 
196
            <div class="panel-heading"><h2>{{cu.title}}</h2></div>
-
 
197
 
-
 
198
            <div style="padding-left:20px">
-
 
199
                <div><h3><label class="label label-primary">Estado do Relatório</label></h3></div>
-
 
200
 
-
 
201
                <div ng-if="cu.courseUnitEvaluation.closed">
-
 
202
                    Entregue e Aceite
-
 
203
                </div>
-
 
204
                <div class="alert-danger" ng-if="cu.courseUnitEvaluation.closed && !cu.courseUnitEvaluation.teacherComplete">
-
 
205
                    Entregue mas não foi aprovado pela comissão
-
 
206
                </div>
-
 
207
                <div class="alert-danger" ng-if="!cu.courseUnitEvaluation.closed  && !cu.courseUnitEvaluation.teacherComplete">
-
 
208
                    Não foi entregue pelo docente para validação
-
 
209
                </div>
-
 
210
 
-
 
211
            </div>
-
 
212
 
-
 
213
 
-
 
214
            <div style="padding-left:20px">
-
 
215
                <div><h3><label class="label label-primary">Resultados</label></h3></div>
-
 
216
                <div>
-
 
217
                    <table class="tablesorter-blue"   width="100%">
-
 
218
                        <tr>
-
 
219
                            <th rowspan="2">
-
 
220
                                Nº Alunos Inscritos
-
 
221
                            </th>
-
 
222
                            <th rowspan="2">
-
 
223
                                Nº de alunos sem elementos de avaliação
-
 
224
                            </th>
-
 
225
                            <th colspan="5">
-
 
226
                                Nº de alunos aprovados em
-
 
227
                            </th>
-
 
228
                            <th colspan="2">
-
 
229
                                Aprovados com a classificação entre 10 e 13 valores
-
 
230
                            </th>
-
 
231
                            <th colspan="2">
-
 
232
                                Aprovados com a classificação entre 14 e 16 valores
-
 
233
                            </th>
-
 
234
                            <th colspan="2">
-
 
235
                                Aprovados com a classificação entre 17 e 20 valores
-
 
236
                            </th>
-
 
237
                        </tr>
-
 
238
                        <tr>
-
 
239
                            <th>Avaliação de frequência</th>
-
 
240
                            <th>Exame Época Normal</th>
-
 
241
                            <th>Exame Época Recurso</th>
-
 
242
                            <th>Exame Época Especial</th>
-
 
243
                            <th>Total</th>
-
 
244
                            <th>Nº</th>
-
 
245
                            <th>%</th>
-
 
246
                            <th>Nº</th>
-
 
247
                            <th>%</th>
-
 
248
                            <th>Nº</th>
-
 
249
                            <th>%</th>
-
 
250
                        </tr>
-
 
251
                        <tr>
-
 
252
                            <td class="text-center">
-
 
253
                                {{cu.courseUnitEvaluation.numAlunosInscritos}}
-
 
254
                            </td>
-
 
255
                            <td class="text-center">
-
 
256
                                {{cu.courseUnitEvaluation.numAlunosSemElementosAvaliacao}}
-
 
257
                            </td>
-
 
258
                            <td class="text-center">
-
 
259
                                {{cu.courseUnitEvaluation.numAlunosAprovFrequencia}}
-
 
260
                            </td>
-
 
261
                            <td class="text-center">
-
 
262
                                {{cu.courseUnitEvaluation.numAlunosAprovNormal}}
-
 
263
                            </td>
-
 
264
                            <td class="text-center">
-
 
265
                                {{cu.courseUnitEvaluation.numAlunosAprovRecurso}}
-
 
266
                            </td>
-
 
267
                            <td style="text-align: center">
-
 
268
                                {{cu.courseUnitEvaluation.numAlunosAprovEspecial}}
-
 
269
                            </td>
-
 
270
                            <td class="text-center">
-
 
271
                                {{cu.courseUnitEvaluation.numAlunosAprovTotal}}
-
 
272
                            </td>
-
 
273
                            <td class="text-center">
-
 
274
                                {{cu.courseUnitEvaluation.numAlunosAprov1013}}
-
 
275
                            </td>
-
 
276
                            <td class="text-center">
-
 
277
                                {{cu.courseUnitEvaluation.numAlunosAprov1013Percent}}
-
 
278
                            </td>
-
 
279
                            <td class="text-center">
-
 
280
                                {{cu.courseUnitEvaluation.numAlunosAprov1416}}
-
 
281
                            </td>
-
 
282
                            <td class="text-center">
-
 
283
                                {{cu.courseUnitEvaluation.numAlunosAprov1416Percent}}
-
 
284
                            </td>
-
 
285
                            <td class="text-center">
-
 
286
                                {{cu.courseUnitEvaluation.numAlunosAprov1720}}
-
 
287
                            </td>
-
 
288
                            <td class="text-center">
-
 
289
                                {{cu.courseUnitEvaluation.numAlunosAprov1720Percent}}
-
 
290
                            </td>
-
 
291
                        </tr>
-
 
292
                    </table>
-
 
293
                </div>
-
 
294
            </div>
-
 
295
 
-
 
296
            <div style="padding-left:20px" >
-
 
297
                <div><h3><label class="label label-primary">Taxa de Aprovação</label></h3></div>
-
 
298
                <div ng-class="{ 'alert-danger': cu.taxaAprovacao &lt; 75 }">{{cu.taxaAprovacao}}%</div>
-
 
299
            </div>
-
 
300
 
-
 
301
 
-
 
302
 
-
 
303
            <div style="padding-left:20px">
-
 
304
                <div><h3><label class="label label-primary">Apreciação dos resultados quantitativos obtidos pelos estudantes</label></h3></div>
-
 
305
                <div>{{cu.courseUnitEvaluation.qualApreciacaoQuantitivos}}</div>
-
 
306
            </div>
-
 
307
            <div style="padding-left:20px">
-
 
308
                <div><h3><label class="label label-primary">Apreciação do funcionamento da UC</label></h3></div>
-
 
309
                <div>{{cu.courseUnitEvaluation.qualApreciacaoUC}}</div>
-
 
310
            </div>
-
 
311
            <div style="padding-left:20px">
-
 
312
                <div><h3><label class="label label-primary">Percentagem de cumprimento do programa da UC</label></h3></div>
-
 
313
                <div ng-class="{ 'alert-danger': (cu.courseUnitEvaluation.cumprimentoProgramaPercent &lt; 100) }">
-
 
314
                    {{cu.courseUnitEvaluation.cumprimentoProgramaPercent}}%
-
 
315
                </div>
-
 
316
            </div>
-
 
317
            <div style="padding-left:20px">
-
 
318
                <div><h3><label class="label label-primary">Apreciação do cumprimento do programa da UC</label></h3></div>
-
 
319
                <div>{{cu.courseUnitEvaluation.qualApreciacaoCumprimentoPrograma}}</div>
-
 
320
            </div>
-
 
321
            <div style="padding-left:20px">
-
 
322
                <div><h3><label class="label label-primary">Conclusões</label></h3></div>
-
 
323
                <div>{{cu.courseUnitEvaluation.qualConclusoes}}</div>
-
 
324
            </div>
-
 
325
        </div>
-
 
326
    </div>
138
</script>
327
</script>
139
 
328