31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Gecombineerde roosters</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
<link rel="stylesheet" href="css/redmond/jquery-ui-1.7.1.custom.css" type="text/css" />
|
|
<link rel="stylesheet" href="css/ui.slider.extras.css" type="text/css" />
|
|
<link rel="stylesheet" href="css/jquery.multiselect.css" type="text/css" />
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
|
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
|
|
<script type="text/javascript" src="http://code.jquery.com/ui/1.9.1/jquery-ui.min.js"></script>
|
|
<script type="text/javascript" src="js/selectToUISlider.jQuery.js"></script>
|
|
<script type="text/javascript" src="js/jquery.multiselect.js"></script>
|
|
<script type="text/javascript" src="js/form.js"></script>
|
|
</head>
|
|
<body>
|
|
<form action="" method="post">
|
|
<input type="hidden" name="action" value="view" />
|
|
<fieldset>
|
|
<legend>Instellingen</legend>
|
|
{WEEKS}
|
|
{WEEK}
|
|
{GROUP}
|
|
</fieldset>
|
|
<input type="submit" value="Roosters ophalen" />
|
|
</form>
|
|
</body>
|
|
</html> |