template_mst.html 1.1 KB
<style>
.yui-button#i3GEOFwkt2layerShp button {
	background: url('../imagens/gisicons/shape.png') 5% 50% no-repeat;
	width: 200px;
}

.yui-button#i3GEOFwkt2layerInterno button {
	background: url('../imagens/gisicons/layer-vector-create.png') 5% 50%
		no-repeat;
	width: 200px;
}
</style>
<div style='margin-left: 5px'>
	<p class='paragrafo'>
		<b>WKT: </b>
	</p>
	<p class='paragrafo'>
		<textarea id='i3GEOFwkt2layerWkt' cols='30' rows='3'>
			{{{wkt}}} </textarea>
	</p>
	<br>
	<p class='paragrafo'>{{{nometema}}}</p>
	<div class='i3geoForm i3geoFormIconeEdita'>
		<input type='text' value='' title='' id='i3GEOFwkt2layerTitulo' />
	</div>
	<br>
	<p class='paragrafo'>{{{shapefile}}}</p>
	<p class='paragrafo'>
		<input id='i3GEOFwkt2layerShp' type='button' value='Shape File' />
	</p>
	<br>
	<p class='paragrafo'>{{{feature}}}</p>

	<p class='paragrafo'>
		<input id='i3GEOFwkt2layerInterno' type='button' value='Feature' />
	</p>
	<br><p class='paragrafo'>{{{texto}}}</p>
	<div class='i3geoForm i3geoFormIconeEdita'>
		<input type='text' value='{{{valortexto}}}' title='' id='i3GEOFwkt2layerTexto' />
	</div>
	<br><br>
</div>