<!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> <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;">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> <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>