".tr(CREATE_AC_DISABLED)."

".tr(CREATE_AC_DISABLED_TEXT)."

"; page_tail(); exit(); } echo "

"; printf(tr(CREATE_AC_READ_RULES), "".tr(RULES_TITLE).""); echo "

"; $teamid = get_int("teamid", true); if ($teamid) { $team = lookup_team($teamid); $user = lookup_user_id($team->userid); if (!$user) { echo "No such user"; } else { echo ""; printf(tr(CREATE_AC_TEAM), "id\">$team->name"); echo "

"; echo " "; } } start_table(); row2( tr(CREATE_AC_NAME)."
".tr(CREATE_AC_NAME_DESC)."", "" ); row2( tr(CREATE_AC_EMAIL)."
".tr(CREATE_AC_EMAIL_DESC)."", "" ); $min_passwd_length = parse_element($config, ""); if (!$min_passwd_length) { $min_passwd_length = 6; } row2("Password
Must be at least $min_passwd_length characters", "" ); row2("Confirm password", ""); row2_init( tr(CREATE_AC_COUNTRY)."
".tr(CREATE_AC_COUNTRY_DESC)."", "\n"; row2( tr(CREATE_AC_ZIP)."
".tr(OPTIONAL).".", "" ); row2("", "" ); end_table(); echo " "; page_tail(); ?>