added documentation about account pages

This commit is contained in:
Roland Gruber 2005-08-17 18:07:14 +00:00
parent 3d8a5205c7
commit 90b90b5a05
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,31 @@
<!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>Account pages</title>
<link rel="stylesheet" type="text/css" href="style/layout.css">
</head>
<body>
<h1 style="text-align: center;">Account pages<br>
</h1>
<br>
The account pages are the user interface to create/modify LDAP
accounts. It allows setting basic attributes like the LDAP suffix and
is responsible to show module specific pages. <br>
<br>
<br>
The main script for the account pages is located in <span
style="font-style: italic;">templates/account/edit.php</span>. It has
a very simple content. If the page is loaded for the first time it
creates a new <span style="font-weight: bold;">accountContainer</span>
inside the session and tells it to load/create an LDAP account. Then it
calles the <span style="font-weight: bold;">continue_main()</span>
function of the <span style="font-weight: bold;">accountContainer</span>
object which prints all HTML output.<br>
<br>
Managing of user input etc. is completly made by the <span
style="font-weight: bold;">accountContainer</span>.<br>
<br>
</body>
</html>

View File

@ -29,7 +29,7 @@ the library files.<br>
lists</a></li>
<li><a href="tree_schema.htm">Tree view</a><br>
</li>
<li>Account pages</li>
<li><a href="account_pages.htm">Account pages</a></li>
<li>Tools</li>
<ul>
<li><a href="profile_editor.htm">Profile editor</a></li>