Magellan Linux

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

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

revision 3347 by niro, Wed Feb 1 10:54:50 2012 UTC revision 3348 by niro, Wed Feb 8 13:03:11 2012 UTC
# Line 114  echo '</form>'; Line 114  echo '</form>';
114    
115  echo '<table border="1" id="mytab">';  echo '<table border="1" id="mytab">';
116  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>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>last connected</th>';
117    //always enable showversion atm
118    $showversion = "on";
119  if($showversion=='on') echo '<th colspan=2>version</th>';  if($showversion=='on') echo '<th colspan=2>version</th>';
120  echo '<th width=150>up/down</th></tr></thead><tbody>';  echo '<th width=150>up/down</th></tr></thead><tbody>';
121    

Legend:
Removed from v.3347  
changed lines
  Added in v.3348