aboutsummaryrefslogtreecommitdiff
path: root/contrib/businesscards/fields.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/businesscards/fields.html')
-rw-r--r--contrib/businesscards/fields.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/contrib/businesscards/fields.html b/contrib/businesscards/fields.html
new file mode 100644
index 000000000..fa1c5e65c
--- /dev/null
+++ b/contrib/businesscards/fields.html
@@ -0,0 +1,40 @@
1<html>
2<head>
3<title>Create your GNU Name System Businesscard</title>
4</head>
5<body>
6Please fill in the information below to generate your business
7card. Yes, this form is the ugliest you've seen in a while,
8feel free to send us a nicer version of the HTML.
9<p>
10<form name="gnsinput" action="submit" method="get">
11
12Academic Title (prefix): <input type="text" name="prefix"><br>
13Name: <input type="text" name="name"><br>
14Academic Title (suffix): <input type="text" name="suffix"><br>
15<p>
16Street: <input type="text" name="street"><br>
17City (and ZIP code): <input type="text" name="city"><br>
18<p>
19Phone: <input type="text" name="phone"><br>
20Fax: <input type="text" name="fax"><br>
21E-mail: <input type="text" name="email"><br>
22Homepage: <input type="text" name="homepage"><br>
23<p>
24Organization: <input type="text" name="orga"><br>
25Department (German): <input type="text" name="departmentde"><br>
26Department (English): <input type="text" name="departmenten"><br>
27Division (German): <input type="text" name="subdepartmentde"><br>
28Division (English): <input type="text" name="subdepartmenten"><br>
29<p>
30Jobtitle (German): <input type="text" name="jobtitlegerman"><br>
31Jobtitle (English): <input type="text" name="jobtitleenglish"><br>
32Academic Title (suffix): <input type="text" name="suffix"><br>
33<p>
34GPG Fingerprint: <input type="text" name="gpgfingerprint"><br>
35GNS Public Key: <input type="text" name="gnskey"><br>
36GNS Nickname: <input type="text" name="gnsnick"><br>
37<p>
38<input type="submit">
39</form>
40</body>