<?xml version="1.0" encoding="windows-1251"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true" /></head>
<card id="index" title="WAP WakeOnLAN">
 
 
<p>
<b>IP or host name</b> <br/><input type="text" name="ip" value=""/><br/>
<b>MAC</b> <br/><input type="text" name="mac" value=""/><br/>
<b>SecureOn password</b> <br/><input type="text" name="pass" value=""/><br/>
<do type="accept" label="Send" > 
        <go href="/"> 
		<postfield name="ip" value="$(ip)" /> 
		<postfield name="mac" value="$(mac)" /> 
		<postfield name="pass" value="$(pass)" /> 
		</go></do> </p>

