HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=C3F563F83B2E3DF38C87055FC1BE2274; Path=/GanttView/; HttpOnly
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-GB
Content-Length: 2069
Date: Fri, 15 Apr 2016 12:05:49 GMT




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>

<link href="/GanttView/resources/css/jquery-ui-1.10.4.custom.css;jsessionid=C3F563F83B2E3DF38C87055FC1BE2274"
	rel="stylesheet" />
<link href="/GanttView/resources/css/Main.css;jsessionid=C3F563F83B2E3DF38C87055FC1BE2274" rel="stylesheet" />
<link href="/GanttView/resources/css/bootstrap.min.css;jsessionid=C3F563F83B2E3DF38C87055FC1BE2274"
	rel="stylesheet" />

<script src="/GanttView/resources/js/jquery-1.8.2.js;jsessionid=C3F563F83B2E3DF38C87055FC1BE2274"></script>
<script src="/GanttView/resources/js/jquery-ui-1.10.4.custom.js;jsessionid=C3F563F83B2E3DF38C87055FC1BE2274"></script>
<script src="/GanttView/resources/js/Utility.js;jsessionid=C3F563F83B2E3DF38C87055FC1BE2274"></script>
<script src="/GanttView/resources/js/DatePicker.js;jsessionid=C3F563F83B2E3DF38C87055FC1BE2274"></script>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

</head>
<body class="container">


	<div class="box">
		<h1>Scheduler</h1>
	</div>
	<div id="datepicker3"></div>
	<div class="ChooseDates_Wrapper">

		<form id="command" action="/GanttView/Demand" method="Post">
			<table class="table">
				<tr>
					<td>From date</td>
					<td><input id="datepicker" name="fromdate" type="text" value=""/></td>
				</tr>
				<tr>
					<td>To date</td>
					<td><input id="datepicker1" name="todate" type="text" value=""/></td>
				</tr>
				<tr>
					<td colspan="2" align="center"><input type="submit"
						value="Submit" /></td>
				</tr>

			</table>
		</form>

		<form id="command" action="/GanttView/Capacity" method="Get">
			<input type="submit" value="fill Capacity" />
		</form>
		<form id="command" action="/GanttView/itemtraveller/" method="Get">
			<input type="submit" value="Item Traveller" />
		</form>
	</div>

</body>
</html>