blob: dd82ba1d96117b842b3f33fb0d84244dbb504e97 [file] [log] [blame]
<html>
<head>
<wicket:head>
<script wicket:id="calendarMain" type="text/javascript" src="calendar.js"></script>
<script wicket:id="calendarSetup" type="text/javascript" src="calendar-setup.js"></script>
<script wicket:id="calendarLanguage" type="text/javascript" src="lang/calendar-en.js"></script>
<link wicket:id="calendarStyle" rel="stylesheet" type="text/css" href="style/calendar-blue.css"/>
</wicket:head>
</head>
<body>
<wicket:panel>
<input type="image" wicket:id="trigger" id="trigger" src="calendar_icon_2.jpg" />
<script wicket:id="script" type="text/javascript">
Calendar.setup(
{
inputField : "dateInput", // ID of the input field
ifFormat : "%m %d, %Y", // the date format
button : "trigger" // ID of the button
}
);
</script>
</wicket:panel>
</body>
</html>