Commit e38fde5939d120e7c0bccb3f12d230a8baea4682
1 parent
a97a182c
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
13 additions
and
2 deletions
Show diff stats
aplicmap/legenda2.htm
1 | -[leg_layer_html opt_flag=1][if name=TEMA oper=neq value=NAO][/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table><tr><td style=text-align:left colspan=2 width=42><input type=checkbox checked title=liga/desliga class=inputsb style='border: 0px solid red;cursor:pointer' value=[leg_class_index] name=[leg_layer_name] onclick='i3GEO.arvoreDeCamadas.inverteStatusClasse(this)' /> <img src='[leg_icon width=16 height=16 ]' title='[leg_class_title]'/></td><td style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if][/leg_class_html] | |
2 | 1 | \ No newline at end of file |
2 | +[leg_layer_html opt_flag=1][if name=TEMA oper=neq value=NAO][/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table><tr><td style=text-align:left colspan=2 width=42><input type=checkbox checked title=liga/desliga class=inputsb style='border: 0px solid red;cursor:pointer' value=[leg_class_index] name=[leg_layer_name] onclick='i3GEO.arvoreDeCamadas.inverteStatusClasse(this)' /> <img src='[leg_icon]' title='[leg_class_title]'/></td><td style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if][/leg_class_html] | |
3 | 3 | \ No newline at end of file | ... | ... |
aplicmap/legenda6.htm
... | ... | @@ -24,7 +24,18 @@ |
24 | 24 | <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)' /> |
25 | 25 | </td> |
26 | 26 | <td style=text-align:left > |
27 | - <img src=[leg_icon width=16 height=16 ] /> | |
27 | + [if name=layer_type oper=eq value=0] | |
28 | + <img src=[leg_icon width=30 height=30 ] /> | |
29 | + [/if] | |
30 | + [if name=layer_type oper=eq value=1] | |
31 | + <img src=[leg_icon width=30 height=16 ] /> | |
32 | + [/if] | |
33 | + [if name=layer_type oper=eq value=2] | |
34 | + <img src=[leg_icon width=30 height=16 ] /> | |
35 | + [/if] | |
36 | + [if name=layer_type oper=eq value=3] | |
37 | + <img src=[leg_icon width=30 height=16 ] /> | |
38 | + [/if] | |
28 | 39 | </td> |
29 | 40 | <td style="text-align:left;width:195px" ><span style="font-size:9px;position:relative;left:2px;" >[leg_class_name]</span></td> |
30 | 41 | </tr> | ... | ... |