function Softwares_Classificar()
 {
     parent::Cacic_Common();
     $titulo = $this->oTranslator->_('Classificacao de softwares inventariados');
     /*
      * Inicializa template com textos basicos
      */
     $this->setPageTitle($titulo);
     $this->setNamespace('softwareClassificacao');
     $this->setRoot(dirname(__FILE__));
     $this->readTemplatesFromInput('softwares_classificar_01.tmpl.php');
     $this->addVar('SoftwaresClassificar', 'CACIC_URL', CACIC_URL);
     $this->addVar('SoftwaresClassificar_form', 'TITULO', $titulo);
     $this->addVar('SoftwaresClassificar_form', 'DESCRICAO', $this->oTranslator->_('Classificacao de softwares inventariados conforme softwares adiquiridos'));
     $this->addVar('SoftwaresClassificar_form', 'SOFTWARE_CLASSIFICADO_SELECT', '<span class="Aviso">' . $this->oTranslator->_('Apenas os nao classificados?') . "</span>");
     $this->addVar('SoftwaresClassificar_form', 'SOFTWARE_NAME_TITLE', $this->oTranslator->_('Nome do software inventariado'));
     $this->addVar('SoftwaresClassificar_form', 'NO', $this->oTranslator->_('Nao'));
     $this->addVar('SoftwaresClassificar_form', 'YES', $this->oTranslator->_('Sim'));
     $this->addVar('SoftwaresType_list', 'IMG_TYPE', $this->isIEBrowser() ? 'gd' : 'svg');
     $this->addRows('SoftwaresType_list', $this->fillListSoftwaresType());
     $this->addVar('SoftwaresClassificar_form', 'COLSPAN', 20);
     $this->addVar('SoftwaresClassificar_form', 'BTN_SALVAR', $this->oTranslator->_('Gravar alteracoes'));
     $this->addVar('SoftwaresClassificar_form', 'BTN_SALVAR_DENY', $this->isAdminUser() ? 'enabled' : 'disabled');
     $this->addVar('SoftwaresClassificar_form', 'BTN_RESET', $this->oTranslator->_('Restaurar valores'));
 }
 function Tipos_Licenca()
 {
     parent::Cacic_Common();
     $this->setNamespace('gerenciaLicencas');
     $this->setRoot(dirname(__FILE__));
     $this->readTemplatesFromInput('aquisicoes_itens_01.tmpl.php');
 }
 function Software()
 {
     parent::Cacic_Common();
 }