gestion des demandes d'évolution pour le centre kalachakra non géré dans les module booking et opendons
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
1.1 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>jQuery Datepicker Core Demo</title>
<!-- Include jQuery -->
<script src="../scripts/jquery-1.2.1.pack.js" type="text/javascript" charset="utf-8"></script>
<script src="../../build/date.js" type="text/javascript" charset="utf-8"></script>
<!-- Include Core Datepicker JavaScript -->
<script src="datepicker_datejs.js" type="text/javascript" charset="utf-8"></script>
<!-- Attach the datepicker to dateinput after document is ready -->
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$("#dateinput").datepicker();
});
</script>
<!-- Include Core Datepicker Stylesheet -->
<link rel="stylesheet" href="datepicker.css" type="text/css" media="screen" title="core css file" charset="utf-8" />
</head>
<body>
<h1>UI Datepicker Core Components</h1>
<p>
<input type="text" id="dateinput" value="click here">
</p>
</body>
</html>