Commit 2c08e5ce7d32495c4e757847d33be3bc12155783
1 parent
6ed028d7
Exists in
master
and in
1 other branch
Gerente atualizado
- Correções em "tribo" git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@268 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
2 changed files
with
6 additions
and
8 deletions
Show diff stats
tribo/docs/wiw.html
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | <td>?</td> |
47 | 47 | </tr> |
48 | 48 | <tr> |
49 | - <td>Líder de testes</td> | |
49 | + <td>Líder de qualidade/testes</td> | |
50 | 50 | <td>?</td> |
51 | 51 | </tr> |
52 | 52 | <tr> |
... | ... | @@ -58,10 +58,6 @@ |
58 | 58 | <td>?</td> |
59 | 59 | </tr> |
60 | 60 | <tr> |
61 | - <td>Líder de usabilidade</td> | |
62 | - <td>?</td> | |
63 | - </tr> | |
64 | - <tr> | |
65 | 61 | <th>Contribuições e apoio |
66 | 62 | <font style="font-size: 8pt; font-style:italic"> |
67 | 63 | (em ordem alfabética) |
... | ... | @@ -85,7 +81,7 @@ |
85 | 81 | <td>www.mte.gov.br</td> |
86 | 82 | </tr> |
87 | 83 | <tr> |
88 | - <td>Outros</td> | |
84 | + <td>Agradecimentos</td> | |
89 | 85 | <td>Comunidade de usuários CACIC</td> |
90 | 86 | </tr> |
91 | 87 | <tr> | ... | ... |
tribo/include/inc_top.php
... | ... | @@ -13,6 +13,8 @@ |
13 | 13 | Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título "LICENCA.txt", junto com este programa, se não, escreva para a Fundação do Software |
14 | 14 | Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
15 | 15 | */ |
16 | +define('CACIC',1); | |
17 | +include('../include/define.php'); | |
16 | 18 | ?> |
17 | 19 | |
18 | 20 | <body bgcolor="#F0F0F0" text="#333333" leftmargin="0" topmargin="0"> |
... | ... | @@ -21,8 +23,8 @@ |
21 | 23 | <td> <img src="imgs/cacic.gif"></td> |
22 | 24 | <td width="36%" valign="bottom"> |
23 | 25 | <div align="right"><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><br> |
24 | - </font> <font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a onClick="javascript:window.open('http://10.71.0.212/tribo/versoes.htm','','width=460,height=470,top=0,scrollbars=YES')" href="#">Versão | |
25 | - 2.2.3-RC4<br> | |
26 | + </font> <font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a onClick="javascript:window.open('versoes.htm','','width=460,height=470,top=0,scrollbars=YES')" href="#">Versão | |
27 | + <?=CACIC_VERSION;?><br> | |
26 | 28 | </a></font></p>Desenvolvido pela Dataprev/URES </font> </div></td> |
27 | 29 | </tr> |
28 | 30 | <tr bgcolor="#CCCCCC"> | ... | ... |