1 |
wvengen |
203 |
<html> |
2 |
|
|
<head> |
3 |
|
|
<title>Request a new certificate</title> |
4 |
|
|
<style type="text/css"><!-- |
5 |
|
|
body { font-size: 14pt; } |
6 |
|
|
|
7 |
|
|
h1 { font-weight: bold; font-size: 18pt; } |
8 |
|
|
.topinfo-ok { color: #006600; font-weight: bold; } |
9 |
|
|
.topinfo-bad { color: #660000; font-weight: bold; } |
10 |
|
|
|
11 |
|
|
.valid-ok { color: green; font-size: 16pt; font-weight: bold; } |
12 |
|
|
.valid-no { color: red; font-size: 16pt; font-weight: bold; } |
13 |
|
|
.pending { color: #666666; } |
14 |
|
|
|
15 |
|
|
th { font-weight: normal; text-align: left; font-style: italic; } |
16 |
|
|
td { text-align: left; } |
17 |
|
|
//--></style> |
18 |
|
|
</head> |
19 |
|
|
<body> |
20 |
|
|
<h1>Request a new certificate - Personal Details</h1> |
21 |
|
|
|
22 |
|
|
<p>Before you get access to the grid computing facilities, we need some |
23 |
|
|
personal information and proof that you are who you claim to be. We are |
24 |
|
|
verify careful with your personal details, please read the |
25 |
|
|
<a href="http://ca.dutchgrid.nl/privacy.html">privacy policy</a> for |
26 |
|
|
additional information.</p> |
27 |
|
|
<p></p> |
28 |
|
|
|
29 |
|
|
<table> |
30 |
|
|
<tr> |
31 |
wvengen |
204 |
<th><u>F</u>amily name</th> |
32 |
|
|
<td><input type="text" size="15" name="surname" accesskey="F"></td> |
33 |
wvengen |
203 |
</tr> |
34 |
|
|
<tr> |
35 |
|
|
<th>Given name(s)</th> |
36 |
|
|
<td><input type="text" size="25" name="givenname"></td> |
37 |
|
|
</tr> |
38 |
|
|
<tr> |
39 |
|
|
<th>Place of birth</th> |
40 |
|
|
<td> |
41 |
|
|
<input type="text" size="15" name="birthplace"> |
42 |
|
|
</td> |
43 |
|
|
</tr> |
44 |
|
|
<tr> |
45 |
|
|
<th>Date of birth</th> |
46 |
|
|
<td><input type="text" size="10" name="birthdate"></td> |
47 |
|
|
</tr> |
48 |
|
|
<tr> |
49 |
|
|
<th>Personal phone</th> |
50 |
|
|
<td><input type="text" size="10" name="homephone"></td> |
51 |
|
|
</tr> |
52 |
|
|
|
53 |
|
|
|
54 |
|
|
</table> |
55 |
|
|
</body> |
56 |
|
|
</html> |