blob: b40c486171c629ae7f4036f93a9c59f5d87346c8 [file] [log] [blame]
<?xml encoding="GBK"?>
<!--It is useful for input the right info when the server run on the linux-->
<html xmlns:wicket="http://wicket.sourceforge.net/">
<head>
<title>Wicket Examples - pub</title>
<meta http-equiv="Content-Type content="text/html; charset=gb2312"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span wicket:id="mainNavigation"/>
<span wicket:id = "salutation">Salutation</span>
<p>
&#26368;&#20339;&#24744;&#26366;&#32463;&#23558;&#26377;
<p>
<img wicket:id = "beer" src = "Beer.gif">
<p>
<a href="#" wicket:id="goCanadian">[go Canadian]</a>&nbsp;
<a href="#" wicket:id="goUS">[go US]</a>&nbsp;
<a href="#" wicket:id="goDutch">[go Dutch]</a>&nbsp;
<a href="#" wicket:id="goGerman">[go German]</a>&nbsp;
<a href="#" wicket:id="goChinese">[go Chinese]</a>
</p>
</body>
</html>