template_mst.html
3.94 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='i3GEOgradedehexresultado'></div>
<div id='i3GEOgradedehexfim'></div>
</div>
<!-- telas do ajudante -->
<script id="i3GEOgradedehexT0" 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='i3GEOgradedehexProj' type="checkbox">
<span class="checkbox-material noprint">
<span class="check"></span>
</span>
{{{projMercator}}}
</label>
</div>
</script>
<script id="i3GEOgradedehexT1a" type="x-tmpl-mustache">
<h5>{{{distancia}}}</h5>
<div class='form-group label-fixed condensed'>
<label class="control-label" for="i3GEOgradedehexxg">{{{metros}}} X</label>
<input class="form-control input-lg" type='text' id='i3GEOgradedehexxg' value='100000' />
</div>
<div class='form-group label-fixed condensed'>
<label class="control-label" for="i3GEOgradedehexyg">{{{metros}}} Y</label>
<input class="form-control input-lg" type='text' id='i3GEOgradedehexyg' value='100000' />
</div>
</script>
<script id="i3GEOgradedehexT1b" 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='i3GEOgradedehexxg' value='1' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexxm' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexxs' 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='i3GEOgradedehexyg' value='1' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexym' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexys' value='00.00' title='segundo' />
</div>
</script>
<script id="i3GEOgradedehexT2" 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='i3GEOgradedehexixg' value='00' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexixm' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexixs' 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='i3GEOgradedehexiyg' value='00' title='grau' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexiym' value='00' title='minuto' />
<input style="display: inline; width: 100px;" class="form-control input-lg" type='text' id='i3GEOgradedehexiys' value='00.00' title='segundo' />
</div>
</script>
<script id="i3GEOgradedehexT3" 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='i3GEOgradedehexnptx' 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='i3GEOgradedehexnpty' value='10' />
</div>
</script>
<script id="i3GEOgradedehexT4" type="x-tmpl-mustache">
<button onclick="i3GEOF.gradeDeHex.criaGrade()" class='btn btn-primary btn-sm btn-raised'>{{{criaGrade}}}</button>
</script>