2a1bff429184ec9669293a5b30a253886f466e1a
[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 (Preferred shell, loginshell)
19 (e-mail forwarded to, email)
20 (PGP/GPG fingerprint, fingerprint)
21 (Record created, created)
22 (Last modified, modified)
23 (Address, address)
24 (Lat/Long, latlong)
25 (Phone, phone)
26 (FAX, fax)
27 (Last seen, lastseen)
28 searchresults?>
29
30 </center>
31 <br><br>
32 <p align=center>
33 <?ifauth <a href="logout.cgi">Logout</a> | ?>
34 <?ifnoauth <a href="http://db.debian.org/login.html">Login</a> (<a href="https://db.debian.org/login.html">SSL version</a>) | ?>
35 <a href="search.cgi?id=~id~&authtoken=~authtoken~">Search again</a></p><br><br>
36 </p>