Ejemplo n.º 1
0
?>
<table width="100%">
<th><?php 
echo _("Description");
?>
</th>
<th><?php 
echo _("Type");
?>
</th>
<th><?php 
echo _("Notes");
?>
</th>
<?php 
$data = Wireless::get_network_data($conn, $ssid, $sensor);
?>
<tr>
	<td valign=top><textarea cols=40 rows=3 name="desc"><?php 
echo $data["description"];
?>
</textarea></td>
	<td valign=top><select name="type">
	<option value="Un-Trusted"<?php 
if ($data["type"] == "Un-Trusted") {
    echo " selected";
}
?>
>Un-Trusted
	<option value="Trusted"<?php 
if ($data["type"] == "Trusted") {