From d033109bdc8729e9ef46fc82ad200c7d2cda5a1a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 19 Apr 2002 01:56:11 +0000 Subject: Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. --- template/en/default/global/header.html.tmpl | 64 +++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 template/en/default/global/header.html.tmpl (limited to 'template/en/default/global/header.html.tmpl') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl new file mode 100644 index 000000000..4dc89e053 --- /dev/null +++ b/template/en/default/global/header.html.tmpl @@ -0,0 +1,64 @@ + +[% DEFAULT + title = "" + h1 = title + h2 = "" + extra = "" + jscript = "" + style = "" + message = "" +%] + + + + [% title FILTER html %] + + [% Param('headerhtml') %] + + [% jscript %] + + + + [% IF style %] + + [% END %] + + [% IF style_url %] + + [% END %] + + + + + + [% PerformSubsts(Param('bannerhtml')) %] + +[% IF h1 || h2 %] + + + + + + +
+ + + + +
+ [% h1 %] +
+
 [% h2 %]
+[% END %] + +[% IF message %] +
+ [% message %] +
+[% END %] -- cgit v1.2.3-24-g4f1b