本文整理汇总了PHP中clsPermissoes::getEscola方法的典型用法代码示例。如果您正苦于以下问题:PHP clsPermissoes::getEscola方法的具体用法?PHP clsPermissoes::getEscola怎么用?PHP clsPermissoes::getEscola使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类clsPermissoes
的用法示例。
在下文中一共展示了clsPermissoes::getEscola方法的13个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: Gerar
function Gerar()
{
@session_start();
$pessoa_logada = $_SESSION['id_pessoa'];
@session_write_close();
$obj_permissoes = new clsPermissoes();
$nivel_acesso = $obj_permissoes->nivel_acesso($pessoa_logada);
if ($nivel_acesso == 1 || $nivel_acesso == 2) {
$obrigatorio = true;
$get_escola = true;
include "include/pmieducar/educar_campo_lista.php";
} else {
$this->ref_cod_escola = $obj_permissoes->getEscola($pessoa_logada);
$this->campoOculto("ref_cod_escola", $this->ref_cod_escola);
}
$this->nm_aluno = $this->nm_aluno_;
$this->campoTexto("nm_aluno", "Aluno", $this->nm_aluno, 30, 255, true, false, false, "", "<img border=\"0\" onclick=\"pesquisa_aluno();\" id=\"ref_cod_aluno_lupa\" name=\"ref_cod_aluno_lupa\" src=\"imagens/lupa.png\"\\/>", "", "", true);
$this->campoOculto("nm_aluno_", $this->nm_aluno_);
$this->campoOculto("ref_cod_aluno", $this->ref_cod_aluno);
$this->acao_enviar = false;
$this->array_botao = array("Gerar Relatório");
$this->array_botao_url_script = array("showExpansivelImprimir(400, 200, 'educar_relatorio_historico_escolar_proc.php',['ref_cod_escola', 'ref_cod_aluno'], 'Relatório i-Educar' )");
}
示例2: renderHTML
function renderHTML()
{
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
session_write_close();
$obj_permissoes = new clsPermissoes();
if ($obj_permissoes->nivel_acesso($this->pessoa_logada) > 7) {
$retorno .= '
<table width="100%" height="40%" cellspacing="1" cellpadding="2" border="0" class="tablelistagem">
<tbody>
<tr>
<td colspan="2" valig="center" height="50">
<center class="formdktd">Usuário sem permissão para acessar esta página</center>
</td>
</tr>
</tbody>
</table>';
return $retorno;
}
$retorno .= '
<table width="100%" cellspacing="1" cellpadding="2" border="0" class="tablelistagem">
<tbody>';
if ($_POST) {
$this->ref_cod_turma = $_POST['ref_cod_turma'] ? $_POST['ref_cod_turma'] : NULL;
$this->ref_cod_serie = $_POST['ref_cod_serie'] ? $_POST['ref_cod_serie'] : NULL;
$this->ref_cod_curso = $_POST['ref_cod_curso'] ? $_POST['ref_cod_curso'] : NULL;
$this->ref_cod_escola = $_POST['ref_cod_escola'] ? $_POST['ref_cod_escola'] : NULL;
$this->ref_cod_instituicao = $_POST['ref_cod_instituicao'] ? $_POST['ref_cod_instituicao'] : NULL;
$this->busca = $_GET['busca'] ? $_GET['busca'] : NULL;
} else {
if ($_GET) {
// Passa todos os valores obtidos no GET para atributos do objeto
foreach ($_GET as $var => $val) {
$this->{$var} = $val === '' ? NULL : $val;
}
}
}
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
if (!$this->ref_cod_escola) {
$this->ref_cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
}
if (!is_numeric($this->ref_cod_instituicao)) {
$this->ref_cod_instituicao = $obj_permissoes->getInstituicao($this->pessoa_logada);
}
// Componente curricular
$componenteMapper = new ComponenteCurricular_Model_ComponenteDataMapper();
$obrigatorio = FALSE;
$get_instituicao = TRUE;
$get_escola = TRUE;
$get_curso = TRUE;
$get_serie = TRUE;
$get_turma = TRUE;
include 'educar_quadro_horarios_pesquisas.php';
if ($this->busca == 'S') {
if (is_numeric($this->ref_cod_turma)) {
$obj_turma = new clsPmieducarTurma($this->ref_cod_turma);
$det_turma = $obj_turma->detalhe();
$obj_quadro = new clsPmieducarQuadroHorario(NULL, NULL, NULL, $this->ref_cod_turma, NULL, NULL, 1);
$det_quadro = $obj_quadro->detalhe();
if (is_array($det_quadro)) {
$quadro_horario = "<table class='calendar' cellspacing='0' cellpadding='0' border='0'><tr><td class='cal_esq' > </td><td background='imagens/i-educar/cal_bg.gif' width='100%' class='mes'>{$det_turma["nm_turma"]}</td><td align='right' class='cal_dir'> </td></tr><tr><td colspan='3' class='bordaM' style='border-bottom: 1px solid #8A959B;' align='center'><table cellspacing='0' cellpadding='0' border='0' ><tr class='header'><td style='border-right: 1px dotted #FFFFFF;width: 100px;'>DOM</td><td style='border-right: 1px dotted #FFFFFF;width: 100px;'>SEG</td><td style='border-right: 1px dotted #FFFFFF;width: 100px;'>TER</td><td style='border-right: 1px dotted #FFFFFF;width: 100px;'>QUA</td><td style='border-right: 1px dotted #FFFFFF;width: 100px;'>QUI</td><td style='border-right: 1px dotted #FFFFFF;width: 100px;'>SEX</td><td style='width: 100px;'>SAB</td></tr>";
$texto = '<tr>';
for ($c = 1; $c <= 7; $c++) {
$obj_horarios = new clsPmieducarQuadroHorarioHorarios();
$resultado = $obj_horarios->retornaHorario($this->ref_cod_instituicao, $this->ref_cod_escola, $this->ref_cod_serie, $this->ref_cod_turma, $c);
$texto .= "<td valign=top align='center' width='100' style='cursor: pointer; ' onclick='envia( this, {$this->ref_cod_turma}, {$this->ref_cod_serie}, {$this->ref_cod_curso}, {$this->ref_cod_escola}, {$this->ref_cod_instituicao}, {$det_quadro["cod_quadro_horario"]}, {$c} );'>";
if (is_array($resultado)) {
foreach ($resultado as $registro) {
// Componente curricular
$componente = $componenteMapper->find($registro['ref_cod_disciplina']);
// Servidor
$obj_servidor = new clsPmieducarServidor();
$det_servidor = array_shift($obj_servidor->lista($registro['ref_servidor'], NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE));
$det_servidor['nome'] = array_shift(explode(' ', $det_servidor['nome']));
//$texto .= "<div style='text-align: center;background-color: #F6F6F6;font-size: 11px; width: 100px; margin: 3px; border: 1px solid #CCCCCC; padding:5px; '>". substr($registro['hora_inicial'], 0, 5) . ' - ' . substr($registro['hora_final'], 0, 5) . " <br> {$componente->abreviatura} <br> {$det_servidor["nome"]}</div>";
$detalhes = sprintf("%s - %s<br />%s<br />%s", substr($registro['hora_inicial'], 0, 5), substr($registro['hora_final'], 0, 5), $componente->abreviatura, $det_servidor['nome']);
$texto .= sprintf('<div style="text-align: center; background-color: #F6F6F6; font-size: 11px; width: 100px; margin: 3px; border: 1px solid #CCCCCC; padding:5px;">%s</div>', $detalhes);
}
} else {
$texto .= "<div style='text-align: center;background-color: #F6F6F6;font-size: 11px; width: 100px; margin: 3px; border: 1px solid #CCCCCC; padding:5px; height: 85%;'></div>";
}
$texto .= '</td>';
}
$texto .= '<tr><td colspan="7"> </td></tr>';
$quadro_horario .= $texto;
$quadro_horario .= '</table></td></tr></table>';
$retorno .= "<tr><td colspan='2' ><center><b></b>{$quadro_horario}</center></td></tr>";
} else {
$retorno .= "<tr><td colspan='2' ><b><center>Não existe nenhum quadro de horário cadastrado para esta turma.</center></b></td></tr>";
}
}
}
if ($obj_permissoes->permissao_cadastra(641, $this->pessoa_logada, 7)) {
$retorno .= "<tr><td> </td></tr><tr>\n <td align=\"center\" colspan=\"2\">";
if (!$det_quadro) {
$retorno .= "<input type=\"button\" value=\"Novo Quadro de Horários\" onclick=\"window.location='educar_quadro_horario_cad.php?ref_cod_turma={$this->ref_cod_turma}&ref_cod_serie={$this->ref_cod_serie}&ref_cod_curso={$this->ref_cod_curso}&ref_cod_escola={$this->ref_cod_escola}&ref_cod_instituicao={$this->ref_cod_instituicao};'\" class=\"botaolistagem\"/>";
} else {
if ($obj_permissoes->permissao_excluir(641, $this->pessoa_logada, 7)) {
$retorno .= "<input type=\"button\" value=\"Excluir Quadro de Horários\" onclick=\"window.location='educar_quadro_horario_cad.php?ref_cod_turma={$this->ref_cod_turma}&ref_cod_serie={$this->ref_cod_serie}&ref_cod_curso={$this->ref_cod_curso}&ref_cod_escola={$this->ref_cod_escola}&ref_cod_instituicao={$this->ref_cod_instituicao}&ref_cod_quadro_horario={$det_quadro["cod_quadro_horario"]}'\" class=\"botaolistagem\"/>";
}
//.........这里部分代码省略.........
示例3: renderHTML
function renderHTML()
{
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
$_SESSION['calendario']['ultimo_valido'] = 0;
$obj_permissoes = new clsPermissoes();
if ($obj_permissoes->nivel_acesso($this->pessoa_logada) > 7) {
$retorno .= '
<table width="100%" height="40%" cellspacing="1" cellpadding="2" border="0" class="tablelistagem">
<tbody>';
$retorno .= '
<tr>
<td colspan="2" valig="center" height="50">
<center class="formdktd">Usuário sem permissão para acessar esta página</center>
</td>
</tr>';
$retorno .= '
</tbody>
</table>';
return $retorno;
}
$retorno .= '
<table width="100%" cellspacing="1" cellpadding="2" border="0" class="tablelistagem">
<tbody>';
if ($_POST) {
$this->ref_cod_escola = $_POST['ref_cod_escola'] ? $_POST['ref_cod_escola'] : $_SESSION['calendario']['ref_cod_escola'];
$this->ref_cod_instituicao = $_POST['ref_cod_instituicao'] ? $_POST['ref_cod_instituicao'] : $_SESSION['calendario']['ref_cod_instituicao'];
if ($_POST['mes']) {
$this->mes = $_POST['mes'];
}
if ($_POST['ano']) {
$this->ano = $_POST['ano'];
}
if ($_POST['cod_calendario_ano_letivo']) {
$this->cod_calendario_ano_letivo = $_POST['cod_calendario_ano_letivo'];
}
} elseif (isset($_SESSION['calendario'])) {
// passa todos os valores em SESSION para atributos do objeto
foreach ($_SESSION['calendario'] as $var => $val) {
$this->{$var} = $val === '' ? NULL : $val;
}
}
if ($_GET) {
header('Location: educar_calendario_ano_letivo_lst.php');
}
if (!$this->mes) {
$this->mes = date('n');
}
if (!$this->ano) {
$this->ano = date('Y');
}
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
if (!$this->ref_cod_escola) {
$this->ref_cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
}
if (!$this->ref_cod_instituicao) {
$this->ref_cod_instituicao = $obj_permissoes->getInstituicao($this->pessoa_logada);
}
$get_escola = 1;
$obrigatorio = FALSE;
include 'educar_calendario_pesquisas.php';
$obj_calendario_ano_letivo = new clsPmieducarCalendarioAnoLetivo();
$obj_calendario_ano_letivo->setOrderby('ano ASC');
$obj_calendario_ano_letivo->setLimite($this->limite, $this->offset);
$lista = array();
$obj_calendario_ano_letivo->setOrderby('ano');
switch ($nivel_usuario) {
// Poli-institucional
case 1:
case 2:
case 4:
if (!isset($this->ref_cod_escola)) {
break;
}
$lista = $obj_calendario_ano_letivo->lista($this->cod_calendario_ano_letivo, $this->ref_cod_escola, NULL, NULL, !isset($this->cod_calendario_ano_letivo) ? $this->ano : NULL, NULL, NULL, 1);
break;
}
$total = $obj_calendario_ano_letivo->_total;
if (empty($lista)) {
if ($nivel_usuario == 4) {
$retorno .= '<tr><td colspan="2" align="center" class="formdktd">Sem Calendário Letivo</td></tr>';
} else {
if ($_POST) {
$retorno .= '<tr><td colspan="2" align="center" class="formdktd">Sem Calendário para o ano selecionado</td></tr>';
} else {
$retorno .= '<tr><td colspan="2" align="center" class="formdktd">Selecione uma escola para exibir o calendário</td></tr>';
}
}
}
// Monta a lista
if (is_array($lista) && count($lista)) {
foreach ($lista as $key => $registro) {
// Guarda dados na $_SESSION
$_SESSION['calendario'] = array('cod_calendario_ano_letivo' => $registro['cod_calendario_ano_letivo'], 'ref_cod_instituicao' => $this->ref_cod_instituicao, 'ref_cod_escola' => $this->ref_cod_escola, 'ano' => $this->ano, 'mes' => $this->mes);
// Nome da escola
$obj_ref_cod_escola = new clsPmieducarEscola($registro['ref_cod_escola']);
$det_ref_cod_escola = $obj_ref_cod_escola->detalhe();
$registro['nm_escola'] = $det_ref_cod_escola['nome'];
// Início e término do ano letivo.
$obj_ano_letivo_modulo = new clsPmieducarAnoLetivoModulo();
//.........这里部分代码省略.........
示例4: Gerar
function Gerar()
{
$obj_permissoes = new clsPermissoes();
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
if ($_POST) {
foreach ($_POST as $key => $value) {
$this->{$key} = $value;
}
}
$this->ano = $ano_atual = date("Y");
$this->mes = $mes_atual = date("n");
$this->campoNumero("ano", "Ano", $this->ano, 4, 4, true);
$this->campoLista("mes", "Mês", $this->meses_do_ano, date("m"));
$this->ref_cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
$this->ref_cod_instituicao = $obj_permissoes->getInstituicao($this->pessoa_logada);
$get_escola = true;
//$obrigatorio = true;
$exibe_nm_escola = true;
$get_curso = true;
$get_escola_curso_serie = true;
$escola_obrigatorio = true;
$curso_obrigatorio = false;
$instituicao_obrigatorio = true;
$get_turma = true;
include "include/pmieducar/educar_campo_lista.php";
if ($this->ref_cod_escola) {
$this->ref_ref_cod_escola = $this->ref_cod_escola;
}
$this->url_cancelar = "educar_index.php";
$this->nome_url_cancelar = "Cancelar";
$this->acao_enviar = 'acao2()';
$this->acao_executa_submit = false;
}
示例5: Gerar
function Gerar()
{
if ($_POST) {
foreach ($_POST as $campo => $val) {
if (is_string($val)) {
$val = urldecode($val);
}
$this->{$campo} = $this->{$campo} ? $this->{$campo} : $val;
}
}
$obj_inst = new clsPmieducarInstituicao($this->ref_ref_cod_instituicao);
$inst_det = $obj_inst->detalhe();
$this->campoRotulo('nm_instituicao', 'Instituição', $inst_det['nm_instituicao']);
$this->campoOculto('ref_ref_cod_instituicao', $this->ref_ref_cod_instituicao);
// Dados do servidor
$objTemp = new clsPmieducarServidor($this->ref_cod_servidor);
$det = $objTemp->detalhe();
if ($det) {
foreach ($det as $key => $registro) {
$this->{$key} = $registro;
}
}
if ($this->ref_cod_servidor) {
$objTemp = new clsFuncionario($this->ref_cod_servidor);
$detalhe = $objTemp->detalhe();
$detalhe = $detalhe['idpes']->detalhe();
$nm_servidor = $detalhe['nome'];
}
$this->campoRotulo('nm_servidor', 'Servidor', $nm_servidor);
$this->campoOculto('ref_cod_servidor', $this->ref_cod_servidor);
if ($_POST['alocacao_array']) {
$this->alocacao_array = unserialize(urldecode($_POST['alocacao_array']));
}
if ($_POST['alocacao_excluida_array']) {
$this->alocacao_excluida_array = unserialize(urldecode($_POST['alocacao_excluida_array']));
}
if ($_POST['carga_horaria_alocada'] && $_POST['periodo']) {
$aux = array();
$aux['carga_horaria_alocada'] = $_POST['carga_horaria_alocada'];
$aux['periodo'] = $_POST['periodo'];
$aux['ref_cod_escola'] = $_POST['ref_cod_escola'];
$aux['novo'] = 1;
$this->alocacao_array[] = $aux;
unset($this->periodo);
unset($this->carga_horaria_alocada);
unset($this->ref_cod_escola);
}
// Exclusão
if ($this->alocacao_array) {
foreach ($this->alocacao_array as $key => $alocacao) {
if (is_numeric($_POST['excluir_periodo'])) {
if ($_POST['excluir_periodo'] == $key) {
$this->alocacao_excluida_array[] = $alocacao;
unset($this->alocacao_array[$key]);
unset($this->excluir_periodo);
}
}
}
}
// Carga horária
$carga = $this->carga_horaria_disponivel;
$this->campoRotulo('carga_horaria_disponivel', 'Carga Horária', $carga . ':00');
foreach ($this->alocacao_array as $alocacao) {
$carga_horaria_ = explode(':', $alocacao['carga_horaria_alocada']);
$horas += (int) $carga_horaria_[0];
$minutos += (int) $carga_horaria_[1];
}
$total = $horas * 60 + $minutos;
$rest = $carga * 60 - $total;
$total = sprintf('%02d:%02d', $total / 60, $total % 60);
$rest = sprintf('%02d:%02d', $rest / 60, $rest % 60);
$this->campoRotulo('horas_utilizadas', 'Horas Utilizadas', $total);
$this->campoRotulo('horas_restantes', 'Horas Restantes', $rest);
$this->campoOculto('horas_restantes_', $rest);
$this->campoQuebra();
$this->campoOculto('excluir_periodo', '');
unset($aux);
// Escolas
$obj_escola = new clsPmieducarEscola();
$permissao = new clsPermissoes();
// Exibe apenas a escola ao qual o usuário de nível escola está alocado
if (4 == $permissao->nivel_acesso($this->pessoa_logada)) {
$lista_escola = $obj_escola->lista($permissao->getEscola($this->pessoa_logada), NULL, NULL, $this->ref_ref_cod_instituicao, NULL, NULL, NULL, NULL, NULL, NULL, 1);
$nome_escola = $lista_escola[0]['nome'];
$cod_escola = $lista_escola[0]['cod_escola'];
$this->campoTextoInv('ref_cod_escola_label', 'Escola', $nome_escola, 100, 255, FALSE);
$this->campoOculto('ref_cod_escola', $cod_escola);
} else {
$lista_escola = $obj_escola->lista(NULL, NULL, NULL, $this->ref_ref_cod_instituicao, NULL, NULL, NULL, NULL, NULL, NULL, 1);
$opcoes = array('' => 'Selecione');
if ($lista_escola) {
foreach ($lista_escola as $escola) {
$opcoes[$escola['cod_escola']] = $escola['nome'];
}
}
$this->campoLista('ref_cod_escola', 'Escola', $opcoes, $this->ref_cod_escola, '', FALSE, '', '', FALSE, FALSE);
}
$periodo = array(1 => 'Matutino', 2 => 'Vespertino', 3 => 'Noturno');
self::$periodos = $periodo;
$this->campoLista('periodo', 'Período', $periodo, $this->periodo, NULL, FALSE, '', '', FALSE, FALSE);
//.........这里部分代码省略.........
示例6: Gerar
function Gerar()
{
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
session_write_close();
$this->titulo = "Aluno - Listagem";
foreach ($_GET as $var => $val) {
// passa todos os valores obtidos no GET para atributos do objeto
$this->{$var} = $val === "" ? null : $val;
}
$this->campoNumero("cod_aluno", "Código Aluno", $this->cod_aluno, 20, 9, false);
$this->campoNumero("cod_inep", "Código INEP", $this->cod_inep, 20, 12, false);
$this->campoTexto("nome_aluno", "Nome do aluno", $this->nome_aluno, 50, 255, false);
$this->campoData("data_nascimento", "Data de Nascimento", $this->data_nascimento);
$this->campoTexto("nome_pai", "Nome do Pai", $this->nome_pai, 50, 255);
$this->campoTexto("nome_mae", "Nome da Mãe", $this->nome_mae, 50, 255);
$this->campoTexto("nome_responsavel", "Nome do Responsável", $this->nome_responsavel, 50, 255);
$obj_permissoes = new clsPermissoes();
$cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
if ($cod_escola) {
$this->campoCheck("meus_alunos", "Meus Alunos", $_GET['meus_alunos']);
$ref_cod_escola = false;
if ($_GET['meus_alunos']) {
$ref_cod_escola = $cod_escola;
}
}
$array_matriculado = array('S' => "Sim", 'N' => 'Não');
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
$this->addCabecalhos(array("Código Aluno", "Código INEP", "Nome do Aluno", "Nome da Mãe", "Nome do Responsável", "CPF Responsável"));
// Paginador
$this->limite = 20;
$this->offset = $_GET["pagina_{$this->nome}"] ? $_GET["pagina_{$this->nome}"] * $this->limite - $this->limite : 0;
$aluno = new clsPmieducarAluno();
$aluno->setLimite($this->limite, $this->offset);
$alunos = $aluno->lista2($this->cod_aluno, null, null, null, null, null, null, null, null, null, 1, null, $this->nome_aluno, null, idFederal2int($this->cpf_responsavel), null, null, null, $ref_cod_escola, null, $this->data_nascimento, $this->nome_pai, $this->nome_mae, $this->nome_responsavel, $this->cod_inep);
$total = $aluno->_total;
foreach ($alunos as $registro) {
$alunoInepId = $this->tryLoadAlunoInepId($registro["cod_aluno"]);
$nomeAluno = strtoupper($registro["nome_aluno"]);
$nomeMae = strtoupper($this->loadNomeMae($registro));
// responsavel
$aluno->cod_aluno = $registro["cod_aluno"];
$responsavel = $aluno->getResponsavelAluno();
$nomeResponsavel = strtoupper($responsavel["nome_responsavel"]);
$this->addLinhas(array("<a href=\"educar_aluno_det.php?cod_aluno={$registro["cod_aluno"]}\">{$registro["cod_aluno"]}</a>", "<a href=\"educar_aluno_det.php?cod_aluno={$registro["cod_aluno"]}\">{$alunoInepId}</a>", "<a href=\"educar_aluno_det.php?cod_aluno={$registro["cod_aluno"]}\">{$nomeAluno}</a>", "<a href=\"educar_aluno_det.php?cod_aluno={$registro["cod_aluno"]}\">{$nomeMae}</a>", "<a href=\"educar_aluno_det.php?cod_aluno={$registro["cod_aluno"]}\">{$nomeResponsavel}</a>", "<a href=\"educar_aluno_det.php?cod_aluno={$registro["cod_aluno"]}\">{$responsavel["cpf_responsavel"]}</a>"));
}
$this->addPaginador2("educar_aluno_lst.php", $total, $_GET, $this->nome, $this->limite);
//** Verificacao de permissao para cadastro
if ($obj_permissoes->permissao_cadastra(578, $this->pessoa_logada, 7)) {
$this->acao = "go(\"/module/Cadastro/aluno\")";
$this->nome_acao = "Novo";
/*$this->array_botao = array("Ficha do Aluno (em branco)");
$this->array_botao_script = array( "showExpansivelImprimir(400, 200, \"educar_relatorio_aluno_dados.php\",\"\", \"Relatório i-Educar\" )" );*/
}
//**
$this->largura = "100%";
$localizacao = new LocalizacaoSistema();
$localizacao->entradaCaminhos(array($_SERVER['SERVER_NAME'] . "/intranet" => "Início", "educar_index.php" => "i-Educar - Escola", "" => "Listagem de alunos"));
$this->enviaLocalizacao($localizacao->montar());
}
示例7: Gerar
function Gerar()
{
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
session_write_close();
$this->titulo = "Escola - Listagem";
$obj_permissoes = new clsPermissoes();
foreach ($_GET as $var => $val) {
// passa todos os valores obtidos no GET para atributos do objeto
$this->{$var} = $val === "" ? null : $val;
}
$this->addBanner("imagens/nvp_top_intranet.jpg", "imagens/nvp_vert_intranet.jpg", "Intranet");
$cabecalhos = array("Escola");
$nivel = $obj_permissoes->nivel_acesso($this->pessoa_logada);
if ($nivel == 1) {
$cabecalhos[] = "Instituição";
$objInstituicao = new clsPmieducarInstituicao();
$opcoes = array("" => "Selecione");
$objInstituicao->setOrderby("nm_instituicao ASC");
$lista = $objInstituicao->lista();
if (is_array($lista)) {
foreach ($lista as $linha) {
$opcoes[$linha["cod_instituicao"]] = $linha["nm_instituicao"];
}
}
$this->campoLista("ref_cod_instituicao", "Instituição", $opcoes, $this->ref_cod_instituicao, false, false, false, false, false, false);
} else {
$this->ref_cod_instituicao = $obj_permissoes->getInstituicao($this->pessoa_logada);
if ($this->ref_cod_instituicao) {
$this->campoOculto("ref_cod_instituicao", $this->ref_cod_instituicao);
} else {
die("Erro: Usuário não é do nivel poli-institucional e não possui uma instituição");
}
}
$this->addCabecalhos($cabecalhos);
$this->campoTexto("nm_escola", "Escola", $this->nm_escola, 30, 255, false);
// Filtros de Foreign Keys
$this->limite = 10;
$obj_escola = new clsPmieducarEscola();
//$obj_escola->setOrderby( "nome ASC" );
$obj_escola->setLimite($this->limite, ($this->pagina_formulario - 1) * $this->limite);
$cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
$lista = $obj_escola->lista($cod_escola, null, null, $this->ref_cod_instituicao, null, null, null, null, null, null, 1, $this->nm_escola);
$total = $obj_escola->_total;
// monta a lista
if (is_array($lista) && count($lista)) {
foreach ($lista as $registro) {
$linha = array("<a href=\"educar_escola_det.php?cod_escola={$registro["cod_escola"]}\">{$registro["nome"]}</a>");
if ($nivel == 1) {
$objInstituicao = new clsPmieducarInstituicao($registro["ref_cod_instituicao"]);
$detInstituicao = $objInstituicao->detalhe();
$linha[] = "<a href=\"educar_escola_det.php?cod_escola={$registro["cod_escola"]}\">{$detInstituicao["nm_instituicao"]}</a>";
}
$this->addLinhas($linha);
}
}
$this->addPaginador2("educar_escola_lst.php", $total, $_GET, $this->nome, $this->limite);
if ($obj_permissoes->permissao_cadastra(561, $this->pessoa_logada, 3)) {
$this->acao = "go(\"educar_escola_cad.php\")";
$this->nome_acao = "Novo";
}
$this->largura = "100%";
}
示例8: clsPermissoes
/**
* Ao incluir este arquivo, adicionar a variável $obrigatorio = true ou $obrigatorio = false para
* definir se os campos são obrigatórios ou não. Adicionar também a variável editar para informar
* se está sendo editados os itens ou não.
*
* Ex.:
* $obrigatorio = true;
* $editar = true;
* include("include/pmieducar/educar_pesquisa_biblioteca_cliente.php");
*
* @author Adriano Erik Weiguert Nagasava
*/
$permissoes = new clsPermissoes();
$privilegio = $permissoes->nivel_acesso($this->pessoa_logada);
$this->campoOculto("ref_cod_instituicao", $permissoes->getInstituicao($this->pessoa_logada));
$this->campoOculto("ref_cod_escola", $permissoes->getEscola($this->pessoa_logada));
if ($editar) {
echo $script = "<script> var editar = false; \n {$series}</script>\n";
} else {
echo $script = "<script> var editar = true; \n {$series}</script>\n";
}
if ($privilegio == 4) {
// foreign keys
$opcoes = array("" => "Selecione");
$opcoes2 = array("" => "Selecione");
if (class_exists("clsPmieducarBiblioteca")) {
$objTemp = new clsPmieducarBiblioteca();
$lista = $objTemp->lista(null, $permissoes->getInstituicao($this->pessoa_logada), $permissoes->getEscola($this->pessoa_logada), null, null, null, null, null, null, null, null, null, 1);
if ($lista) {
$tipos = '';
foreach ($lista as $registro) {
示例9: Gerar
function Gerar()
{
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
session_write_close();
$this->titulo = "Calendario Dia - Listagem";
foreach ($_GET as $var => $val) {
// passa todos os valores obtidos no GET para atributos do objeto
$this->{$var} = $val === "" ? null : $val;
}
$obj_permissoes = new clsPermissoes();
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
if (!$this->ref_cod_escola) {
$this->ref_cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
}
if (!$this->ref_cod_instituicao) {
$this->ref_cod_instituicao = $obj_permissoes->getInstituicao($this->pessoa_logada);
}
$this->addCabecalhos(array("Calendario Ano Letivo", "Dia", "Mes", "Calendario Dia Motivo"));
// Filtros de Foreign Keys
/* $opcoes = array( "" => "Selecione" );
if( class_exists( "clsPmieducarCalendarioDiaMotivo" ) )
{
$objTemp = new clsPmieducarCalendarioDiaMotivo();
$lista = $objTemp->lista();
if ( is_array( $lista ) && count( $lista ) )
{
foreach ( $lista as $registro )
{
$opcoes["{$registro['cod_calendario_dia_motivo']}"] = "{$registro['nm_motivo']}";
}
}
}
else
{
echo "<!--\nErro\nClasse clsPmieducarCalendarioDiaMotivo nao encontrada\n-->";
$opcoes = array( "" => "Erro na geracao" );
}
$this->campoLista( "ref_cod_calendario_dia_motivo", "Calendario Dia Motivo", $opcoes, $this->ref_cod_calendario_dia_motivo );
*/
$get_escola = 1;
$obrigatorio = true;
include "include/pmieducar/educar_campo_lista.php";
/* $opcoes = array( "" => "Selecione" );
if( class_exists( "clsPmieducarCalendarioAnoLetivo" ) )
{
$objTemp = new clsPmieducarCalendarioAnoLetivo();
$lista = $objTemp->lista();
if ( is_array( $lista ) && count( $lista ) )
{
foreach ( $lista as $registro )
{
$opcoes["{$registro['cod_calendario_ano_letivo']}"] = "{$registro['ano']}";
}
}
}
else
{
echo "<!--\nErro\nClasse clsPmieducarCalendarioAnoLetivo nao encontrada\n-->";
$opcoes = array( "" => "Erro na geracao" );
}
$this->campoLista( "ref_cod_calendario_ano_letivo", "Calendario Ano Letivo", $opcoes, $this->ref_cod_calendario_ano_letivo );
*/
// Paginador
$this->limite = 20;
$this->offset = $_GET["pagina_{$this->nome}"] ? $_GET["pagina_{$this->nome}"] * $this->limite - $this->limite : 0;
$obj_calendario_dia = new clsPmieducarCalendarioDia();
$obj_calendario_dia->setOrderby("descricao ASC");
$obj_calendario_dia->setLimite($this->limite, $this->offset);
$lista = $obj_calendario_dia->lista($this->ref_cod_calendario_ano_letivo, $this->mes, $this->dia, null, null, $this->ref_cod_calendario_dia_motivo, $this->ref_cod_calendario_atividade, $this->descricao_ini, $this->descricao_fim, null, null, 1, $this->ref_cod_escola);
$total = $obj_calendario_dia->_total;
// monta a lista
if (is_array($lista) && count($lista)) {
foreach ($lista as $registro) {
// pega detalhes de foreign_keys
if (class_exists("clsPmieducarCalendarioDiaMotivo")) {
$obj_ref_cod_calendario_dia_motivo = new clsPmieducarCalendarioDiaMotivo($registro["ref_cod_calendario_dia_motivo"]);
$det_ref_cod_calendario_dia_motivo = $obj_ref_cod_calendario_dia_motivo->detalhe();
$registro["ref_cod_calendario_dia_motivo"] = $det_ref_cod_calendario_dia_motivo["nm_motivo"];
} else {
$registro["ref_cod_calendario_dia_motivo"] = "Erro na geracao";
echo "<!--\nErro\nClasse nao existente: clsPmieducarCalendarioDiaMotivo\n-->";
}
if (class_exists("clsPmieducarCalendarioAnoLetivo")) {
$obj_ref_cod_calendario_ano_letivo = new clsPmieducarCalendarioAnoLetivo($registro["ref_cod_calendario_ano_letivo"]);
$det_ref_cod_calendario_ano_letivo = $obj_ref_cod_calendario_ano_letivo->detalhe();
$registro["ano"] = $det_ref_cod_calendario_ano_letivo["ano"];
} else {
$registro["ref_cod_calendario_ano_letivo"] = "Erro na geracao";
echo "<!--\nErro\nClasse nao existente: clsPmieducarCalendarioAnoLetivo\n-->";
}
$this->addLinhas(array("<a href=\"educar_calendario_dia_cad.php?ref_cod_calendario_ano_letivo={$registro["ref_cod_calendario_ano_letivo"]}&ano={$registro["ano"]}&mes={$registro["mes"]}&dia={$registro["dia"]}\">{$registro["ano"]}</a>", "<a href=\"educar_calendario_dia_cad.php?ref_cod_calendario_ano_letivo={$registro["ref_cod_calendario_ano_letivo"]}&ano={$registro["ano"]}&mes={$registro["mes"]}&dia={$registro["dia"]}\">{$registro["dia"]}</a>", "<a href=\"educar_calendario_dia_cad.php?ref_cod_calendario_ano_letivo={$registro["ref_cod_calendario_ano_letivo"]}&ano={$registro["ano"]}&mes={$registro["mes"]}&dia={$registro["dia"]}\">{$registro["mes"]}</a>", "<a href=\"educar_calendario_dia_cad.php?ref_cod_calendario_ano_letivo={$registro["ref_cod_calendario_ano_letivo"]}&ano={$registro["ano"]}&mes={$registro["mes"]}&dia={$registro["dia"]}\">{$registro["ref_cod_calendario_dia_motivo"]}</a>"));
}
}
$this->addPaginador2("educar_calendario_dia_lst.php", $total, $_GET, $this->nome, $this->limite);
$obj_permissoes = new clsPermissoes();
if ($obj_permissoes->permissao_cadastra(0, $this->pessoa_logada, 0)) {
$this->acao = "go(\"educar_calendario_dia_cad.php\")";
$this->nome_acao = "Novo";
//.........这里部分代码省略.........
示例10: Gerar
function Gerar()
{
$obj_permissoes = new clsPermissoes();
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
if ($_POST) {
foreach ($_POST as $key => $value) {
$this->{$key} = $value;
}
}
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
@session_write_close();
$this->ano = $ano_atual = date("Y");
$this->mes = $mes_atual = date("n");
$this->campoNumero("ano", "Ano", $this->ano, 4, 4, true);
$get_escola = true;
$instituicao_obrigatorio = true;
$escola_obrigatorio = false;
$exibe_nm_escola = true;
$this->ref_cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
$this->ref_cod_instituicao = $obj_permissoes->getInstituicao($this->pessoa_logada);
include "include/pmieducar/educar_campo_lista.php";
if ($this->get_link) {
$this->campoRotulo("rotulo11", "-", "<a href='{$this->get_link}' target='_blank'>Baixar Relatório</a>");
}
$this->url_cancelar = "educar_index.php";
$this->nome_url_cancelar = "Cancelar";
$this->acao_enviar = 'acao2()';
$this->acao_executa_submit = false;
}
示例11: Gerar
function Gerar()
{
$obj_permissoes = new clsPermissoes();
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
if ($_POST) {
foreach ($_POST as $key => $value) {
$this->{$key} = $value;
}
}
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
@session_write_close();
$this->ano = $ano_atual = date("Y");
$this->mes = $mes_atual = date("n");
/*
$lim = 5;
for($a = date('Y') ; $a < $ano_atual + $lim ; $a++ )
$anos["{$a}"] = "{$a}";
$this->campoLista( "ano", "Ano", $anos, $this->ano, "", false );
*/
$this->campoNumero("ano", "Ano", $this->ano, 4, 4, true);
$this->campoLista("mes", "Mês", $this->meses_do_ano, $this->mes, "", false);
$get_escola = true;
//$get_curso = true;
$obrigatorio = true;
$exibe_nm_escola = true;
// $get_escola_curso = true;
$get_curso = false;
$exibe_campo_lista_curso_escola = false;
$this->ref_cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
$this->ref_cod_instituicao = $obj_permissoes->getInstituicao($this->pessoa_logada);
include "include/pmieducar/educar_campo_lista.php";
$this->campoRotulo("cursos_", "Cursos", "<div id='cursos'>Selecione uma escola</div>");
if ($nivel_usuario <= 3) {
echo "<script>\n\t\t\t\t\twindow.onload = function(){document.getElementById('ref_cod_escola').onchange = changeCurso};\n\t\t\t\t </script>";
} else {
echo "<script>\n\t\t\t\t\twindow.onload = function(){ changeCurso() };\n\t\t\t\t </script>";
}
if ($this->get_link) {
$this->campoRotulo("rotulo11", "-", "<a href='{$this->get_link}' target='_blank'>Baixar Relatório</a>");
}
$this->url_cancelar = "educar_index.php";
$this->nome_url_cancelar = "Cancelar";
$this->acao_enviar = 'acao2()';
$this->acao_executa_submit = false;
}
示例12: Gerar
function Gerar()
{
@session_start();
$this->pessoa_logada = $_SESSION['id_pessoa'];
session_write_close();
$this->titulo = "Aluno - Listagem";
foreach ($_GET as $var => $val) {
// passa todos os valores obtidos no GET para atributos do objeto
$this->{$var} = $val === "" ? null : $val;
}
$this->addBanner("imagens/nvp_top_intranet.jpg", "imagens/nvp_vert_intranet.jpg", "Intranet");
$this->campoNumero("cod_aluno", "Código Aluno", $this->cod_aluno, 20, 255, false);
$this->campoTexto("nome_aluno", "Nome do aluno", $this->nome_aluno, 50, 255, false);
// if ($this->pessoa_logada == 184580) {
$this->campoData("data_nascimento", "Data de Nascimento", $this->data_nascimento);
$this->campoTexto("nome_pai", "Nome do Pai", $this->nome_pai, 50, 255);
$this->campoTexto("nome_mae", "Nome da Mãe", $this->nome_mae, 50, 255);
$this->campoTexto("nome_responsavel", "Nome do Responsável", $this->nome_responsavel, 50, 255);
// }
$obj_permissoes = new clsPermissoes();
$cod_escola = $obj_permissoes->getEscola($this->pessoa_logada);
if ($cod_escola) {
$this->campoCheck("meus_alunos", "Meus Alunos", $_GET['meus_alunos']);
$ref_cod_escola = false;
if ($_GET['meus_alunos']) {
$ref_cod_escola = $cod_escola;
}
}
$array_matriculado = array('S' => "Sim", 'N' => 'Não');
$nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
$this->addCabecalhos(array("Código Aluno", "Nome do Aluno", "Nome do Responsável", "CPF Responsável"));
// Paginador
$this->limite = 20;
$this->offset = $_GET["pagina_{$this->nome}"] ? $_GET["pagina_{$this->nome}"] * $this->limite - $this->limite : 0;
$obj_aluno = new clsPmieducarAluno();
// $obj_aluno->setOrderby( "cod_aluno DESC" );
$obj_aluno->setLimite($this->limite, $this->offset);
/*$lista = $obj_aluno->lista(
$this->cod_aluno,
null,
null,
null,
null,
null,
null,
null,
null,
null,
1,
null,
$this->nome_aluno,
$this->nome_responsavel,
idFederal2int($this->cpf_responsavel),
null,
$this->nome_pai,
$this->nome_mae,
$ref_cod_escola
);*/
// if ($this->pessoa_logada == 184580) {
$lista = $obj_aluno->lista2($this->cod_aluno, null, null, null, null, null, null, null, null, null, 1, null, $this->nome_aluno, null, idFederal2int($this->cpf_responsavel), null, null, null, $ref_cod_escola, null, $this->data_nascimento, $this->nome_pai, $this->nome_mae, $this->nome_responsavel);
/*} else {
$lista = $obj_aluno->lista(
$this->cod_aluno,
null,
null,
null,
null,
null,
null,
null,
null,
null,
1,
null,
$this->nome_aluno,
null,
idFederal2int($this->cpf_responsavel),
null,
null,
null,
$ref_cod_escola
);
}*/
$total = $obj_aluno->_total;
// monta a lista
if (is_array($lista) && count($lista)) {
foreach ($lista as $registro) {
$registro["nome_responsavel"] = null;
$det_fisica_aluno = null;
if ($registro['tipo_responsavel'] == 'p' || !$registro["nome_responsavel"] && $registro['tipo_responsavel'] == null) {
$obj_fisica = new clsFisica($registro["ref_idpes"]);
$det_fisica_aluno = $obj_fisica->detalhe();
if ($det_fisica_aluno["idpes_pai"]) {
$obj_ref_idpes = new clsPessoa_($det_fisica_aluno["idpes_pai"]);
$det_ref_idpes = $obj_ref_idpes->detalhe();
$obj_fisica = new clsFisica($det_fisica_aluno["idpes_pai"]);
$det_fisica = $obj_fisica->detalhe();
$registro["nome_responsavel"] = $det_ref_idpes['nome'];
if ($det_fisica["cpf"]) {
$registro["cpf_responsavel"] = int2CPF($det_fisica["cpf"]);
//.........这里部分代码省略.........
示例13: clsPermissoes
/**
* Ao incluir este arquivo, adicionar a variável $obrigatorio = true ou $obrigatorio = false para
* definir se os campos são obrigatórios ou não. Adicionar também a variável editar para informar
* se está sendo editados os itens ou não.
*
* Ex.:
* $obrigatorio = true;
* $editar = true;
* include("include/pmieducar/educar_pesquisa_curso_serie.php");
*
* @author Adriano Erik Weiguert Nagasava
*/
$permissoes = new clsPermissoes();
$privilegio = $permissoes->nivel_acesso($this->pessoa_logada);
$this->campoOculto("ref_cod_instituicao", $permissoes->getInstituicao($this->pessoa_logada));
$this->campoOculto("ref_cod_escola", $permissoes->getEscola($this->pessoa_logada));
if ($editar) {
echo $script = "<script> var editar = false; \n {$series}</script>\n";
} else {
echo $script = "<script> var editar = true; \n {$series}</script>\n";
}
if ($privilegio == 4) {
$opcoes = array("" => "Selecione");
if (class_exists("clsPmieducarEscolaCurso")) {
$objTemp = new clsPmieducarEscolaCurso();
$lista = $objTemp->lista($permissoes->getEscola($this->pessoa_logada), null, null, null, null, null, null, null, 1);
if ($lista) {
$series = '';
$ESeries = '';
foreach ($lista as $registro) {
if (class_exists("clsPmieducarCurso")) {