Magellan Linux

Diff of /alx-src/branches/alx-web-070/show.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7139 by niro, Tue Sep 15 08:32:07 2015 UTC revision 7140 by niro, Tue Sep 15 08:33:39 2015 UTC
# Line 176  function openabs($heading, $helpfile='') Line 176  function openabs($heading, $helpfile='')
176   {   {
177   echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/minus.gif" title="CLOSE" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>';   echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/minus.gif" title="CLOSE" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>';
178   if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';   if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';
179   echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">';   echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">';
180   }   }
181   else   else
182   {   {
# Line 192  function closeabs() Line 192  function closeabs()
192   echo '</div><br>';   echo '</div><br>';
193  }  }
194    
   
195  // ANZEIGEN  // ANZEIGEN
196    
197  function parsearr($name, $arr, $del=false, $wireless=false)  function parsearr($name, $arr, $del=false, $wireless=false)
# Line 208  function parsearr($name, $arr, $del=fals Line 207  function parsearr($name, $arr, $del=fals
207   foreach($arr as $k=>$v)   foreach($arr as $k=>$v)
208   {   {
209   if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue;   if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue;
210    
211   $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k];   $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k];
212   $k = str_replace('wireless_', '', $k);   $k = str_replace('wireless_', '', $k);
213   $k2 = $k;   $k2 = $k;
# Line 310  function parsearrs($name, $arr) Line 309  function parsearrs($name, $arr)
309   act = 2;   act = 2;
310   }   }
311   }   }
   
312   if(senden) sendopenclose(nummer,act);   if(senden) sendopenclose(nummer,act);
313   }   }
314    

Legend:
Removed from v.7139  
changed lines
  Added in v.7140