ian%hixie.ch 8e3c42f18d * Enabled Taint mode.
* Added the HTTP Logout module, integer user fields, and the user prefs module to the test app.
* Changed unknownCommand to noCommand. Unknown commands now cause errors.
* Changed the arbitrary default command to some other arbitrary default command and made the login command consistent with it.
* Filled in the stylesheet a little.
* Added an error page.
* Reworked the hello page.
* Moved some stuff into the common footer.
* Added a request login page.
* Did some other minor fixups.
* Added some incomplete userPrefs pages.


git-svn-id: svn://10.0.0.236/trunk@111174 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-30 02:33:44 +00:00

22 lines
545 B
Plaintext

COSES
1
<text xml:space="default" xmlns="http://bugzilla.mozilla.org/coses">
<set variable="title" value="Internal Error">
<set variable="response" value="500 Server Error">
<include href="template.html.header"/>
</set></set>
<![CDATA[
<p>An internal error occured. Please <a
href="http://bugzilla.mozilla.org/">report this bug</a>, including the
date and time of the error along with the information included
below:</p>
<pre>]]><text escape="html" value="(data.error)"/><![CDATA[</pre>
]]>
<include href="template.html.footer"/>
</text>