Commit 805424cdd32e113ff16826e6cc1baf15e0020177
1 parent
36c134e6
Exists in
master
and in
7 other branches
Implementação do Mustache
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
ferramentas/legenda/template_mst.html
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | </div> |
78 | 78 | </td> |
79 | 79 | <td> |
80 | - <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.legenda.corj({{{asp}}}i3GEOlegendaacori{{{asp}}})' /> | |
80 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.legenda.corj({{{asp}}}i3GEOlegendaacori{{{asp}}})' /> | |
81 | 81 | </td> |
82 | 82 | <td>{{{ate}}}:</td> |
83 | 83 | <td> |
... | ... | @@ -86,7 +86,7 @@ |
86 | 86 | </div> |
87 | 87 | </td> |
88 | 88 | <td> |
89 | - <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.legenda.corj({{{asp}}}i3GEOlegendaacorf{{{asp}}})' /> | |
89 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.legenda.corj({{{asp}}}i3GEOlegendaacorf{{{asp}}})' /> | |
90 | 90 | </td> |
91 | 91 | <td> |
92 | 92 | <input id='i3GEOlegendabotao4' type='button' size='15' value='{{{aplica}}}' title='{{{aplicaVariaCores}}}' /> |
... | ... | @@ -228,12 +228,12 @@ |
228 | 228 | <div id='i3GEOlegendaguia5obj' style='width: 99%; text-align: left;'> |
229 | 229 | <p class='paragrafo'> |
230 | 230 | {{{geraSLD}}} |
231 | - <a href='http://mapserver.org/ogc/sld.html#sld' target='_blank'>Mapserver SLD</a> | |
231 | + <a href='http://mapserver.org/ogc/sld.html#sld' target='_blank'> Mapserver SLD </a> | |
232 | 232 | {{{ajudaSLD}}} |
233 | 233 | <p class='paragrafo'> |
234 | 234 | <input id='i3GEOlegendabotaoSLDe' size='25' type='button' value='{{{exportaSLD}}}' /> |
235 | 235 | </p> |
236 | - <p class='paragrafo'>{{{msgAplicaSLD',i3GEOF.legenda.dicionario) | |
236 | + <p class='paragrafo'>{{{msgAplicaSLD}}} | |
237 | 237 | <p class='paragrafo'> |
238 | 238 | <input id='i3GEOlegendabotaoSLDi' size='25' type='button' value='{{{aplicaSLD}}}' /> |
239 | 239 | </p> | ... | ... |