Some very primitive default HTML output files for login.accessDenied and login.detailsSent.

This commit is contained in:
ian%hixie.ch 2001-11-11 15:37:48 +00:00
Родитель 1d1d2fdc11
Коммит 48581a451e
2 изменённых файлов: 43 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,21 @@
COSES
<text xml:space="default" xmlns="http://bugzilla.mozilla.org/coses">
<set variable="title" value="Access Denied">
<set variable="response" value="403 Access Denied">
<include href="template.html.header"/>
</set></set></set>
<text><![CDATA[
<p>
You do not have sufficient privileges. If you think you should,
please contact the administrator.
</p>
]]></text>
<text><![CDATA[ <pre>]]><br/></text>
<text escape="html"><include href="debug.dumpVars"/><br/></text>
<text><![CDATA[ </pre>]]></text>
<include href="template.html.footer"/>
</text>

Просмотреть файл

@ -0,0 +1,22 @@
COSES
<text xml:space="default" xmlns="http://bugzilla.mozilla.org/coses">
<set variable="title" value="Details Sent">
<include href="template.html.header"/>
</set></set></set>
<text><![CDATA[
<p>
Your password has been sent. Once you have received it you may XXX
continue what you were doing XXX. <!-- XXX need to regenerate
either a submit button or a link, depending on whether the original
request was a POST or a GET. -->
</p>
]]></text>
<text><![CDATA[ <pre>]]><br/></text>
<text escape="html"><include href="debug.dumpVars"/><br/></text>
<text><![CDATA[ </pre>]]></text>
<include href="template.html.footer"/>
</text>