diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 13:45:52 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 13:45:52 +0000 |
commit | d943e91650ee4190cd2bd8800156931c80d897a2 (patch) | |
tree | c99a08996b2bbdbe59b72c6ad19c10e0423b1874 /tmpl/CVE.html | |
parent | 3ec9caf889000ef2187375bde10a6f8575bbf008 (diff) | |
download | mgaadvisories-d943e91650ee4190cd2bd8800156931c80d897a2.tar mgaadvisories-d943e91650ee4190cd2bd8800156931c80d897a2.tar.gz mgaadvisories-d943e91650ee4190cd2bd8800156931c80d897a2.tar.bz2 mgaadvisories-d943e91650ee4190cd2bd8800156931c80d897a2.tar.xz mgaadvisories-d943e91650ee4190cd2bd8800156931c80d897a2.zip |
Add stylesheet and mageia navigation bar
Diffstat (limited to 'tmpl/CVE.html')
-rw-r--r-- | tmpl/CVE.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tmpl/CVE.html b/tmpl/CVE.html index 10e599b..24e0f85 100644 --- a/tmpl/CVE.html +++ b/tmpl/CVE.html @@ -3,14 +3,18 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CVE list</title> + [%- INCLUDE head.html -%] </head> <body> - <h1>CVE list</h1> + [%- INCLUDE body_top.html -%] + <h1 id='mgnavt'><a href="index.html">Advisories</a> ยป CVE list</h1> + <div class='content'> <ul> [% FOREACH CVE IN advdb.by_cve.keys.sort.reverse %] <li><a href="[% basename.CVE(CVE) %].html">[% CVE %]</a></li> [% END %] </ul> + </div> </body> </html> |