<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>vision</title>
<base href="http://localhost/rw/vision/"/>
</head>
<body>
<div class="state">
<form id="restart" method="post" action="?action=restart">
<input name="name" value="camera name" type="text"/>
</form>
<form id="flash-led" method="post" action="?action=flash-led">
<input name="name" value="camera name" type="text"/>
</form>
<form id="set-state" method="post" action="?action=set-state">
<input name="name" value="camera name" type="text"/>
<input name="state" value="camera state" type="text"/>
</form>
<form id="refresh" method="post" action="?action=refresh"> </form>
<form id="set-hostname" method="post" action="?action=set-hostname">
<input name="name" value="camera name" type="text"/>
<input name="host" value="host name" type="text"/>
</form>
<form id="set-dhcp" method="post" action="?action=set-dhcp">
<input name="name" value="camera name" type="text"/>
</form>
<form id="set-dns-settings" method="post" action="?action=set-dns-settings">
<input name="name" value="camera name" type="text"/>
<input name="dns-server" value="dns server value" type="text"/>
<input name="dns-suffix" value="dns suffix name" type="text"/>
</form>
<form id="set-cameraname" method="post" action="?action=set-cameraname">
<input name="index" value="camera index" type="text"/>
<input name="name" value="camera name" type="text"/>
</form>
<form id="set-user-credential" method="post" action="?action=set-user">
<input name="index" value="camera index" type="text"/>
<input name="user" value="user name" type="text"/>
<input name="password" value="password" type="text"/>
</form>
<form id="set-ip-settings" method="post" action="?action=set-ip-settings">
<input name="name" value="camera name" type="text"/>
<input name="address" value="ip address" type="text"/>
<input name="netmask" value="subnetmask value" type="text"/>
<input name="gateway" value="gateway value" type="text"/>
</form>
</div>
</body>
</html>