Switch to edit mode.
Name(s): _render_page1: "*** DON'T TOUCH THIS CODE *** AUTOMATICALLY GENERATED ***"
2: caller == this || raise(E_PERM)
3: player:tell("<!DOCTYPE HTML PUBLIC \"", this.www_doctype_fpi, "\" \"", this.www_doctype_uri, "\">")
4: player:tell("<HTML><HEAD>")
5: player:tell(" <TITLE>", $name, ": ", this.name, "</TITLE>")
6: player:tell({"</HEAD>", ""})
7: player:tell("<BODY ", this.www_body_args, ">")
8: player:tell("<H1>", this.name, "</H1>")
9: player:tell("<IMG SRC=\"", $www:fileURL(this, "group.jpg"), "\" ALT=\"[2002 group photo]\">")
10: player:tell("<P>")
11: player:sub_tell(this.description)
12: player:tell({"<P>", "The following people were photographed at the picnic, click on their names to see what they got up to:", "<BR CLEAR=\"all\">", "<UL>"})
13: for dude in ($list_utils:sort(this.key_players))
14: player:tell("<LI><A HREF=\"/", toint(this), "/search/", $su:substitute(dude, $www.desubst), "\">", dude, "</A>")
15: endfor
16: player:tell("</UL>")
17: player:tell("The photos may also be <A HREF=\"/", toint(this), "/pic/01\">viewed sequentially</A>.")
18: player:tell("<P>")
19: player:tell("<A HREF=\"/picnic\"><IMG SRC=\"", $www:fileURL($picnic, "backbutt.jpg"), "\" HEIGHT=\"30\" WIDTH=\"30\" ALT=\"<=- \">Back to main picnic page.</A>")
20: player:tell("<BR>This page has been visited ", this.www_counter, " times.")
21: this:tell_www_tail(@args)
22: player:tell("</BODY></HTML>")
23: "Last modified by Dax (#789) on Tue May 3 14:09:32 2005 MDT."