Commit 8a45ce2f15cae2198744f38b640ca6522b2c7d51
1 parent
1b07c6ab
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
1 changed file
with
244 additions
and
263 deletions
Show diff stats
admin/menu.html
| ... | ... | @@ -27,323 +27,304 @@ |
| 27 | 27 | <script> |
| 28 | 28 | propriedades = [ |
| 29 | 29 | { |
| 30 | - label: "Configuração geral", | |
| 31 | - type: "text", | |
| 32 | - url: "", | |
| 30 | + html: "Configuração geral", | |
| 31 | + type: "html", | |
| 33 | 32 | children:[ |
| 34 | 33 | { |
| 35 | - label: "Abrir o i3geo", | |
| 36 | - type: "text", | |
| 37 | - href: "../ms_criamapa.php", | |
| 38 | - target: "principal" | |
| 39 | - },{ | |
| 40 | - label: "Testar a instalação do i3geo (testainstal.php)", | |
| 41 | - type: "text", | |
| 42 | - href: "../testainstal.php", | |
| 43 | - target: "principal" | |
| 44 | - },{ | |
| 45 | - label: "Remover a tela inicial de apresentação do i3Geo", | |
| 46 | - type: "text", | |
| 47 | - href: "../init/remover.php", | |
| 48 | - target: "principal" | |
| 34 | + html: "<a href='../ms_criamapa.php' target='principal'>Abre o i3Geo</a>", | |
| 35 | + type: "html", | |
| 36 | + enableHighlight: false, | |
| 37 | + },{ | |
| 38 | + html: "<a href='../testainstal.php' target='principal'>Testar a instalação do i3geo (testainstal.php)</a>", | |
| 39 | + type: "html", | |
| 40 | + enableHighlight: false, | |
| 41 | + | |
| 42 | + },{ | |
| 43 | + html: "<a href='../init/remover.php' target='principal'>Remover a tela inicial de apresentação do i3Geo</a>", | |
| 44 | + type: "html", | |
| 45 | + enableHighlight: false, | |
| 46 | + | |
| 49 | 47 | } |
| 50 | 48 | ]},{ |
| 51 | - label: "Controle de acesso e usuários", | |
| 52 | - type: "text", | |
| 53 | - url: "", | |
| 49 | + html: "Controle de acesso e usuários</a>", | |
| 50 | + type: "html", | |
| 54 | 51 | children:[ |
| 55 | 52 | { |
| 56 | - label: "Controle de operações", | |
| 57 | - type: "text", | |
| 58 | - href: "html/operacoes.html", | |
| 59 | - target: "principal" | |
| 60 | - },{ | |
| 61 | - label: "Cadastro de usuários e relação com papéis", | |
| 62 | - type: "text", | |
| 63 | - href: "html/usuarios.html", | |
| 64 | - target: "principal" | |
| 65 | - },{ | |
| 66 | - label: "Cadastro de grupos e relação com usuários", | |
| 67 | - type: "text", | |
| 68 | - href: "html/gruposusuarios.html", | |
| 69 | - target: "principal" | |
| 53 | + html: "<a href='html/operacoes.html' target='principal'>Controle de operações</a>", | |
| 54 | + type: "html", | |
| 55 | + enableHighlight: false, | |
| 56 | + | |
| 57 | + },{ | |
| 58 | + html: "<a href='html/usuarios.html' target='principal'>Cadastro de usuários e relação com papéis</a>", | |
| 59 | + type: "html", | |
| 60 | + enableHighlight: false, | |
| 61 | + | |
| 62 | + },{ | |
| 63 | + html: "<a href='html/gruposusuarios.html' target='principal'>Cadastro de grupos e relação com usuários</a>", | |
| 64 | + type: "html", | |
| 65 | + enableHighlight: false, | |
| 66 | + | |
| 70 | 67 | } |
| 71 | 68 | ]},{ |
| 72 | - label: "Metadados estatísticos", | |
| 73 | - type: "text", | |
| 74 | - url: "", | |
| 69 | + html: "Metadados estatísticos", | |
| 70 | + type: "html", | |
| 75 | 71 | children:[ |
| 76 | 72 | { |
| 77 | - label: "Documentação (baseada no i3GeoSaúde)", | |
| 78 | - type: "text", | |
| 79 | - href: "http://i3geo.com.br/i3geosaude/docs/index.php?conteudo=fluxograma.html", | |
| 80 | - target: "principal" | |
| 81 | - },{ | |
| 82 | - label: "Cadastro principal de variáveis", | |
| 83 | - type: "text", | |
| 84 | - href: "html/estat_variavel.html", | |
| 85 | - target: "principal" | |
| 86 | - },{ | |
| 87 | - label: "Cadastro de mapas para publicação", | |
| 88 | - type: "text", | |
| 89 | - href: "html/estat_mapa.html", | |
| 90 | - target: "principal" | |
| 91 | - },{ | |
| 92 | - label: "Cadastro de unidades de medida", | |
| 93 | - type: "text", | |
| 94 | - href: "html/estat_unidade_medida.html", | |
| 95 | - target: "principal" | |
| 96 | - },{ | |
| 97 | - label: "Cadastro de tipos de períodos de tempo", | |
| 98 | - type: "text", | |
| 99 | - href: "html/estat_tipo_periodo.html", | |
| 100 | - target: "principal" | |
| 101 | - },{ | |
| 102 | - label: "Cadastro de conexões com banco de dados", | |
| 103 | - type: "text", | |
| 104 | - href: "html/estat_conexao.html", | |
| 105 | - target: "principal" | |
| 106 | - },{ | |
| 107 | - label: "Cadastro de tabelas com regiões geográficas", | |
| 108 | - type: "text", | |
| 109 | - href: "html/estat_tipo_regiao.html", | |
| 110 | - target: "principal" | |
| 111 | - },{ | |
| 112 | - label: "Cadastro de fontes de informação", | |
| 113 | - type: "text", | |
| 114 | - href: "html/estat_fonteinfo.html", | |
| 115 | - target: "principal" | |
| 116 | - },{ | |
| 117 | - label: "Gerenciador de banco de dados, upload de SHP e CSV", | |
| 118 | - type: "text", | |
| 119 | - href: "html/estat_editor.html", | |
| 120 | - target: "principal" | |
| 121 | - },{ | |
| 122 | - label: "Ver xml com a lista de serviços WMS originados do sistema de metadados estatísticos", | |
| 123 | - type: "text", | |
| 124 | - href: "xmlmetaestatogc.php", | |
| 125 | - target: "principal" | |
| 126 | - },{ | |
| 127 | - label: "Ver RSS com a lista de mapas cadastrados", | |
| 128 | - type: "text", | |
| 129 | - href: "rssmapas.php", | |
| 130 | - target: "principal" | |
| 73 | + html: "<a href='http://i3geo.com.br/i3geosaude/docs/index.php?conteudo=fluxograma.html' target='principal'>Documentação (baseada no i3GeoSaúde)</a>", | |
| 74 | + type: "html", | |
| 75 | + enableHighlight: false, | |
| 76 | + | |
| 77 | + },{ | |
| 78 | + html: "<a href='html/estat_variavel.html' target='principal'>Cadastro principal de variáveis</a>", | |
| 79 | + type: "html", | |
| 80 | + enableHighlight: false, | |
| 81 | + | |
| 82 | + },{ | |
| 83 | + html: "<a href='html/estat_mapa.html' target='principal'>Cadastro de mapas para publicação</a>", | |
| 84 | + type: "html", | |
| 85 | + enableHighlight: false, | |
| 86 | + | |
| 87 | + },{ | |
| 88 | + html: "<a href='html/estat_unidade_medida.html' target='principal'>Cadastro de unidades de medida</a>", | |
| 89 | + type: "html", | |
| 90 | + enableHighlight: false, | |
| 91 | + | |
| 92 | + },{ | |
| 93 | + html: "<a href='html/estat_tipo_periodo.html' target='principal'>Cadastro de tipos de períodos de tempo</a>", | |
| 94 | + type: "html", | |
| 95 | + enableHighlight: false, | |
| 96 | + | |
| 97 | + },{ | |
| 98 | + html: "<a href='html/estat_conexao.html' target='principal'>Cadastro de conexões com banco de dados</a>", | |
| 99 | + type: "html", | |
| 100 | + enableHighlight: false, | |
| 101 | + | |
| 102 | + },{ | |
| 103 | + html: "<a href='html/estat_tipo_regiao.html' target='principal'>Cadastro de tabelas com regiões geográficas</a>", | |
| 104 | + type: "html", | |
| 105 | + enableHighlight: false, | |
| 106 | + | |
| 107 | + },{ | |
| 108 | + html: "<a href='html/estat_fonteinfo.html' target='principal'>Cadastro de fontes de informação</a>", | |
| 109 | + type: "html", | |
| 110 | + enableHighlight: false, | |
| 111 | + | |
| 112 | + },{ | |
| 113 | + html: "<a href='html/estat_editor.html' target='principal'>Gerenciador de banco de dados, upload de SHP e CSV</a>", | |
| 114 | + type: "html", | |
| 115 | + enableHighlight: false, | |
| 116 | + | |
| 117 | + },{ | |
| 118 | + html: "<a href='xmlmetaestatogc.php' target='principal'>Ver xml com a lista de serviços WMS originados do sistema de metadados estatísticos</a>", | |
| 119 | + type: "html", | |
| 120 | + enableHighlight: false, | |
| 121 | + | |
| 122 | + },{ | |
| 123 | + html: "<a href='rssmapas.php' target='principal'>Ver RSS com a lista de mapas cadastrados</a>", | |
| 124 | + type: "html", | |
| 125 | + enableHighlight: false, | |
| 126 | + | |
| 131 | 127 | } |
| 132 | 128 | ]},{ |
| 133 | - label: "Enviar arquivo para o servidor", | |
| 134 | - type: "text", | |
| 135 | - url: "", | |
| 129 | + html: "Enviar arquivo para o servidor", | |
| 130 | + type: "html", | |
| 136 | 131 | children:[ |
| 137 | 132 | { |
| 138 | - label: "Shape file", | |
| 139 | - type: "text", | |
| 140 | - href: "html/subirshapefile.html", | |
| 141 | - target: "principal" | |
| 142 | - },{ | |
| 143 | - label: "Gerenciador de tabelas de dados estatísticos (upload de SHP e CSV)", | |
| 144 | - type: "text", | |
| 145 | - href: "html/estat_editor.html", | |
| 146 | - target: "principal" | |
| 147 | - },{ | |
| 148 | - label: "Upload de imagem para uso como símbolo", | |
| 149 | - type: "text", | |
| 150 | - href: "html/subirsimbolo.html", | |
| 151 | - target: "principal" | |
| 133 | + html: "<a href='html/subirshapefile.html' target='principal'>Shape file</a>", | |
| 134 | + type: "html", | |
| 135 | + enableHighlight: false, | |
| 136 | + | |
| 137 | + },{ | |
| 138 | + html: "<a href='html/estat_editor.html' target='principal'>Gerenciador de tabelas de dados estatísticos (upload de SHP e CSV)</a>", | |
| 139 | + type: "html", | |
| 140 | + enableHighlight: false, | |
| 141 | + | |
| 142 | + },{ | |
| 143 | + html: "<a href='html/subirsimbolo.html' target='principal'>Upload de imagem para uso como símbolo</a>", | |
| 144 | + type: "html", | |
| 145 | + enableHighlight: false, | |
| 146 | + | |
| 152 | 147 | } |
| 153 | 148 | ]},{ |
| 154 | - label: "Editor de mapfiles", | |
| 155 | - type: "text", | |
| 156 | - url: "", | |
| 149 | + html: "Editor de mapfiles", | |
| 150 | + type: "html", | |
| 157 | 151 | children:[ |
| 158 | 152 | { |
| 159 | - label: "Edição de mapfiles", | |
| 160 | - type: "text", | |
| 161 | - href: "html/editormapfile.html", | |
| 162 | - target: "principal" | |
| 163 | - },{ | |
| 164 | - label: "Edição da lista de menus", | |
| 165 | - type: "text", | |
| 166 | - href: "html/menus.html", | |
| 167 | - target: "principal" | |
| 168 | - },{ | |
| 169 | - label: "Árvore de temas", | |
| 170 | - type: "text", | |
| 171 | - href: "html/arvore.html", | |
| 172 | - target: "principal" | |
| 173 | - },{ | |
| 174 | - label: "Upload de imagem para uso como símbolo", | |
| 175 | - type: "text", | |
| 176 | - href: "html/subirsimbolo.html", | |
| 177 | - target: "principal" | |
| 178 | - },{ | |
| 179 | - label: "Ver RSS com os grupos, subgrupos e temas", | |
| 180 | - type: "text", | |
| 181 | - href: "rssgrupos.php", | |
| 182 | - target: "principal" | |
| 183 | - },{ | |
| 184 | - label: "Ver RSS com os comentários sobre os temas", | |
| 185 | - type: "text", | |
| 186 | - href: "rsscomentariostemas.php", | |
| 187 | - target: "principal" | |
| 153 | + html: "<a href='html/editormapfile.html' target='principal'>Edição de mapfiles</a>", | |
| 154 | + type: "html", | |
| 155 | + enableHighlight: false, | |
| 156 | + | |
| 157 | + },{ | |
| 158 | + html: "<a href='html/menus.html' target='principal'>Edição da lista de menus</a>", | |
| 159 | + type: "html", | |
| 160 | + enableHighlight: false, | |
| 161 | + | |
| 162 | + },{ | |
| 163 | + html: "<a href='html/arvore.html' target='principal'>Árvore de temas</a>", | |
| 164 | + type: "html", | |
| 165 | + enableHighlight: false, | |
| 166 | + | |
| 167 | + },{ | |
| 168 | + html: "<a href='html/subirsimbolo.html' target='principal'>Upload de imagem para uso como símbolo</a>", | |
| 169 | + type: "html", | |
| 170 | + enableHighlight: false, | |
| 171 | + | |
| 172 | + },{ | |
| 173 | + html: "<a href='rssgrupos.php' target='principal'>Ver RSS com os grupos, subgrupos e temas</a>", | |
| 174 | + type: "html", | |
| 175 | + enableHighlight: false, | |
| 176 | + | |
| 177 | + },{ | |
| 178 | + html: "<a href='rsscomentariostemas.php' target='principal'>Ver RSS com os comentários sobre os temas</a>", | |
| 179 | + type: "html", | |
| 180 | + enableHighlight: false, | |
| 181 | + | |
| 188 | 182 | } |
| 189 | 183 | ]},{ |
| 190 | - label: "Links para mapas", | |
| 191 | - type: "text", | |
| 192 | - url: "", | |
| 184 | + html: "Links para mapas", | |
| 185 | + type: "html", | |
| 193 | 186 | children:[ |
| 194 | 187 | { |
| 195 | - label: "Edição dos links", | |
| 196 | - type: "text", | |
| 197 | - href: "html/mapas.html", | |
| 198 | - target: "principal" | |
| 199 | - },{ | |
| 200 | - label: "XML com a lista de mapas", | |
| 201 | - type: "text", | |
| 202 | - href: "xmlmapas.php", | |
| 203 | - target: "principal" | |
| 188 | + html: "<a href='html/mapas.html' target='principal'>Edição dos links</a>", | |
| 189 | + type: "html", | |
| 190 | + enableHighlight: false, | |
| 191 | + | |
| 192 | + },{ | |
| 193 | + html: "<a href='xmlmapas.php' target='principal'>XML com a lista de mapas</a>", | |
| 194 | + type: "html", | |
| 195 | + enableHighlight: false, | |
| 196 | + | |
| 204 | 197 | } |
| 205 | 198 | ]},{ |
| 206 | - label: "Edição dos menus de adição de temas", | |
| 207 | - type: "text", | |
| 208 | - url: "", | |
| 199 | + html: "Edição dos menus de adição de temas", | |
| 200 | + type: "html", | |
| 209 | 201 | children:[ |
| 210 | 202 | { |
| 211 | - label: "Editar a árvore completa dos menus", | |
| 212 | - type: "text", | |
| 213 | - href: "html/arvore.html", | |
| 214 | - target: "principal" | |
| 215 | - },{ | |
| 216 | - label: "Editar a lista de menus", | |
| 217 | - type: "text", | |
| 218 | - href: "html/menus.html", | |
| 219 | - target: "principal" | |
| 203 | + html: "<a href='html/arvore.html' target='principal'>Editar a árvore completa dos menus</a>", | |
| 204 | + type: "html", | |
| 205 | + enableHighlight: false, | |
| 206 | + | |
| 207 | + },{ | |
| 208 | + html: "<a href='html/menus.html' target='principal'>Editar a lista de menus</a>", | |
| 209 | + type: "html", | |
| 210 | + enableHighlight: false, | |
| 211 | + | |
| 220 | 212 | } |
| 221 | 213 | ]},{ |
| 222 | - label: "Edição das tabelas auxiliares", | |
| 223 | - type: "text", | |
| 224 | - url: "", | |
| 214 | + html: "Edição das tabelas auxiliares", | |
| 215 | + type: "html", | |
| 225 | 216 | children:[ |
| 226 | 217 | { |
| 227 | - label: "Editar a lista de perfis", | |
| 228 | - type: "text", | |
| 229 | - href: "html/perfis.html", | |
| 230 | - target: "principal" | |
| 231 | - },{ | |
| 232 | - label: "Editar a lista de tags (palavras-chave)", | |
| 233 | - type: "text", | |
| 234 | - href: "html/tags.html", | |
| 235 | - target: "principal" | |
| 218 | + html: "<a href='html/perfis.html' target='principal'>Editar a lista de perfis</a>", | |
| 219 | + type: "html", | |
| 220 | + enableHighlight: false, | |
| 221 | + | |
| 222 | + },{ | |
| 223 | + html: "<a href='html/tags.html' target='principal'>Editar a lista de tags (palavras-chave)</a>", | |
| 224 | + type: "html", | |
| 225 | + enableHighlight: false, | |
| 226 | + | |
| 236 | 227 | } |
| 237 | 228 | ]},{ |
| 238 | - label: "Atlas", | |
| 239 | - type: "text", | |
| 240 | - url: "", | |
| 229 | + html: "Atlas", | |
| 230 | + type: "html", | |
| 241 | 231 | children:[ |
| 242 | 232 | { |
| 243 | - label: "Edição dos atlas", | |
| 244 | - type: "text", | |
| 245 | - href: "html/atlas.html", | |
| 246 | - target: "principal" | |
| 233 | + html: "<a href='html/atlas.html' target='principal'>Edição dos atlas</a>", | |
| 234 | + type: "html", | |
| 235 | + enableHighlight: false, | |
| 236 | + | |
| 247 | 237 | } |
| 248 | 238 | ]},{ |
| 249 | - label: "Web services e links para download", | |
| 250 | - type: "text", | |
| 251 | - url: "", | |
| 239 | + html: "Web services e links para download", | |
| 240 | + type: "html", | |
| 252 | 241 | children:[ |
| 253 | 242 | { |
| 254 | - label: "Edição do cadastro", | |
| 255 | - type: "text", | |
| 256 | - href: "html/webservices.html", | |
| 257 | - target: "principal" | |
| 258 | - },{ | |
| 259 | - label: "Ver xml com a lista de serviços WS (webservices convencionais)", | |
| 260 | - type: "text", | |
| 261 | - href: "xmlservicosws.php", | |
| 262 | - target: "principal" | |
| 263 | - },{ | |
| 264 | - label: "Ver xml com a lista de serviços WMS", | |
| 265 | - type: "text", | |
| 266 | - href: "xmlservicoswms.php", | |
| 267 | - target: "principal" | |
| 268 | - },{ | |
| 269 | - label: "Ver xml com a lista de serviços Geo RSS", | |
| 270 | - type: "text", | |
| 271 | - href: "xmlgeorss.php", | |
| 272 | - target: "principal" | |
| 243 | + html: "<a href='html/webservices.html' target='principal'>Edição do cadastro</a>", | |
| 244 | + type: "html", | |
| 245 | + enableHighlight: false, | |
| 246 | + | |
| 247 | + },{ | |
| 248 | + html: "<a href='xmlservicosws.php' target='principal'>Ver xml com a lista de serviços WS (webservices convencionais)</a>", | |
| 249 | + type: "html", | |
| 250 | + enableHighlight: false, | |
| 251 | + | |
| 252 | + },{ | |
| 253 | + html: "<a href='xmlservicoswms.php' target='principal'>Ver xml com a lista de serviços WMS</a>", | |
| 254 | + type: "html", | |
| 255 | + enableHighlight: false, | |
| 256 | + | |
| 257 | + },{ | |
| 258 | + html: "<a href='xmlgeorss.php' target='principal'>Ver xml com a lista de serviços Geo RSS</a>", | |
| 259 | + type: "html", | |
| 260 | + enableHighlight: false, | |
| 261 | + | |
| 273 | 262 | } |
| 274 | 263 | ]},{ |
| 275 | - label: "Sistemas especiais de identificação", | |
| 276 | - type: "text", | |
| 277 | - url: "", | |
| 264 | + html: "Sistemas especiais de identificação", | |
| 265 | + type: "html", | |
| 278 | 266 | children:[ |
| 279 | 267 | { |
| 280 | - label: "Edição dos sistemas", | |
| 281 | - type: "text", | |
| 282 | - href: "html/identifica.html", | |
| 283 | - target: "principal" | |
| 268 | + html: "<a href='html/identifica.html' target='principal'>Edição dos sistemas</a>", | |
| 269 | + type: "html", | |
| 270 | + enableHighlight: false, | |
| 271 | + | |
| 284 | 272 | } |
| 285 | 273 | ]},{ |
| 286 | - label: "Sistemas que adicionam camadas", | |
| 287 | - type: "text", | |
| 288 | - url: "", | |
| 274 | + html: "Sistemas que adicionam camadas", | |
| 275 | + type: "html", | |
| 276 | + | |
| 289 | 277 | children:[ |
| 290 | 278 | { |
| 291 | - label: "Edição dos sistemas", | |
| 292 | - type: "text", | |
| 293 | - href: "html/sistemas.html", | |
| 294 | - target: "principal" | |
| 295 | - },{ | |
| 296 | - label: "Ver xml com a lista de sistemas que adicionam temas especiais", | |
| 297 | - type: "text", | |
| 298 | - href: "xmlsistemas.php", | |
| 299 | - target: "principal" | |
| 279 | + html: "<a href='html/sistemas.html' target='principal'>Edição dos sistemas", | |
| 280 | + type: "html", | |
| 281 | + enableHighlight: false, | |
| 282 | + | |
| 283 | + },{ | |
| 284 | + html: "<a href='xmlsistemas.php' target='principal'>Ver xml com a lista de sistemas que adicionam temas especiais", | |
| 285 | + type: "html", | |
| 286 | + enableHighlight: false, | |
| 287 | + | |
| 300 | 288 | } |
| 301 | 289 | ]},{ |
| 302 | - label: "Configuração dos serviços OGC", | |
| 303 | - type: "text", | |
| 304 | - url: "", | |
| 290 | + html: "Configuração dos serviços OGC", | |
| 291 | + type: "html", | |
| 305 | 292 | children:[ |
| 306 | 293 | { |
| 307 | - label: "Edição", | |
| 308 | - type: "text", | |
| 309 | - href: "html/ogcws.html", | |
| 310 | - target: "principal" | |
| 294 | + html: "<a href='html/ogcws.html' target='principal'>Edição</a>", | |
| 295 | + type: "html", | |
| 296 | + enableHighlight: false, | |
| 297 | + | |
| 311 | 298 | } |
| 312 | 299 | ]},{ |
| 313 | - label: "Outras opções", | |
| 314 | - type: "text", | |
| 315 | - url: "", | |
| 300 | + html: "Outras opções", | |
| 301 | + type: "html", | |
| 316 | 302 | children:[ |
| 317 | 303 | { |
| 318 | - label: "Estatísticas", | |
| 319 | - type: "text", | |
| 320 | - href: "php/estatisticas.php", | |
| 321 | - target: "principal" | |
| 322 | - },{ | |
| 323 | - label: "Upgrade do Banco de administração - Adiciona as tabelas e colunas necessárias à versão atual do i3Geo e que não existiam nas versões anteriores à 4.7. Apenas usuários cadastrados em ms_configura na variável $i3geomaster podem realizar essa operação", | |
| 324 | - type: "text", | |
| 325 | - href: "php/upgradebanco46_47.php", | |
| 326 | - target: "principal" | |
| 327 | - },{ | |
| 328 | - label: "Descrição do banco padrão (SQLITE)", | |
| 329 | - type: "text", | |
| 330 | - href: "php/sqlite.php", | |
| 331 | - target: "principal" | |
| 332 | - },{ | |
| 333 | - label: "Criar banco de dados - apenas usuários cadatsrados em ms_configura na variável $i3geomaster podem realizar essa operação", | |
| 334 | - type: "text", | |
| 335 | - href: "php/criabanco.php", | |
| 336 | - target: "principal" | |
| 337 | - },{ | |
| 338 | - label: "Gera as miniaturas (thumbnails) para os temas existentes no diretório i3geo/temas", | |
| 339 | - type: "text", | |
| 340 | - href: "../geraminiatura.php", | |
| 341 | - target: "principal" | |
| 342 | - },{ | |
| 343 | - label: "Ver XML para árvorehiperbólica", | |
| 344 | - type: "text", | |
| 345 | - href: "hiperbolica.php", | |
| 346 | - target: "principal" | |
| 304 | + html: "<a href='php/estatisticas.php' target='principal'>Estatísticas</a>", | |
| 305 | + type: "html", | |
| 306 | + enableHighlight: false, | |
| 307 | + | |
| 308 | + },{ | |
| 309 | + html: "<a href='php/upgradebanco46_47.php' target='principal'>Upgrade do Banco de administração - Adiciona as tabelas e colunas necessárias à versão atual do i3Geo e que não existiam nas versões anteriores à 4.7. Apenas usuários cadastrados em ms_configura na variável $i3geomaster podem realizar essa operação</a>", | |
| 310 | + type: "html", | |
| 311 | + enableHighlight: false, | |
| 312 | + | |
| 313 | + },{ | |
| 314 | + html: "<a href='php/sqlite.php' target='principal'>Descrição do banco padrão (SQLITE)</a>", | |
| 315 | + type: "html", | |
| 316 | + enableHighlight: false, | |
| 317 | + | |
| 318 | + },{ | |
| 319 | + html: "<a href='php/criabanco.php' target='principal'>Criar banco de dados - apenas usuários cadatsrados em ms_configura na variável $i3geomaster podem realizar essa operação</a>", | |
| 320 | + type: "html", | |
| 321 | + enableHighlight: false, | |
| 322 | + | |
| 323 | + },{ | |
| 324 | + html: "<a href='../geraminiatura.php' target='principal'>Gera as miniaturas (thumbnails) para os temas existentes no diretório i3geo/temas</a>", | |
| 325 | + type: "html", | |
| 326 | + enableHighlight: false, | |
| 327 | + | |
| 347 | 328 | } |
| 348 | 329 | ]}]; |
| 349 | 330 | var tree = new YAHOO.widget.TreeView("arvore",propriedades); | ... | ... |