")
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:
", "
", "
Recycle an object:
", "
"})
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."
.