Moved into www.debian.org:webwml/db.debian.org
[mirror/userdir-ldap.git] / web / searchresults.wml
1 #use wml::db.d.o title="debian.org Developers LDAP Search Results"
2
3 <!-- note: comments in this page may be significant. Do not remove -->
4 <!-- ~blah~ will be replaced by the contents of the blah variable when this html page is returned -->
5 <p align=center>
6
7 <?ifauth <a href="logout.cgi">Logout</a> | ?>
8 <?ifnoauth <a href="https://db.debian.org/login.html">Login</a> | ?>
9 <a href="search.cgi?id=~id~&authtoken=~authtoken~">Search again</a></p><br><br>
10 <p align=center>Number of entries matched: <b>~count~</b></p>
11 <center>
12
13 <!-- search results - this will be filled in by the script -->
14 <!-- specify pairs of descriptive names, followed by the attribute, one per line  -->
15 <!-- Note that the attributes specified here do not determine the order of the output, nor which attributes get returned. that is defined in the script -->
16 <?searchresults
17 (login, uid)
18 (irc Nickname, ircnick)
19 (ICQ UIN, icquin)
20 (Preferred shell, loginshell)
21 (e-mail forwarded to, email)
22 (PGP/GPG fingerprint, fingerprint)
23 (Record created, created)
24 (Last modified, modified)
25 (Address, address)
26 (Lat/Long, latlong)
27 (Phone, phone)
28 (FAX, fax)
29 (Last seen, lastseen)
30 searchresults?>
31
32 </center>
33 <br><br>
34 <p align=center>
35 <?ifauth <a href="logout.cgi">Logout</a> | ?>
36 <?ifnoauth <a href="https://db.debian.org/login.html">Login</a> | ?>
37 <a href="search.cgi?id=~id~&authtoken=~authtoken~">Search again</a></p><br><br>
38 </p>