예제 #1
0
<?php

$tpl = new Template("view/templates/blank_page.html");
$tpl->addFile("CONTENT", "view/servicos/documentos.html");
$tpl->addFile("INC_LATERAL_DIREITA", "view/includes/lateral_direita.html");
include "includes/montaEmpresa.php";
include "includes/formLogin.php";
include "includes/mensagem.php";
$pub = new Documento();
$tpl->GRUPO = $pub->get_pasta_grupo($pub::ID_GRUPO_REGULAMENTO);
$tpl->LABEL_TITULO = $pub->get_titulo_grupo($pub::ID_GRUPO_REGULAMENTO);
$tpl->LABEL_ICONE = 'icone-anote';
$tpl->show();
예제 #2
0
<?php

$tpl = new Template("view/templates/blank_page.html");
$tpl->addFile("CONTENT", "view/servicos/documentos.html");
$tpl->addFile("INC_LATERAL_DIREITA", "view/includes/lateral_direita.html");
include "includes/montaEmpresa.php";
include "includes/formLogin.php";
include "includes/mensagem.php";
$pub = new Documento();
$tpl->GRUPO = $pub->get_pasta_grupo($pub::ID_GRUPO_ORGANOGRAMA);
$tpl->LABEL_TITULO = $pub->get_titulo_grupo($pub::ID_GRUPO_ORGANOGRAMA);
$tpl->LABEL_ICONE = 'icone-anote';
$tpl->show();
예제 #3
0
<?php

$tpl = new Template("view/templates/blank_page.html");
$tpl->addFile("CONTENT", "view/servicos/documentos.html");
$tpl->addFile("INC_LATERAL_DIREITA", "view/includes/lateral_direita.html");
include "includes/montaEmpresa.php";
include "includes/formLogin.php";
include "includes/mensagem.php";
$pub = new Documento();
$tpl->GRUPO = $pub->get_pasta_grupo($pub::ID_GRUPO_ATAS);
$tpl->LABEL_TITULO = $pub->get_titulo_grupo($pub::ID_GRUPO_ATAS);
$tpl->LABEL_ICONE = 'icone-anote';
$tpl->show();
예제 #4
0
<?php

$tpl = new Template("view/templates/blank_page.html");
$tpl->addFile("CONTENT", "view/servicos/documentos.html");
$tpl->addFile("INC_LATERAL_DIREITA", "view/includes/lateral_direita.html");
include "includes/montaEmpresa.php";
include "includes/formLogin.php";
include "includes/mensagem.php";
$pub = new Documento();
$tpl->GRUPO = $pub->get_pasta_grupo($pub::ID_GRUPO_BALANCETES);
$tpl->LABEL_TITULO = $pub->get_titulo_grupo($pub::ID_GRUPO_BALANCETES);
$tpl->LABEL_ICONE = 'icone-anote';
$tpl->show();
예제 #5
0
<?php

$tpl = new Template("view/templates/blank_page.html");
$tpl->addFile("CONTENT", "view/servicos/documentos.html");
$tpl->addFile("INC_LATERAL_DIREITA", "view/includes/lateral_direita.html");
include "includes/montaEmpresa.php";
include "includes/formLogin.php";
include "includes/mensagem.php";
$pub = new Documento();
$tpl->GRUPO = $pub->get_pasta_grupo($pub::ID_GRUPO_CONVENCAO);
$tpl->LABEL_TITULO = $pub->get_titulo_grupo($pub::ID_GRUPO_CONVENCAO);
$tpl->LABEL_ICONE = 'icone-anote';
$tpl->show();