%@ page import="siw.core.CConfiguracoes" %>
|
|
|||
|
<%=(!myConf.getValor("escola.nome", "").equals("")) ? myConf.getValor("escola.nome") + "" : "" %> <%=(!myConf.getValor("escola.morada", "").equals("")) ? myConf.getValor("escola.morada") + "" : "" %> <%=(!myConf.getValor("escola.codpostal", "").equals("")) ? myConf.getValor("escola.codpostal") : "" %> <%=(!myConf.getValor("escola.localidade", "").equals("")) ? myConf.getValor("escola.localidade") : "" %>
<%=(!myConf.getValor("servicos.gcrp.responsavel.nome", "").equals("")) ? "" + myConf.getValor("servicos.gcrp.responsavel.nome") + "" : "" %>
<%=(!myConf.getValor("servicos.gcrp.responsavel.act", "").equals("")) ? "" + myConf.getValor("servicos.gcrp.responsavel.act") + " <%=(!myConf.getValor("servicos.gcrp.responsavel.telefone", "").equals("")) ? "Tel. " + myConf.getValor("servicos.gcrp.responsavel.telefone") : "" %> <%=(!myConf.getValor("servicos.gcrp.responsavel.ext", "").equals("")) ? "- Ext. " + myConf.getValor("servicos.gcrp.responsavel.ext") : "" %> <%=(!myConf.getValor("servicos.gcrp.responsavel.fax", "").equals("")) ? "Fax " + myConf.getValor("servicos.gcrp.responsavel.fax") + "" : "" %>
<%=(!myConf.getValor("servicos.gcrp.responsavel.email", "").equals("")) ? "E-mail: " + myConf.getValor("servicos.gcrp.responsavel.email") + "" : "" %>
|
|||
| |