ian%hixie.ch 76d8c32a10 Initial checkin of the first PLIF test application.
git-svn-id: svn://10.0.0.236/trunk@107532 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-07 01:42:05 +00:00

25 lines
661 B
Plaintext

COSES
<text xml:space="default" xmlns="http://bugzilla.mozilla.org/coses">
<set variable="title" value="Hello World">
<include href="template.html.header"/>
</set>
<text><![CDATA[
<p>This is the main page of the test PLIF project. It is being generated from an XML text file!</p>
<p>From here you may: <a href="nph-Main?command=login">Say Hello</a> or <a href="nph-Main?command=cosesEditor">Edit The Strings</a>.</p>
<p>If prompted for a username/password, use "open"/"sesame".</p>
<pre>
]]></text>
<text escape="html">
<include href="debug.dumpVars"/>
</text>
<text><![CDATA[
</pre>
]]></text>
<include href="template.html.footer"/>
</text>