Magellan Linux

Diff of /alx-src/tags/alx-web-0_7_0_20171218_1/index.php

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

revision 7122 by niro, Fri Sep 11 15:24:49 2015 UTC revision 7123 by niro, Fri Sep 11 15:25:31 2015 UTC
# Line 171  foreach($comps as $c) Line 171  foreach($comps as $c)
171   if($alxver == '') $alxver='unknown';   if($alxver == '') $alxver='unknown';
172   if($alxutils == '') $alxutils='unknown';   if($alxutils == '') $alxutils='unknown';
173    
174         echo '<td>'.$alxver.'</td>';   echo '<td>'.$alxver.'</td>';
175         echo '<td>'.$alxutils.'</td>';   echo '<td>'.$alxutils.'</td>';
176   }   }
177    
178   echo '<td>';   echo '<td>';
# Line 186  foreach($comps as $c) Line 186  foreach($comps as $c)
186   else echo '<input type=button style="width:100%" value="WOL" onclick="if(confirm(\'WAKE CLIENT #'.$c['serial'].' ?\')) window.open(\'wake_on_lan.php?mac='.$c['mac'].'\', \'WakeWin\', \'width=200,height=100\')">';   else echo '<input type=button style="width:100%" value="WOL" onclick="if(confirm(\'WAKE CLIENT #'.$c['serial'].' ?\')) window.open(\'wake_on_lan.php?mac='.$c['mac'].'\', \'WakeWin\', \'width=200,height=100\')">';
187   echo '</td>';   echo '</td>';
188    
189   echo '</tr>';   echo '</tr>';
190  }  }
191  echo '</tbody></table><br>';  echo '</tbody></table><br>';
192    

Legend:
Removed from v.7122  
changed lines
  Added in v.7123