Commit fb9fc3e32fea0451e40920b9fdf96e21f296503d

Authored by Edmar Moretti
1 parent 4ac7e11f

Correção na legenda para mostrar imagens fixas

Showing 1 changed file with 23 additions and 21 deletions   Show diff stats
aplicmap/legenda8.htm
@@ -20,29 +20,31 @@ @@ -20,29 +20,31 @@
20 20
21 [leg_class_html] 21 [leg_class_html]
22 <table style=margin-top:5px;position:relative;left:22px; > 22 <table style=margin-top:5px;position:relative;left:22px; >
23 - [if name=CLASSE oper=neq value=NAO]  
24 - <tr>  
25 - <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)' />  
26 - </td>  
27 - <td style=text-align:left >  
28 - [if name=layer_type oper=eq value=0]  
29 - <img src=[leg_icon width=30 height=30 ] />  
30 - [/if]  
31 - [if name=layer_type oper=eq value=1]  
32 - <img src=[leg_icon width=30 height=16 ] />  
33 - [/if]  
34 - [if name=layer_type oper=eq value=2]  
35 - <img src=[leg_icon width=30 height=16 ] />  
36 - [/if]  
37 - [if name=layer_type oper=eq value=3]  
38 - <img src=[leg_icon width=30 height=16 ] />  
39 - [/if]  
40 - </td>  
41 - <td style="text-align:left;width:195px" ><span style="font-size:11px;position:relative;left:2px;" >[leg_class_name]</span></td>  
42 - </tr> 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 + </td>
  42 + <td style="text-align:left;width:195px" ><span style="font-size:11px;position:relative;left:2px;" >[leg_class_name]</span></td>
  43 + </tr>
  44 + [/if]
43 [/if] 45 [/if]
44 </table> 46 </table>
45 47
46 48
47 [/leg_class_html] 49 [/leg_class_html]
48 --->  
49 \ No newline at end of file 50 \ No newline at end of file
  51 +-->