template_mst.html
2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<div style='padding: 5px'>
<p class='paragrafo'>{{{ajuda}}}:</p>
<textarea id='i3GEOmostraExtenatual' rows='3' cols='50'></textarea>
<p class='paragrafo'>{{{digitaCoord}}}:</p>
<br><p class='paragrafo'>{{{longW}}}:</p>
<div class='i3geoForm100 i3geoFormIconeLongitude' style='float: left;'>
<input type='text' id='i3GEOmostraExtenxg' value='-00' />
</div>
<div class='i3geoForm100 i3geoFormIconeMinuto'
style='float: left; margin-left: 5px; margin-right: 5px;'>
<input type='text' id='i3GEOmostraExtenxm' value='00' />
</div>
<div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'>
<input type='text' id='i3GEOmostraExtenxs' value='0.0' />
</div>
<br><p class='paragrafo'>{{{latS}}}:</p>
<div class='i3geoForm100 i3geoFormIconeLatitude' style='float: left;'>
<input type='text' id='i3GEOmostraExtenyg' value='-00' />
</div>
<div class='i3geoForm100 i3geoFormIconeMinuto'
style='float: left; margin-left: 5px; margin-right: 5px;'>
<input type='text' id='i3GEOmostraExtenym' value='00' />
</div>
<div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'>
<input type='text' id='i3GEOmostraExtenys' value='0.0' />
</div>
<br><p class='paragrafo'>{{{longE}}}:</p>
<div class='i3geoForm100 i3geoFormIconeLongitude' style='float: left;'>
<input type='text' id='i3GEOmostraExtenxxg' value='-00' />
</div>
<div class='i3geoForm100 i3geoFormIconeMinuto'
style='float: left; margin-left: 5px; margin-right: 5px;'>
<input type='text' id='i3GEOmostraExtenxxm' value='00' />
</div>
<div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'>
<input type='text' id='i3GEOmostraExtenxxs' value='0.0' />
</div>
<br><p class='paragrafo'>{{{latN}}}:</p>
<div class='i3geoForm100 i3geoFormIconeLatitude' style='float: left;'>
<input type='text' id='i3GEOmostraExtenyyg' value='-00' />
</div>
<div class='i3geoForm100 i3geoFormIconeMinuto'
style='float: left; margin-left: 5px; margin-right: 5px;'>
<input type='text' id='i3GEOmostraExtenyym' value='00' />
</div>
<div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'>
<input type='text' id='i3GEOmostraExtenyys' value='0.0' />
</div>
<br>
<p class='paragrafo'>
<input id='i3GEOmostraExtenbotao1' type='button' size='14'
value='{{{aplica}}}' />
</p>
</div>