Commit e517234c7542d1e8d16114051ab9b673251da6d8
1 parent
a458ed8e
Exists in
master
and in
7 other branches
Adaptação para dicionário
Showing
1 changed file
with
6 additions
and
9 deletions
Show diff stats
admin/html/ogcws.html
... | ... | @@ -15,6 +15,7 @@ body { |
15 | 15 | </style> |
16 | 16 | |
17 | 17 | <script type="text/javascript" src="../js/core.js"></script> |
18 | +<script type="text/javascript" src="../dicionario/ogcws.js"></script> | |
18 | 19 | <script src="../js/ogcws.js" type="text/javascript"></script> |
19 | 20 | <link rel="stylesheet" type="text/css" href="admin.css"> |
20 | 21 | </head> |
... | ... | @@ -24,23 +25,18 @@ body { |
24 | 25 | <div class="mascaraPrincipal" id="divGeral"> |
25 | 26 | <div id=cabecalhoPrincipal></div> |
26 | 27 | <h1> |
27 | - Administração do i3geo - Web Services OGC <img | |
28 | + {{{ogcws}}} <img | |
28 | 29 | id=botaoAjuda src="../imagens/04.png" style="cursor: pointer" /> |
29 | 30 | </h1> |
30 | 31 | <div id="formulario" style="display: none"> |
31 | 32 | <div id="ajuda"> |
32 | - <div class="hd">Ajuda</div> | |
33 | + <div class="hd">{{{ajuda}}}</div> | |
33 | 34 | <div class="bd" style="height: 144px; overflow: auto"> |
34 | - <p>Este formulário permite alterar as | |
35 | - configurações de contato do gerador de Web Services | |
36 | - | |
37 | - <p>As mudanças incluídas aqui afetam o programa | |
38 | - i3geo/ogc.php e são armazenadas em | |
39 | - i3geo/aplicmpa/ogcws.map | |
35 | + {{{txtAjuda}}} | |
40 | 36 | </div> |
41 | 37 | <div class="ft"></div> |
42 | 38 | </div> |
43 | - <p>Parâmetros obtidos do mapfile:</p> | |
39 | + {{{parametros}}} | |
44 | 40 | <b><span id=mapfile style="color: navy"></span></b><br> <br> |
45 | 41 | <div id="tabela" style="left: -5px;"></div> |
46 | 42 | </div> |
... | ... | @@ -90,6 +86,7 @@ body { |
90 | 86 | locaplic : "../.." |
91 | 87 | }; |
92 | 88 | // |
89 | + core_parseMustacheBody(i3GEOadmin.ogcws.dicionario); | |
93 | 90 | cabecalhoGeral("cabecalhoPrincipal", ""); |
94 | 91 | temp = function() { |
95 | 92 | document.getElementById("formulario").style.display = "block"; | ... | ... |