View/Edit #220:_render_page

Switch to edit mode.

Name(s): _render_page
1:  "*** 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($html_utils:nav_links(this:www_nav_links()))
7:  player:tell({"</HEAD>", ""})
8:  player:tell("<BODY ", this.www_body_args, ">")
9:  player:tell("<H1>", this.name, " (", this, ")</H1>")
10: player:tell("Welcome to ", $name, "'s newbie help section. If you are new to ", $name, ", this is the place for you.")
11: player:tell({"<P>", "I figure the best way to start this off is by providing a list of frequently asked questions. Below are a number of topics you might want to take a look at.", "<P>", "<ul>"})
12: for i in [1..min(length(this.link_titles), length(this.link_urls))]
13:   player:tell("<li><a href=\"", this.link_urls[i], "\">", this.link_titles[i])
14: endfor
15: player:tell({"</ul>", "<P>"})
16: player:tell("This page has been visited ", this.www_counter, " times.")
17: this:tell_www_tail(@args)
18: player:tell({"</BODY></HTML>", "<!-- Last modified by Dax (#789) on Mon Oct 22 14:19:03 2001 MDT. -->"})
19: "Last modified by Cecil (#7407) on Wed Mar 20 13:20:03 2002 MST."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Cecil (#7407)

You are not logged in.

[home | help | who | search | setup | code]