blob: 04e94e21a31998249d62fc22557f5ef5d77b734b [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>
<img wicket:id="trigger" src="calendar_icon_2.gif" style="cursor: pointer; border: none;" />
<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>