From 0fbb01046c2ab3bf3b41ded3a37c0f9a7ebbeaf9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 19 May 2008 03:26:25 -0700 Subject: [PATCH] add the no such bug and html tail templates --- templates/en_US/cgi/no_such_bug.tmpl | 9 +++++++++ templates/en_US/html/html_tail | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 templates/en_US/cgi/no_such_bug.tmpl create mode 100644 templates/en_US/html/html_tail diff --git a/templates/en_US/cgi/no_such_bug.tmpl b/templates/en_US/cgi/no_such_bug.tmpl new file mode 100644 index 00000000..107f9f29 --- /dev/null +++ b/templates/en_US/cgi/no_such_bug.tmpl @@ -0,0 +1,9 @@ + + +#{$bug_num} - {$config{project}} {$config{bug}} report logs + +

{$config{project}} {$config{bug}} report logs - #{$bug_num}

+

There is no record of {$config{bug}} #{$bug_num}. +Try the search page instead.

+{include('html/tail')} + diff --git a/templates/en_US/html/html_tail b/templates/en_US/html/html_tail new file mode 100644 index 00000000..aa640d27 --- /dev/null +++ b/templates/en_US/html/html_tail @@ -0,0 +1,11 @@ +
{$config{maintainer}} <$config{maintainer_email}>. +Last modified: + +{$last_modified||strftime('%c',gmtime)} + +

+{$config{project}} {$config{bug}} tracking system
+Copyright (C) 1999 Darren O. Benham, +1997,2003 nCipher Corporation Ltd, +1994-97 Ian Jackson. +

-- 2.39.5