aboutsummaryrefslogtreecommitdiff
path: root/contrib/gns-bcd.html
blob: 2c73b2fde90c60e2f20aa75d8e08d356b913e17b (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
<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.pdf" method="get" accept-charset="utf-8">

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>
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: <input type="text" name="departmenti18n"><br>
Division: <input type="text" name="subdepartmenti18n"><br>
<!--
Department (English): <input type="text" name="departmenten"><br>
Division (English): <input type="text" name="subdepartmenten"><br> -->
<p>
Jobtitle: <input type="text" name="jobtitlei18n"><br>
<!-- Jobtitle (English): <input type="text" name="jobtitleenglish"><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>