]> git.donarmstrong.com Git - debbugs.git/commitdiff
add the no such bug and html tail templates
authorDon Armstrong <don@donarmstrong.com>
Mon, 19 May 2008 10:26:25 +0000 (03:26 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 19 May 2008 10:26:25 +0000 (03:26 -0700)
templates/en_US/cgi/no_such_bug.tmpl [new file with mode: 0644]
templates/en_US/html/html_tail [new file with mode: 0644]

diff --git a/templates/en_US/cgi/no_such_bug.tmpl b/templates/en_US/cgi/no_such_bug.tmpl
new file mode 100644 (file)
index 0000000..107f9f2
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>#{$bug_num} - {$config{project}} {$config{bug}} report logs</title></head>
+<body>
+<h1>{$config{project}} {$config{bug}} report logs - #{$bug_num}</h1>
+<p>There is no record of {$config{bug}} #{$bug_num}.
+Try the <a href="http://{$config{web_domain}}/">search page</a> instead.</p>
+{include('html/tail')}
+</body></html>
diff --git a/templates/en_US/html/html_tail b/templates/en_US/html/html_tail
new file mode 100644 (file)
index 0000000..aa640d2
--- /dev/null
@@ -0,0 +1,11 @@
+<ADDRESS>{$config{maintainer}} &lt;<A HREF="mailto:$config{maintainer_email}">$config{maintainer_email}</A>&gt;.
+Last modified:
+<!--timestamp-->
+{$last_modified||strftime('%c',gmtime)}
+<!--timestamp-->
+<P>
+<A HREF="http://{$config{web_domain}}/">{$config{project}} {$config{bug}} tracking system</A><BR>
+Copyright (C) 1999 Darren O. Benham,
+1997,2003 nCipher Corporation Ltd,
+1994-97 Ian Jackson.
+</ADDRESS>