@verb #3:"tell_www_setup" this none this rxdo #789 @program #3:"tell_www_setup" this none this "Prints a form allowing web-based setup of this object." "This verb handles basic setup (name/location/parent/desc)." "Override to add more functionality. Don't forget to pass." caller == this || raise(E_PERM) player:isa($webber) || raise(E_PERM) pass(@args) player:tell("

Physical setup.

") player:tell("
") if (player.user:controls(this)) player:tell("Anchor:  
") player:tell("Key/lock:
") key = $html_utils:literal_text($lock_utils:unparse_key_english(this.key)) player:tell("", this:titlec(), " is currently ", key ? "locked with " + key | "unlocked", ".
") player:tell(" ") else player:tell("Anchor: ", this.anchor == $nothing ? "unanchored" | $web:link(this.anchor, $su:nn(this.anchor)), "
") player:tell("Key/lock: unreadable
") endif player:tell("
") "Last modified by Dax (#789) on Tue May 3 13:18:36 2005 MDT." .