index.php
2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<script type="text/javascript">
/*
Title: Redes sociais
Abre uma janela com links para acesso ao i3Geo em redes sociais
Arquivo:
i3geo/ferramentas/redessociais/index.php
Licenca:
GPL2
i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet
Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil
Desenvolvedor: Edmar Moretti edmar.moretti@gmail.com
Este programa é software livre; você pode redistribuí-lo
e/ou modificá-lo sob os termos da Licença Pública Geral
GNU conforme publicada pela Free Software Foundation;
Este programa é distribuído na expectativa de que seja útil,
porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita
de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA.
Consulte a Licença Pública Geral do GNU para mais detalhes.
Você deve ter recebido uma cópia da Licença Pública Geral do
GNU junto com este programa; se não, escreva para a
Free Software Foundation, Inc., no endereço
59 Temple Street, Suite 330, Boston, MA 02111-1307 USA.
*/
</script>
<style>
body,td
{
text-align:left;
border: 0px solid #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
position:relative;
font-size:10pt;
padding:10px;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<a href="https://www.facebook.com/groups/1517726825162707" target="_blank"><img style="width: 120px;" src="../../init/facebook.png"></a>
</td>
<td>
<a href="https://lists.osgeo.org/cgi-bin/mailman/listinfo/i3geo" target="_blank"><img src="../../init/mailman.jpg">
</a>
</td>
</tr>
<tr>
<td>
<script type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script>
</td>
<td>
<a href="http://www.twitter.com/i3geo"><img src="http://twitter-badges.s3.amazonaws.com/follow_bird-a.png" /></a>
</td>
</tr>
</table>
</body>
</html>