From 0e4fe763d2e1de2c0e26294ba9d9f80ed4c9c198 Mon Sep 17 00:00:00 2001 From: jgenero Date: Fri, 21 Oct 2022 11:35:08 +0200 Subject: [PATCH] js footnotes are working --- app/static/xsl/actes_princiers.xsl | 53 ++++++++++++++--------- app/templates/container.html | 8 +++- app/templates/partials/app_css_links.html | 4 +- 3 files changed, 40 insertions(+), 25 deletions(-) diff --git a/app/static/xsl/actes_princiers.xsl b/app/static/xsl/actes_princiers.xsl index 24deebe..ea2e14a 100644 --- a/app/static/xsl/actes_princiers.xsl +++ b/app/static/xsl/actes_princiers.xsl @@ -10,15 +10,18 @@
- -
- -
- +
+ + +
+
    + +
+
@@ -358,7 +361,7 @@ - + @@ -375,14 +378,19 @@ + + fnref: + + - - # + #fn: - - + + footnote + + @@ -438,14 +446,14 @@ - + - + - + . @@ -453,16 +461,21 @@ - + - + fn: - - - . - - + + footnote + + + + + . + + + \ No newline at end of file diff --git a/app/templates/container.html b/app/templates/container.html index 8d9f08a..ca152e7 100644 --- a/app/templates/container.html +++ b/app/templates/container.html @@ -107,6 +107,7 @@ + @@ -114,6 +115,11 @@ + + + - \ No newline at end of file diff --git a/app/templates/partials/app_css_links.html b/app/templates/partials/app_css_links.html index 826f9c2..58a92f4 100644 --- a/app/templates/partials/app_css_links.html +++ b/app/templates/partials/app_css_links.html @@ -1,13 +1,11 @@ - - - \ No newline at end of file + \ No newline at end of file