Holger Knublauch

Added DatePicker to download DDR page

<html>
<head>
<title>ReportingHub - Download DDR</title>
<link href="lib/reportinghub/reportinghub.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="lib/rh/rh.css" />
<link rel="stylesheet" type="text/css" href="lib/rh/jquery/jquery-ui.css" />
<script type="text/javascript" src="lib/rh/jquery/jquery.js"></script>
<script type="text/javascript" src="lib/rh/jquery/jquery-ui.js"></script>
</head>
<body>
......@@ -9,7 +14,12 @@
<h3>Download a Daily Drilling Report</h3>
<p>
TODO
Date: <input type="text" id="datepicker" />
<script>
$(function() {
$("#datepicker").datepicker();
});
</script>
</p>
</body>
</html>
\ No newline at end of file
......
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
<html>
<head>
<title>ReportingHub - Upload DDR</title>
<link href="lib/reportinghub/reportinghub.css" rel="stylesheet" type="text/css" />
<link href="lib/rh/rh.css" rel="stylesheet" type="text/css" />
</head>
<body>
......