aboutsummaryrefslogtreecommitdiff
path: root/contrib/businesscards/fields.html
blob: fa1c5e65c3c0a5e6a0991d77a5c8b6c283eccae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<title>Create your GNU Name System Businesscard</title>
</head>
<body>
Please fill in the information below to generate your business
card.  Yes, this form is the ugliest you've seen in a while,
feel free to send us a nicer version of the HTML.
<p>
<form name="gnsinput" action="submit" method="get">

Academic Title (prefix): <input type="text" name="prefix"><br>
Name: <input type="text" name="name"><br>
Academic Title (suffix): <input type="text" name="suffix"><br>
<p>
Street: <input type="text" name="street"><br>
City (and ZIP code): <input type="text" name="city"><br>
<p>
Phone: <input type="text" name="phone"><br>
Fax: <input type="text" name="fax"><br>
E-mail: <input type="text" name="email"><br>
Homepage: <input type="text" name="homepage"><br>
<p>
Organization: <input type="text" name="orga"><br>
Department (German): <input type="text" name="departmentde"><br>
Department (English): <input type="text" name="departmenten"><br>
Division (German): <input type="text" name="subdepartmentde"><br>
Division (English): <input type="text" name="subdepartmenten"><br>
<p>
Jobtitle (German): <input type="text" name="jobtitlegerman"><br>
Jobtitle (English): <input type="text" name="jobtitleenglish"><br>
Academic Title (suffix): <input type="text" name="suffix"><br>
<p>
GPG Fingerprint: <input type="text" name="gpgfingerprint"><br>
GNS Public Key: <input type="text" name="gnskey"><br>
GNS Nickname: <input type="text" name="gnsnick"><br>
<p>
<input type="submit">
</form>
</body>