template_mst.html
1.1 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
<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>