Commit 3495c87a47275c50cd34976d1b8c12a8f607492c
1 parent
591fa3a5
Exists in
master
and in
7 other branches
Novo template para apresentação da legenda com opções de edição
Showing
1 changed file
with
53 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,53 @@ | @@ -0,0 +1,53 @@ | ||
1 | +<!-- | ||
2 | +[leg_layer_html opt_flag=1] | ||
3 | + </div> | ||
4 | + <div style='display:block;float:left;padding-top: 5px;' id='legendaLayer_[leg_layer_name]' > | ||
5 | + [if name=TEMA oper=neq value=NAO] | ||
6 | + <table [if name=CLASSE oper=eq value=NAO] style=display:none; [/if] > | ||
7 | + <tr><td style=text-align:left > | ||
8 | + <img style='position:relative;top:3px;' class='i3GEOLegendaExcluiTema' onclick='i3GEO.mapa.legendaHTML.escondeTema("[leg_layer_name]")' title="Esconde" src="../imagens/oxygen/16x16/edit-delete.png" > | ||
9 | + <b><span class=legendaTema ><input value="[leg_layer_name]" name="layer" onclick="i3GEO.mapa.legendaHTML.ativaDesativaTema(this)" type=checkbox checked class=inputsb style=opacity:0.3;cursor:pointer;position:relative;top:2px;left:2px; > [metadata name=TEMA]</span></b><br> </td> | ||
10 | + </tr> | ||
11 | + [if name=legendawms oper=isset ] | ||
12 | + <tr><td style=text-align:left ><img src='[metadata name=legendawms]' /></td></tr> | ||
13 | + [/if] | ||
14 | + [if name=legendaimg oper=isset ] | ||
15 | + <tr><td style=text-align:left ><img src='[metadata name=legendaimg]' /></td></tr> | ||
16 | + [/if] | ||
17 | + </table> | ||
18 | + [/if] | ||
19 | +[/leg_layer_html] | ||
20 | + | ||
21 | +[leg_class_html] | ||
22 | +<table style=margin-top:5px;position:relative;left:22px; > | ||
23 | + [if name=legendaimg oper=isnull ] | ||
24 | + [if name=CLASSE oper=neq value=NAO] | ||
25 | + <tr> | ||
26 | + <td style=width:20px;text-align:left; ><input type=checkbox CHECKED title=liga/desliga class=inputsb style='border: 0px solid red;cursor:pointer;opacity:0.3;' value=[leg_class_index] name=[leg_layer_name] id='legendack_[leg_layer_name]_[leg_class_index]' onclick='i3GEO.arvoreDeCamadas.inverteStatusClasse(this)' /> | ||
27 | + </td> | ||
28 | + <td style=text-align:left > | ||
29 | + [if name=layer_type oper=eq value=0] | ||
30 | + <img src=[leg_icon width=30 height=30 ] /> | ||
31 | + [/if] | ||
32 | + [if name=layer_type oper=eq value=1] | ||
33 | + <img src=[leg_icon width=30 height=16 ] /> | ||
34 | + [/if] | ||
35 | + [if name=layer_type oper=eq value=2] | ||
36 | + <img src=[leg_icon width=30 height=16 ] /> | ||
37 | + [/if] | ||
38 | + [if name=layer_type oper=eq value=3] | ||
39 | + <img src=[leg_icon width=30 height=16 ] /> | ||
40 | + [/if] | ||
41 | + [if name=layer_type oper=eq value=8] | ||
42 | + <img src=[leg_icon width=30 height=16 ] /> | ||
43 | + [/if] | ||
44 | + </td> | ||
45 | + <td style="text-align:left;width:195px" ><span style="font-size:11px;position:relative;left:2px;" >[leg_class_name]</span></td> | ||
46 | + </tr> | ||
47 | + [/if] | ||
48 | + [/if] | ||
49 | +</table> | ||
50 | + | ||
51 | + | ||
52 | +[/leg_class_html] | ||
53 | +--> |