($formValues) ? $formValues[0][”employeenumber”][0] : “”); printf(”Department: n”, ($formValues) ?
($formValues) ? $formValues[0][”employeenumber”][0] : “”); printf(”Department:
n”, ($formValues) ? $formValues[0][”ou”][0] : “”); printf(”Telephone:
n”, ($formValues) ? $formValues[0][”telephonenumber”][0] : “”); If this function is called from the modification script, it outputs an extra text field for the password of the user modifying the entry corresponding to them: if ($submitLabel == “MODIFY”) { printf(”User Password:
n”); } If the function is called from the script responsible for adding users, it outputs a text field to prompt the user for the administrator’s password: if ($submitLabel == “ADD”) { printf(”Admin Password:
n”); } printf(”“, $submitLabel); printf(”
“); } This function merely provides a link to the main page: function returnToMain() { printf(”