template_mst.html
4.03 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<div class='container-fluid customScrollBar'>
<div id='i3GEOgradedepontosresultado'></div>
<div id='i3GEOgradedepontosfim'></div>
</div>
<!-- telas do ajudante -->
<script id="i3GEOgradedepontosT0" type="x-tmpl-mustache">
<img class="img-rounded pull-left" style="margin: 5px;" src='{{{locaplic}}}/ferramentas/gradepol/exemplo.png' />
<h5>{{{ajuda}}}</h5>
<h5>{{{ajuda2}}}</h5>
<h5>{{{ajuda3}}}</h5>
<div class="checkbox text-left">
<label>
<input id='i3GEOgradedepontosProj' type="checkbox">
<span class="checkbox-material noprint">
<span class="check"></span>
</span>
{{{projMercator}}}
</label>
</div>
</script>
<script id="i3GEOgradedepontosT1a" type="x-tmpl-mustache">
<h5>{{{distancia}}}</h5>
<div class='form-group label-fixed condensed'>
<label class="control-label" for="i3GEOgradedepontosxg">{{{metros}}} X</label>
<input class="form-control input-lg" type='text' id='i3GEOgradedepontosxg' value='100000' />
</div>
<div class='form-group label-fixed condensed'>
<label class="control-label" for="i3GEOgradedepontosyg">{{{metros}}} Y</label>
<input class="form-control input-lg" type='text' id='i3GEOgradedepontosyg' value='100000' />
</div>
</script>
<script id="i3GEOgradedepontosT1b" type="x-tmpl-mustache">
<h5>{{{distancia}}} {{{grau}}} - {{{minuto}}} - {{{segundo}}}</h5>
<h5>X</h5>
<div class="form-group condensed">
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosxg' value='1' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosxm' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosxs' value='00.00' title='segundo' />
</div>
<h5>Y</h5>
<div class="form-group condensed">
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosyg' value='1' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosym' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosys' value='00.00' title='segundo' />
</div>
</script>
<script id="i3GEOgradedepontosT2" type="x-tmpl-mustache">
<h5>{{{coord}}} {{{grau}}} - {{{minuto}}} - {{{segundo}}}</h5>
<h5>X</h5>
<div class="form-group condensed">
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosixg' value='00' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosixm' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosixs' value='00.00' title='segundo' />
</div>
<h5>Y</h5>
<div class="form-group condensed">
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosiyg' value='00' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosiym' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedepontosiys' value='00.00' title='segundo' />
</div>
</script>
<script id="i3GEOgradedepontosT3" type="x-tmpl-mustache">
<h5>{{{numero}}}</h5>
<div class='form-group label-fixed condensed' >
<label class="control-label" for="">X</label>
<input class="form-control input-lg" type='text' id='i3GEOgradedepontosnptx' value='10' />
</div>
<div class='form-group label-fixed condensed' >
<label class="control-label" for="">Y</label>
<input class="form-control input-lg" type='text' id='i3GEOgradedepontosnpty' value='10' />
</div>
</script>
<script id="i3GEOgradedepontosT4" type="x-tmpl-mustache">
<button onclick="i3GEOF.gradeDePontos.criaGrade()" class='btn btn-primary btn-sm btn-raised'>{{{criaGrade}}}</button>
</script>