@verb #310:"tell_www_body" this none this rxdo #60 @program #310:"tell_www_body" this none this caller == this || raise(E_PERM) player:tell("
") player:tell($html_utils:tabbar(4, "Search", "/search", "Grep", "/grep", "Tree", "/tree", "Audit", "/audit", "Names", "/names")) player:tell("
") if (who = $www:parse_GET("isindex")) who = this:match_who(who) endif if (parent = $www:parse_GET("create")) this:do_create(parent) elseif (who == E_PROPNF) "Display the opening screen." player:tell({"

Audit a player.

", "Whom do you wish to audit?
", this:who_form()}) if (player.user != $no_one) player:tell("You can customize the audit page by clicking on Setup in the toolbar.") endif else "Audit a particular person." player:tell("

", $su:nn(who), "'s audit:

") {user_columns, user_sort, user_quota, user_create_recycle} = this:get_data(player.user) this:tell_audit(who, user_columns, user_sort) player:tell("
") if (player.user == who && who != $no_one || user_quota) player:tell("

Quota:

") this:tell_quota(who) endif if (player.user == who && who != $no_one || user_create_recycle) player:tell({"
", "

Create an object:

Create a .
", "
", "

Recycle an object:

Recycle object number .
", "
"}) endif player:tell({"

Audit another player:

", this:who_form(who)}) endif "Last modified by Dax (#789) on Thu Sep 26 07:17:27 2002 MDT." .