Magellan Linux

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

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

revision 8526 by niro, Mon Feb 8 10:02:20 2016 UTC revision 8527 by niro, Mon Feb 8 10:03:43 2016 UTC
# Line 109  echo '</form>'; Line 109  echo '</form>';
109    
110  echo '<table border="1" id="mytab">';  echo '<table border="1" id="mytab">';
111  echo '<thead><tr style="font-weight:bold;background-color:#d5e5ff"><th>edit</th><th colspan=3>serial</th><th width=170>hostname</th><th width=100>ip</th><th width=100>mac</th><th width=100>last connected</th>';  echo '<thead><tr style="font-weight:bold;background-color:#d5e5ff"><th>edit</th><th colspan=3>serial</th><th width=170>hostname</th><th width=100>ip</th><th width=100>mac</th><th width=100>last connected</th>';
112  //always enable showversion atm  echo '<th colspan=2>version</th>';
 $showversion = "on";  
 if($showversion=='on') echo '<th colspan=2>version</th>';  
113  echo '<th width=100>boot</th>';  echo '<th width=100>boot</th>';
114  echo '<th width=150>up/down</th></tr></thead><tbody>';  echo '<th width=150>up/down</th></tr></thead><tbody>';
115    

Legend:
Removed from v.8526  
changed lines
  Added in v.8527