aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/advisories.html
blob: 0b95ac23e8dc13bd46bb1f651a21d4e4c1a1e2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[% USE date -%]
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Mageia Advisories</title>
        <link rel="alternate" type="application/rss+xml" title="RSS" href="[% config.site_url %]/advisories.rss" />
        [%- INCLUDE head.html -%]
    </head>
    <body>
        [%- INCLUDE body_top.html -%]
        <h1 id='mgnavt'><a href="index.html">Advisories</a> » All <a href="advisories.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="rss" /></a></h1>

        <div class="content">
        [% INCLUDE advisories_table.html advlst = advdb.sorted %]
        </div>
    </body>
</html>