aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/by_src.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/by_src.html')
-rw-r--r--tmpl/by_src.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tmpl/by_src.html b/tmpl/by_src.html
new file mode 100644
index 0000000..a792c81
--- /dev/null
+++ b/tmpl/by_src.html
@@ -0,0 +1,12 @@
+[% USE date -%]
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Mageia advisories for package [% src %]</title>
+ </head>
+ <body>
+ <h1>Mageia advisories for package [% src %]</h1>
+
+ [% INCLUDE advisories_table.html advlst = advdb.by_src.$src.sort.reverse %]
+ </body>
+</html>