blob: bf2d2bfc877aec9f5954d134c07a0448d560fb09 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Wicket Examples - Custom components</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span wicket:id="mainNavigation"/>
<div class="block">
<h3>Editing book <span wicket:id="booksumm">Title - Author</span></h3>
<input type="text" wicket:id="title" />
<input type="text" wicket:id="author" />
</div>
<div>
<input type="text" wicket:id="date1" />
<span wicket:id="datePicker1"></span>
</div>
<br />
<div>
<input type="text" wicket:id="date2" />
<span wicket:id="datePicker2"></span>
</div>
<br />
<div>
<input type="text" wicket:id="date3" />
<span wicket:id="datePicker3"></span>
</div>
<br />
</body>
</html>