download-ddr.swp
607 Bytes
<html>
<head>
<title>ReportingHub - Download DDR</title>
<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>
<rhswp:Header />
<h3>Download a Daily Drilling Report</h3>
<p>
Date: <input type="text" id="datepicker" />
<script>
$(function() {
$("#datepicker").datepicker();
});
</script>
</p>
</body>
</html>