Initial import
[mirror/userdir-ldap.git] / web / searchresults.html
1 <!-- note: comments in this page may be significant. Do not remove -->
2 <!-- ~blah~ will be replaced by the contents of the blah variable when this html page is returned -->
3 <html><head><title>Search results</title></head>
4 <body bgcolor=#9999ff link=red alink=red vlink=red>
5 <p align=center>
6
7 <?ifauth <a href="logout.cgi">Logout</a> | ?>
8 <?ifnoauth <a href="login.html">Login</a> (developers only) | ?>
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 (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 searchresults?>
29
30 </center>
31 <br><br>
32 <p align=center>
33 <?ifauth <a href="logout.cgi">Logout</a> | ?>
34 <?ifnoauth <a href="login.html">Login</a> (developers only) | ?>
35 <a href="search.cgi?id=~id~&authtoken=~authtoken~">Search again</a></p><br><br>
36 </p>
37 </body></html>