From 4e6dcf2caaa3fa861146797293fe9246e27975f7 Mon Sep 17 00:00:00 2001 From: tausq <> Date: Thu, 23 Sep 1999 01:53:03 +0000 Subject: [PATCH] Added wml templates. Not actually used yet. --- web/searchform.wml | 276 ++++++++++++++++++++++++++++++++ web/searchhelp.wml | 16 ++ web/searchresults.wml | 35 ++++ web/update.wml | 360 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 687 insertions(+) create mode 100644 web/searchform.wml create mode 100644 web/searchhelp.wml create mode 100644 web/searchresults.wml create mode 100644 web/update.wml diff --git a/web/searchform.wml b/web/searchform.wml new file mode 100644 index 0000000..4996ad5 --- /dev/null +++ b/web/searchform.wml @@ -0,0 +1,276 @@ +#use wml::debian::template title="debian.org Developers LDAP Search" +

+
+ + + + + + + + + + + +
Debian Developers Database Search +
(any field can be left blank....)
+Help on searching
First name: +Fuzzy search
Last name: +Fuzzy search
login: +Fuzzy search
IRC nickname: +Fuzzy search
PGP/GPG fingerprint: +Fuzzy search
country: + +
On vacation
+ +
+Login (registered developers only) +
+ diff --git a/web/searchhelp.wml b/web/searchhelp.wml new file mode 100644 index 0000000..818944a --- /dev/null +++ b/web/searchhelp.wml @@ -0,0 +1,16 @@ +#use wml::debian::template title="debian.org Developers Online Database" +
+ +

+To look up information about Debian developers, enter your search criteria +in the form. Results are returned which match all of the search criteria. +Wildcards may be used. For example, entering *de* in the last name +field will return all developers whose surname contains the substring +de. Matches are case-insensitive, and all searching criteria that +are left empty will be ignored. Selecting the "fuzzy search" option will turn +on approximate searching.

+ +The "On vacation" field will return all developers who have left a vacation +message.

+ +

diff --git a/web/searchresults.wml b/web/searchresults.wml new file mode 100644 index 0000000..ba822fc --- /dev/null +++ b/web/searchresults.wml @@ -0,0 +1,35 @@ +#use wml::debian::template title="debian.org Developers LDAP Search Results" + + +

+ +Logout | ?> +Login (developers only) | ?> +Search again



+

Number of entries matched: ~count~

+
+ + + + + + +
+

+

+Logout | ?> +Login (developers only) | ?> +Search again



+

diff --git a/web/update.wml b/web/update.wml new file mode 100644 index 0000000..7b7836c --- /dev/null +++ b/web/update.wml @@ -0,0 +1,360 @@ +#use wml::debian::template title="debian.org Developers LDAP Maintainence" +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Debian Developers Database Maintanence
+ login:~uid~@debian.org +
+ Name:~cn~ ~mn~ ~sn~ +
+ Change password:
(re-enter to verify) +
+
+ +
+ Street address: + + +
+ City/State: + + +
+ Country: + + +
+ Postal code: + + +
+ Latitude / Longitude:
+ (format: +-DDDMMSS; + is north/east) +
+ / + +
+ Phone: + + +
+ FAX:
+
+ +
+ Preferred shell: + + +
+ email forwarded to: + + +
+ debian-private subscript addr: + + +
+ IRC nickname: + + +
+ Web page: + + +
+ Vacation message:
+ (Note: if this is set, you will be shown to
+ be on vacation)
+
+ +
+ +
+ Return to search page
+ Logout! +
-- 2.20.1