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