Update to TemplateToolkit format

This commit is contained in:
ian%hixie.ch 2002-06-30 21:35:27 +00:00
Родитель 6a205caf77
Коммит 8123d134f9
1 изменённых файлов: 4 добавлений и 13 удалений

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

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