Commit 6a3f2e95e22a0be881b1fd15d6b976c5d2a94190

Authored by Adriano Vieira
1 parent f9985009
Exists in master and in 1 other branch 3.1

Atualização do "trunk"

- melhoria na tradução para o inglês
- correção da verificação da ativação de javascript no navegador web x menu_esq.php
excluído arquivo obsoleto
- incluído exemplo de configuração htaccess 

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@345 fecfc0c7-e812-0410-ae72-849f08638ee7
htaccess 0 → 100644
... ... @@ -0,0 +1,28 @@
  1 +# nao permite listar o conteudo de diretorios e permite execucao de links simbolicos
  2 +Options -Indexes +FollowSymlinks
  3 +
  4 +# Charset padrao para o sistema
  5 +AddDefaultCharset ISO-8859-1
  6 +
  7 +# executa arquivos .css e .js como se fossem .php
  8 +<FilesMatch "\.(css|js)$">
  9 + SetHandler application/x-httpd-php
  10 +</FilesMatch>
  11 +
  12 +# compressao de paginas servidas por php
  13 +<ifModule mod_php4.c>
  14 + php_value zlib.output_compression 16386
  15 +</ifModule>
  16 +
  17 +# restringe acesso ao arquivo .htaccess
  18 +<Files ~ "^\.ht">
  19 + Order allow,deny
  20 + Deny from all
  21 + Satisfy All
  22 +</Files>
  23 +
  24 +# Diretivas PHP que sobrescrevem o php.ini
  25 +#php_flag register_globals on
  26 +#php_flag memory_limit 32M
  27 +#php_flag register_long_arrays on
  28 +
... ...
language/en_US/introduction.html
1   - <p>CACIC is a computer inventory system. It is a group of software able to allow hardware and software inventory. Initialy developed by Dataprev-ES, but nowdays it has lot of community contributions.
2   - </p><p>The web installer main goal is provide you an easy way for both install and setup CACIC base. See details bellow.
  1 + <p>CACIC is a computer inventory system. It is a group of software able to allow both hardware and software inventory. Initialy developed by Dataprev-ES, but nowdays it has lot of community contributions.
  2 + </p><p>This web installer main goal is provide you an easy way for both install and setup CACIC base. See details bellow.
3 3 </p><h3><span class="OkImg">Installation steps:</span></h3>
4 4 <ol>
5 5 <li>Introduction - This page!</li>
... ...
menu_esq.php
... ... @@ -360,8 +360,8 @@ else
360 360 <div align="justify">
361 361 <table width="99%" height="99%" border="1">
362 362 <tr>
363   - <td><div align="justify"><font color="#FF0000" size="2"><strong><?= $oTranslator->_('kciq_msg attention');?>:</strong></font><font color="#0000FF" size="1">
364   - <?= $oTranslator->_('kciq_msg javascript not enabled');?></font></div></td>
  363 + <td><div align="justify"><noscript><font color="#FF0000" size="2"><strong><?= $oTranslator->_('kciq_msg attention');?>:</strong></font><font color="#0000FF" size="1">
  364 + <?= $oTranslator->_('kciq_msg javascript not enabled');?></font></noscript></div></td>
365 365 </tr>
366 366 </table>
367 367 </div>
... ...
relatorios/computador/inc_detalhes_computador.zip
No preview for this file type