96 lines
3.0 KiB
HTML
96 lines
3.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=ISO-8859-15"
|
|
http-equiv="content-type">
|
|
<title>Other libraries</title>
|
|
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
|
</head>
|
|
<body>
|
|
|
|
<p align="center">
|
|
<script type="text/javascript"><!--
|
|
google_ad_client = "pub-4179059556107138";
|
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
|
google_ad_width = 728;
|
|
google_ad_height = 90;
|
|
google_ad_format = "728x90_as";
|
|
google_ad_type = "text_image";
|
|
google_ad_channel ="";
|
|
google_page_url = document.location;
|
|
google_color_border = "EEEEEE";
|
|
google_color_bg = "FFFFFF";
|
|
google_color_link = "0000FF";
|
|
google_color_url = "008000";
|
|
google_color_text = "000000";
|
|
//--></script>
|
|
<script type="text/javascript"
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
</script>
|
|
</p>
|
|
|
|
|
|
<h1 style="text-align: center;">Other libraries<br>
|
|
</h1>
|
|
<br>
|
|
<h2><a name="lamdaemon"></a>Lamdaemon (lamdaemon.pl)<br>
|
|
</h2>
|
|
<br>
|
|
<h2><a name="cache"></a>LDAP cache (cache.inc)</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>
|
|
<h2><a name="status"></a>Status messages (status.inc)</h2>
|
|
Status.inc provides the function <span
|
|
style="font-weight: bold; font-style: italic;">StatusMessage()</span>
|
|
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>
|
|
<br>
|
|
The parameters of <span style="font-weight: bold; font-style: italic;">StatusMessage()
|
|
</span>are described in the developer FAQ.<br>
|
|
<br>
|
|
<h2><a name="treeSchema"></a>Tree view and schema browser</h2>
|
|
The files tree.inc and schema.inc contain functions which are needed by
|
|
the tree view and the schema browser.<br>
|
|
These functions were copied from <a
|
|
href="http://sourceforge.net/projects/phpldapadmin/">phpLDAPadmin</a>
|
|
(PLA).<br>
|
|
<br>
|
|
<ul>
|
|
<li><span style="font-weight: bold;">tree.inc:</span> tree functions
|
|
(from functions.php and some other files in PLA)</li>
|
|
<li><span style="font-weight: bold;">schema.inc:</span> for schema
|
|
browser (from schema_functions.php in PLA)<br>
|
|
</li>
|
|
</ul>
|
|
|
|
<p align="center">
|
|
<script type="text/javascript"><!--
|
|
google_ad_client = "pub-4179059556107138";
|
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
|
google_ad_width = 728;
|
|
google_ad_height = 90;
|
|
google_ad_format = "728x90_as";
|
|
google_ad_type = "text_image";
|
|
google_ad_channel ="";
|
|
google_page_url = document.location;
|
|
google_color_border = "EEEEEE";
|
|
google_color_bg = "FFFFFF";
|
|
google_color_link = "0000FF";
|
|
google_color_url = "008000";
|
|
google_color_text = "000000";
|
|
//--></script>
|
|
<script type="text/javascript"
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
</script>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|