Commit 954cd635fea333d600fbd57d35714ae55d8b251f
1 parent
c251240b
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
9 additions
and
20 deletions
Show diff stats
pacotes/utils/index.php
@@ -4,17 +4,8 @@ | @@ -4,17 +4,8 @@ | ||
4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | 4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
5 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | <link rel="stylesheet" type="text/css" href="../../admin/html/admin.css"> | 6 | <link rel="stylesheet" type="text/css" href="../../admin/html/admin.css"> |
7 | - | 7 | +<script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
8 | <style> | 8 | <style> |
9 | -body { | ||
10 | - padding-top: 0px; | ||
11 | - COLOR: #2F4632; | ||
12 | - text-align: center; | ||
13 | - font-size: 0.6cm; | ||
14 | - font-family: Verdana, Arial, Helvetica, sans-serif; | ||
15 | - background-color: rgb(250, 250, 250); | ||
16 | - maergin: auto; | ||
17 | -} | ||
18 | 9 | ||
19 | .r { | 10 | .r { |
20 | border: 1px solid #F0F0F0; | 11 | border: 1px solid #F0F0F0; |
@@ -63,21 +54,14 @@ a { | @@ -63,21 +54,14 @@ a { | ||
63 | text-decoration: none; | 54 | text-decoration: none; |
64 | font-size: 14px; | 55 | font-size: 14px; |
65 | } | 56 | } |
66 | - | ||
67 | -.borda { | ||
68 | - background-color: #990000; | ||
69 | - padding: 5px 0px 5px 0px; | ||
70 | - text-align: left; | ||
71 | - width: 100%; | ||
72 | -} | ||
73 | </style> | 57 | </style> |
74 | </head> | 58 | </head> |
75 | -<body class=" yui-skin-sam "> | ||
76 | - <div class="borda"> | 59 | +<body class=" yui-skin-sam " style="background-color:white;text-align:left;"> |
60 | + <div class="bordaSuperior"> | ||
77 | <div id="bandeiras"></div> | 61 | <div id="bandeiras"></div> |
78 | <div> | 62 | <div> |
79 | <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;"> | 63 | <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;"> |
80 | - <b>i3Geo 6.0</b> | 64 | + <b><?php include("../../versao.php"); echo $mensagemInicia;?> </b> |
81 | </a> | 65 | </a> |
82 | </div> | 66 | </div> |
83 | </div> | 67 | </div> |
@@ -118,6 +102,11 @@ botoesIni.push( | @@ -118,6 +102,11 @@ botoesIni.push( | ||
118 | "img":"", | 102 | "img":"", |
119 | "href":"https://maptools.info/tools/converter/", | 103 | "href":"https://maptools.info/tools/converter/", |
120 | "titulo": "Conversor de coordenadas" | 104 | "titulo": "Conversor de coordenadas" |
105 | + }, | ||
106 | + { | ||
107 | + "img":"", | ||
108 | + "href":"http://codebeautify.org/", | ||
109 | + "titulo": "Free Online Tools For Developers - To Beautify, Validate, Minify, Analyse and Convert" | ||
121 | } | 110 | } |
122 | ); | 111 | ); |
123 | mostraBotoes(); | 112 | mostraBotoes(); |