en_index.html 1.63 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="el-gr" lang="el-gr" >

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css.css" />
<title>WiSmart Wireless Settings</title>
</head>
 
<body>
<div>
<img class="logo"src="logo.png" alt="logo" />
<div class="cleaner"></div>
</div>

<div id="header">
<div class="bigFont">WiSmart Wireless Settings</div>
</div>

<div id="menu">
	<div class="menuItem"><a href="en_index.html">Home</a></div>
	<div class="menuItem"><a href="en_client.html">Client mode configuration (Manual)</a></div>
	<div class="cleaner"></div>
</div>

<div id="main">

	<div style="margin:auto;font-size:100%;color:black;width:400px;">
		<div style="width:400px;padding-bottom:5px;color:rgb(55,49,36);font-size:150%;">Registry Configuration:</div> 
		<div style="width:150px;float:left;color:rgb(55,49,36);">Mode:</div><div style="width:250px;float:left;color:black;">$_DYNAMIC[WIFI_MODE]</div><div style="clear:both;"></div>
		<div style="width:150px;float:left;color:rgb(55,49,36);">Network Name:</div><div style="width:250px;float:left;color:black;">$_DYNAMIC[WIFI_SSID]</div><div style="clear:both;"></div>
		<div style="width:150px;float:left;color:rgb(55,49,36);">Passphrase:</div><div style="width:250px;float:left;color:black;">$_DYNAMIC[WIFI_PASSPHRASE]</div><div style="clear:both;"></div>
	</div>

</div>
	
<div id="footer">
<div class="medFont">Copyright&copy;2013</div>

</div>


</body>
</html>