aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/by_cve.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/by_cve.html')
-rw-r--r--tmpl/by_cve.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmpl/by_cve.html b/tmpl/by_cve.html
index bd4aedd..1102d9f 100644
--- a/tmpl/by_cve.html
+++ b/tmpl/by_cve.html
@@ -3,10 +3,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[% CVE %]</title>
+ [%- INCLUDE head.html -%]
</head>
<body>
- <h1><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=[% CVE %]">[% CVE %]</a></h1>
+ [%- INCLUDE body_top.html -%]
+ <h1 id='mgnavt'><a href="index.html">Advisories</a> ยป <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=[% CVE %]">[% CVE %]</a></h1>
+ <div class='content'>
[% INCLUDE advisories_table.html advlst = advdb.by_cve.$CVE %]
+ </div>
</body>
</html>