2004-10-03 20:29:03 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2010-11-23 21:23:25 +00:00
|
|
|
<html><head>
|
|
|
|
|
|
|
|
|
|
|
|
<meta content="text/html; charset=ISO-8859-15" http-equiv="content-type"><title>Other libraries</title>
|
|
|
|
|
2004-10-03 20:29:03 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
2010-11-23 21:23:25 +00:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
|
2004-10-03 20:29:03 +00:00
|
|
|
<h1 style="text-align: center;">Other libraries<br>
|
|
|
|
</h1>
|
|
|
|
<br>
|
|
|
|
<h2><a name="lamdaemon"></a>Lamdaemon (lamdaemon.pl)<br>
|
|
|
|
</h2>
|
|
|
|
<br>
|
|
|
|
<h2><a name="lists"></a>Account lists (lists.inc)</h2>
|
|
|
|
This file provides basic functions used by the account lists. They
|
|
|
|
cover major parts of the HTML output.<br>
|
|
|
|
There is also one list of LDAP attribute descriptions per account type.
|
|
|
|
They allow to have translated descriptions of the most common
|
|
|
|
attributes.<br>
|
|
|
|
<br>
|
2005-07-10 18:33:42 +00:00
|
|
|
<h2><a name="status"></a>Status messages (status.inc)</h2>
|
2010-11-23 21:23:25 +00:00
|
|
|
Status.inc provides the function <span style="font-weight: bold; font-style: italic;">StatusMessage()</span>
|
2005-07-20 10:04:07 +00:00
|
|
|
which can be used to display error, warning and information messages.<br>
|
|
|
|
The function uses preg_replace() to convert the special tags to HTML
|
|
|
|
tags. The message variables are included with printf().<br>
|
2005-07-10 18:33:42 +00:00
|
|
|
<br>
|
2005-07-20 10:04:07 +00:00
|
|
|
The parameters of <span style="font-weight: bold; font-style: italic;">StatusMessage()
|
|
|
|
</span>are described in the developer FAQ.<br>
|
2005-07-10 18:33:42 +00:00
|
|
|
<br>
|
2011-07-13 17:49:35 +00:00
|
|
|
<h2><a name="treeSchema"></a>Schema browser</h2>
|
|
|
|
The file schema.inc contains functions which are needed by
|
|
|
|
the schema browser.<br>
|
2010-11-23 21:23:25 +00:00
|
|
|
These functions were copied from <a href="http://sourceforge.net/projects/phpldapadmin/">phpLDAPadmin</a>
|
2005-07-10 18:33:42 +00:00
|
|
|
(PLA).<br>
|
|
|
|
<br>
|
2010-11-23 21:23:25 +00:00
|
|
|
</body></html>
|