Files
Mozilla/mozilla/webtools/PLIF/output/http/template.html.header
ian%hixie.ch 0f90df3b8e Add various FILTERs were required to keep the output valid HTML...
git-svn-id: svn://10.0.0.236/trunk@120260 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-30 00:23:07 +00:00

22 lines
659 B
Plaintext

TemplateToolkit
1
HTTP/1.1 [% IF response %][% response %][% ELSE %]200 OK[% END %]
[% IF headers != '' %][% headers %][% END -%]
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>[% app.name %][% IF title != app.name %]: [% title %][% END %]</title>
<link rel="stylesheet" href="style">
[% IF session.fields.settings.stylesheet != '' -%]
<link rel="stylesheet" href="[% session.fields.settings.stylesheet | uri | html %]">
[% END -%]
</head>
<body>
<h1>[% title | html %]</h1>
[%- IF session.adminMessage != '' %]
<p class="adminMessage">[% session.adminMessage | html %]</p>
[% END -%]