37 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.5 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">
 | 
						|
	<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
 | 
						|
<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>
 | 
						|
<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>Schema browser</h2>
 | 
						|
The file schema.inc contains functions which are needed by
 | 
						|
the schema browser.<br>
 | 
						|
These functions were copied from <a href="http://sourceforge.net/projects/phpldapadmin/">phpLDAPadmin</a>
 | 
						|
(PLA).<br>
 | 
						|
<br>
 | 
						|
</body></html> |