diff --git a/lam/docs/devel/account_pages.htm b/lam/docs/devel/account_pages.htm new file mode 100644 index 00000000..1f92e812 --- /dev/null +++ b/lam/docs/devel/account_pages.htm @@ -0,0 +1,31 @@ + + + + + Account pages + + + +

Account pages
+

+
+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.
+
+
+The main script for the account pages is located in templates/account/edit.php. It has +a very simple content. If the page is loaded for the first time it +creates a new accountContainer +inside the session and tells it to load/create an LDAP account. Then it +calles the continue_main() +function of the accountContainer +object which prints all HTML output.
+
+Managing of user input etc. is completly made by the accountContainer.
+
+ + diff --git a/lam/docs/devel/index.htm b/lam/docs/devel/index.htm index b38096a1..af2d89a6 100644 --- a/lam/docs/devel/index.htm +++ b/lam/docs/devel/index.htm @@ -29,7 +29,7 @@ the library files.
lists
  • Tree view
  • -
  • Account pages
  • +
  • Account pages
  • Tools