Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1433 → Rev 1434

/branches/v3/impl/src/java/pt/estgp/estgweb/services/email/SendEmailService.java
122,6 → 122,11
Session.getDefaultInstance(props, authenticator)
: Session.getDefaultInstance(props) ;
 
//Session session = authenticator != null ?
// Session.getInstance(props, authenticator)
// : Session.getInstance(props) ;
//session.getTransport().connect();
 
session.setDebug(true);
session.setDebugOut(System.out);
 
207,6 → 212,8
 
 
Transport.send(message);
//session.getTransport().sendMessage(message,message.getAllRecipients());
//session.getTransport().close();
}
}
catch(MessagingException e)
/branches/v3/impl/src/web/user/questionarios/pedagogicoEstudante/questionariosDocenteAbertos.jsp
53,7 → 53,7
for(Questionario questionario: tipologiasOrdenadas.keySet())
{
%>
<h2><%=questionario.getDescription()%></h2>
<h2 class="well">Questionário: <%=questionario.getDescription()%></h2>
<%
HashMap<QuestionarioPedagogicoCursoAfeto,Boolean> cursosAfetoHashMap = new HashMap<QuestionarioPedagogicoCursoAfeto, Boolean>();
for(QuestionarioPedagogicoTipologiaRequisitada tipologiaRequisitada: tipologiasOrdenadas.get(questionario))
64,7 → 64,9
for(QuestionarioPedagogicoCursoAfeto cursoAfeto: cursosAfetoHashMap.keySet())
{
%>
<h3><%=cursoAfeto.getNome()%></h3>
 
<div class="well well-sm"><%=cursoAfeto.getNome()%></div>
 
<div class="list-group">
<%--<div class="list-group-item list-group-item-heading clearfix">
Unidade Curricular (Código da Unidade) <label class="label label-pill label-success" style="font-size: 1em">Questionários Preenchidos</label> de <label class="label label-pill label-info" style="font-size: 1em">Número de Solicitados</label> <label class="badge badge-info">Tipologia de Aula</label>
98,7 → 100,10
<label class="label label-pill <%=respondidos == null ? "label-warning" : "label-success"%>" style="font-size: 1em"><%=respondidos == null ? 0 : ((Long)respondidos)%></label>
respondidos de
<label class="label label-pill label-info" style="font-size: 1em"><%=tipologiaRequisitada.getAlunosRequisitados().size()%></label>
<%=tipologiaRequisitada.getUnidadeAfeta().getNome()%>
 
<span style="margin-left: 10px" class="glyphicon glyphicon-arrow-right"> </span>
 
<label class="bg-info " style="padding: 2px"><%=tipologiaRequisitada.getUnidadeAfeta().getNome()%></label>
(<%=tipologiaRequisitada.getUnidadeAfeta().getCodigoUnidade()%>)
<label class="badge badge-info"><%=tipologiaRequisitada.getDsTipologia()%></label>
</div>
/branches/v3/impl/src/web/user/questionarios/pedagogicoEstudante/questionarioDashBoard.jsp
88,7 → 88,7
<th>Alunos Selecionados</th>
<th>Professores Selecionados</th>
<th>Tipologias Selecionadas</th>
<th>Respondidos</th>
<th>Respostas</th>
<th>Por Responder</th>
<th>Respostas Requisitadas</th>
 
116,8 → 116,8
<th>Código</th>
<th>Curso</th>
<th>Unidades</th>
<th>Alunos Que Responderam</th>
<th>Respondidos</th>
<th>Alunos</th>
<th>Respostas</th>
<th>Por Responder</th>
<th>Total</th>
<th></th>