From 080689b73c2aa3a98bca215d6213089442b7e6b8 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 12 Jul 2013 13:45:55 +0000 Subject: Fix indentation --- tmpl/CVE.html | 10 ++--- tmpl/advisories.html | 2 +- tmpl/advisory.html | 108 +++++++++++++++++++++++++-------------------------- tmpl/by_cve.html | 2 +- tmpl/by_rel.html | 2 +- tmpl/by_src.html | 2 +- tmpl/index.html | 64 +++++++++++++++--------------- 7 files changed, 95 insertions(+), 95 deletions(-) diff --git a/tmpl/CVE.html b/tmpl/CVE.html index 24e0f85..493af5a 100644 --- a/tmpl/CVE.html +++ b/tmpl/CVE.html @@ -10,11 +10,11 @@

Advisories » CVE list

- +
diff --git a/tmpl/advisories.html b/tmpl/advisories.html index 0b95ac2..e5fa506 100644 --- a/tmpl/advisories.html +++ b/tmpl/advisories.html @@ -11,7 +11,7 @@

Advisories » All rss

- [% INCLUDE advisories_table.html advlst = advdb.sorted %] + [% INCLUDE advisories_table.html advlst = advdb.sorted %]
diff --git a/tmpl/advisory.html b/tmpl/advisory.html index dd49031..807402b 100644 --- a/tmpl/advisory.html +++ b/tmpl/advisory.html @@ -11,65 +11,65 @@

Advisories » [% advisory %]

-
-

[% adv.subject %]

+
+

[% adv.subject %]

- Publication date: [% date.format(adv.status.published, format => '%d %b %Y', gmt => 1) %]
- Type: [% adv.type %]
- Affected Mageia releases : - [% SET sep = '' %] - [% FOREACH rel IN adv.src.keys.sort %] - [% sep %] - [% SET sep = ', ' %] - [% rel %] - [% END %] -
+ Publication date: [% date.format(adv.status.published, format => '%d %b %Y', gmt => 1) %]
+ Type: [% adv.type %]
+ Affected Mageia releases : + [% SET sep = '' %] + [% FOREACH rel IN adv.src.keys.sort %] + [% sep %] + [% SET sep = ', ' %] + [% rel %] + [% END %] +
- [% SET sep = '' %] - [% IF adv.CVE && adv.CVE.list.size != 0 %] - CVE: - [% FOREACH cve IN adv.CVE %] - [% sep %] - [% SET sep = ', ' %] - [% cve %] - [% END %] - [% END %] -
+ [% SET sep = '' %] + [% IF adv.CVE && adv.CVE.list.size != 0 %] + CVE: + [% FOREACH cve IN adv.CVE %] + [% sep %] + [% SET sep = ', ' %] + [% cve %] + [% END %] + [% END %] +
-
-

Description

-
-        [%- adv.description -%]
-        
-
+
+

Description

+
+                [%- adv.description -%]
+                
+
-
-

References

- -
+
+

References

+ +
-
-

SRPMS

- [% FOREACH rel IN adv.src.keys -%] - [% FOREACH media IN adv.src.$rel.keys -%] -

[% rel %]/[% media %]

-
    - [% FOREACH srpm IN adv.src.$rel.$media -%] -
  • [% srpm %]
  • - [% END -%] -
- [% END -%] - [% END -%] -
+
+

SRPMS

+ [% FOREACH rel IN adv.src.keys -%] + [% FOREACH media IN adv.src.$rel.keys -%] +

[% rel %]/[% media %]

+
    + [% FOREACH srpm IN adv.src.$rel.$media -%] +
  • [% srpm %]
  • + [% END -%] +
+ [% END -%] + [% END -%] +
diff --git a/tmpl/by_cve.html b/tmpl/by_cve.html index 1102d9f..44cc0d7 100644 --- a/tmpl/by_cve.html +++ b/tmpl/by_cve.html @@ -10,7 +10,7 @@

Advisories » [% CVE %]

- [% INCLUDE advisories_table.html advlst = advdb.by_cve.$CVE %] + [% INCLUDE advisories_table.html advlst = advdb.by_cve.$CVE %]
diff --git a/tmpl/by_rel.html b/tmpl/by_rel.html index 7989f75..4a4248b 100644 --- a/tmpl/by_rel.html +++ b/tmpl/by_rel.html @@ -11,7 +11,7 @@

Advisories » Mageia [% rel %] rss

- [% INCLUDE advisories_table.html advlst = advdb.by_rel.$rel %] + [% INCLUDE advisories_table.html advlst = advdb.by_rel.$rel %]
diff --git a/tmpl/by_src.html b/tmpl/by_src.html index 6426e8f..95148b8 100644 --- a/tmpl/by_src.html +++ b/tmpl/by_src.html @@ -11,7 +11,7 @@

Advisories » Package [% src %] rss

- [% INCLUDE advisories_table.html advlst = advdb.by_src.$src %] + [% INCLUDE advisories_table.html advlst = advdb.by_src.$src %]
diff --git a/tmpl/index.html b/tmpl/index.html index 91e20e6..671f917 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -9,43 +9,43 @@ [%- INCLUDE body_top.html -%]

Mageia Advisories

-
-

Advisories

- -
+
+

Advisories

+ +
-
-

CVE list

- A list of fixed CVE is available. -
+
+

CVE list

+ A list of fixed CVE is available. +
-
-

Command line tool

- A command line tool is available to list and display advisories. - More details. -
+
+

Command line tool

+ A command line tool is available to list and display advisories. + More details. +
-
-

Older Advisories

- Older advisories are available on Mageia wiki. -
+
+

Older Advisories

+ Older advisories are available on Mageia wiki. +
-
-

DB Dump

- A dump of all advisories is available as a yaml file. -
+
+

DB Dump

+ A dump of all advisories is available as a yaml file. +
-
-

Source code

- Source code for the tool used to generate this website is - available on svn. - Patches or ideas can be posted on the sysadmin-discuss mailing list. -
+
+

Source code

+ Source code for the tool used to generate this website is + available on svn. + Patches or ideas can be posted on the sysadmin-discuss mailing list. +
-- cgit v1.2.1