Magellan Linux

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

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

revision 7110 by niro, Wed Sep 9 08:43:18 2015 UTC revision 7111 by niro, Fri Sep 11 10:28:06 2015 UTC
# Line 7  include('include/common-functions.php'); Line 7  include('include/common-functions.php');
7  include('include/current-problems.php');  include('include/current-problems.php');
8    
9  $tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'client_version', 'cfg_plugins');  $tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'client_version', 'cfg_plugins');
10  $multi= array(    0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1);  $multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1);
11  $data = array();  $data = array();
12    
13    
# Line 332  function parsearr($name, $arr, $del=fals Line 332  function parsearr($name, $arr, $del=fals
332   $v='unichrome';   $v='unichrome';
333   }   }
334   }   }
335    
336   # tell something about vesa   # tell something about vesa
337   if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>';   if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>';
338    
   
339   if(is_array($d))   if(is_array($d))
340   {   {
341   echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">';   echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">';
# Line 375  function parsearr($name, $arr, $del=fals Line 374  function parsearr($name, $arr, $del=fals
374    
375   if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true);   if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true);
376  }  }
377    
378  function parsearrs($name, $arr)  function parsearrs($name, $arr)
379  {  {
380   foreach($arr as $k=>$a)   foreach($arr as $k=>$a)

Legend:
Removed from v.7110  
changed lines
  Added in v.7111