Commit b368926ede3aa2608c82e8569b5429356dd0ccf5
1 parent
4b0c8896
Exists in
master
and in
7 other branches
Correção do código
Showing
1 changed file
with
0 additions
and
23 deletions
Show diff stats
ferramentas/upload/template_mst.html
... | ... | @@ -1,23 +0,0 @@ |
1 | -<fieldset class='subbloco'> | |
2 | - <p class='paragrafo'>{{{tipoGeom}}}:</p> | |
3 | - <div class='styled-select'> | |
4 | - <select id='tipo' name='tipo'> | |
5 | - <option value=''>{{{naoConhecido}}}</option> | |
6 | - <option value='1'>{{{pontual}}}</option> | |
7 | - <option value='5'>{{{poligonal}}}</option> | |
8 | - <option value='3'>{{{linear}}}</option> | |
9 | - </select> | |
10 | - </div> | |
11 | - <br> | |
12 | - <p class='paragrafo'>{{{projecao}}}:</p> | |
13 | - <div id='i3GEOuploadListaepsg' width='98%' style='text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 60px'></div> | |
14 | -</fieldset> | |
15 | -<fieldset class='subbloco'> | |
16 | - <p class='paragrafo'> | |
17 | - <input id='i3GEOuploadbotao1' type='button' value='{{{envia}}}' size='12' name='submit'> | |
18 | - <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
19 | - <input type='hidden' name='MAX_FILE_SIZE' value='1000000'> | |
20 | - </form> | |
21 | - <p class='paragrafo' style='color: red'>{{{ajudaCaracter}}}</p> | |
22 | - <iframe name='i3GEOuploadiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
23 | -</fieldset> | |
24 | 0 | \ No newline at end of file |