template_mst.html 3.94 KB
<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>