commit | author | age
|
20165d
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
JM |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
3 |
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
|
|
4 |
xml:lang="en"
|
|
5 |
lang="en">
|
|
6 |
|
94750e
|
7 |
<wicket:extend>
|
20165d
|
8 |
<body onload="document.getElementById('password').focus();">
|
JM |
9 |
<div>
|
|
10 |
<form style="text-align:center;" wicket:id="passwordForm">
|
|
11 |
<center>
|
|
12 |
<table class="plain">
|
|
13 |
<tr>
|
|
14 |
<th><wicket:message key="gb.password"></wicket:message> </th>
|
|
15 |
<td class="edit"><input type="password" wicket:id="password" id="password" size="30" tabindex="1" /></td>
|
|
16 |
</tr>
|
|
17 |
<tr>
|
|
18 |
<th><wicket:message key="gb.confirmPassword"></wicket:message> </th>
|
|
19 |
<td class="edit"><input type="password" wicket:id="confirmPassword" size="30" tabindex="2" /></td>
|
|
20 |
</tr>
|
|
21 |
</table>
|
94750e
|
22 |
<input class="btn" type="submit" wicket:message="value:gb.cancel" wicket:id="cancel" tabindex="3" />
|
JM |
23 |
<input class="btn primary" type="submit" wicket:message="value:gb.save" wicket:id="save" tabindex="4" />
|
20165d
|
24 |
</center>
|
JM |
25 |
</form>
|
|
26 |
</div>
|
|
27 |
</body>
|
94750e
|
28 |
</wicket:extend>
|
20165d
|
29 |
</html> |