Magellan Linux

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

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

revision 8531 by niro, Mon Feb 8 10:37:04 2016 UTC revision 8553 by niro, Mon Feb 8 14:05:46 2016 UTC
# Line 419  echo '</td><td valign=top>'; Line 419  echo '</td><td valign=top>';
419   else   else
420   echo '<input class="but" type=button value="WAKE ON LAN" style="width:150px" onclick="if(confirm(\'WAKE CLIENT #'.$id.' ?\')) window.open(\'wake_on_lan.php?mac='.$data['client_serials']['mac'].'\', \'WakeWin\', \'width=200,height=100\')"><br>';   echo '<input class="but" type=button value="WAKE ON LAN" style="width:150px" onclick="if(confirm(\'WAKE CLIENT #'.$id.' ?\')) window.open(\'wake_on_lan.php?mac='.$data['client_serials']['mac'].'\', \'WakeWin\', \'width=200,height=100\')"><br>';
421    
422     // print version info
423     $version = file_get_contents('.VERSION', FILE_USE_INCLUDE_PATH);
424     echo '<br><br><font size="1">v'.$version.'</font>';
425    
426  echo '</td></tr></table>';  echo '</td></tr></table>';
427  echo '</form>';  echo '</form>';
428  ?>  ?>

Legend:
Removed from v.8531  
changed lines
  Added in v.8553