diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-11 02:09:22 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-11 02:09:22 +0000 |
commit | 7f1b26bc1bbdf1873ad18c28b033e1962c01ba42 (patch) | |
tree | 3448a00f30e1ceb176f4aa8766a55395788b8577 /usr/local/www | |
parent | 5d9f9191f414c968674f03123d912389e36e2c98 (diff) | |
download | pfsense-7f1b26bc1bbdf1873ad18c28b033e1962c01ba42.zip pfsense-7f1b26bc1bbdf1873ad18c28b033e1962c01ba42.tar.gz |
Cleanup form a bit.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/services_wol.php | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php index ee40cbb..f6a87d9 100755 --- a/usr/local/www/services_wol.php +++ b/usr/local/www/services_wol.php @@ -109,6 +109,9 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <form action="services_wol.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> + <tr> + <td colspan="2" valign="top" class="listtopic">Wake on LAN</td> + </tr> <tr> <td width="22%" valign="top" class="vncellreq">Interface</td> <td width="78%" class="vtable"> @@ -136,14 +139,9 @@ include("head.inc"); </td> </tr> </table> - <span class="vexpl"><span class="red"><strong>Note:<br> - </strong></span>This service can be used to wake up (power on) computers by sending special "Magic Packets". The NIC in the computer that is to be woken up must support Wake on LAN and has to be configured properly (WOL cable, BIOS settings). </span><br> - <br> - You may store MAC addresses below for your convenience. -Click the MAC address to wake up a computer. <br> - <br> -You also can wake all clients at once: <a href="services_wol.php?wakeall=true"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_wol_all.gif" width="17" height="17" border="0"></a><br> <br> +Wake all clients at once: <a href="services_wol.php?wakeall=true"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_wol_all.gif" width="17" height="17" border="0"></a><p/> +Or Click the MAC address to wake up an individual device: <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="15%" class="listhdrr">Interface</td> @@ -196,6 +194,14 @@ You also can wake all clients at once: <a href="services_wol.php?wakeall=true">< </tr> </table> + <span class="vexpl"> + <span class="red"> + <strong> + Note:<br> + </strong> + </span>This service can be used to wake up (power on) computers by sending special "Magic Packets". The NIC in the computer that is to be woken up must support Wake on LAN and has to be configured properly (WOL cable, BIOS settings). + </span> + </form> <?php include("fend.inc"); ?> </body> |