<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns:wicket="http://wicket.apache.org">
<head>
<title>Modal dialog</title>
<style type="text/css">
body {
font-family: verdana, sans-serif;
font-size: 82%;
background-color: #FFFEC4;
}
</style>
</head>
<body>
This is modal window opened from another modal window. This one is not resizable.
The window dimensions are specified in relative units (em).
<p>
<a wicket:id="close">Close this window</a><br/>
</p>
</body>
</html>