From a032371429818c57d76b78f6d928fae10ca15fb8 Mon Sep 17 00:00:00 2001 From: Peter Provaznik Date: Wed, 15 Nov 2023 12:22:27 +0100 Subject: [PATCH 1/7] include perfDuration ("Duration") in html output --- style/mei_to_html.xsl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style/mei_to_html.xsl b/style/mei_to_html.xsl index 1efc1343..0902eff5 100644 --- a/style/mei_to_html.xsl +++ b/style/mei_to_html.xsl @@ -752,6 +752,7 @@ + @@ -1202,6 +1203,17 @@ .

+ +

+ + + : + + + + . +

+
@@ -3788,4 +3800,4 @@ - \ No newline at end of file + From 8ee261878f879d82d6d678a242dff924d15d5711 Mon Sep 17 00:00:00 2001 From: Peter Provaznik Date: Wed, 15 Nov 2023 15:00:49 +0100 Subject: [PATCH 2/7] apply templates for extent in expression template otherwise extent will not be saved --- filter/xsl/filter_put.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/filter/xsl/filter_put.xsl b/filter/xsl/filter_put.xsl index f5db514a..f931ec91 100644 --- a/filter/xsl/filter_put.xsl +++ b/filter/xsl/filter_put.xsl @@ -250,6 +250,7 @@ + From a95a6a7cc358ce619cae8ef67fc7cc624853ede7 Mon Sep 17 00:00:00 2001 From: Peter Provaznik Date: Wed, 15 Nov 2023 16:17:30 +0100 Subject: [PATCH 3/7] remove hardcoded 'height' in inserted text --- forms/includes/unit-select.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forms/includes/unit-select.xml b/forms/includes/unit-select.xml index b1d6884a..2d1300f9 100644 --- a/forms/includes/unit-select.xml +++ b/forms/includes/unit-select.xml @@ -67,8 +67,8 @@ vu (MEI virtual unit) - + - \ No newline at end of file + From dc072454a171533ac0d4b0a0302d5b40c850d2af Mon Sep 17 00:00:00 2001 From: Peter Provaznik Date: Wed, 15 Nov 2023 16:51:26 +0100 Subject: [PATCH 4/7] revert removal of hardcoded 'height' --- forms/includes/unit-select.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/includes/unit-select.xml b/forms/includes/unit-select.xml index 2d1300f9..604f0f8d 100644 --- a/forms/includes/unit-select.xml +++ b/forms/includes/unit-select.xml @@ -67,7 +67,7 @@ vu (MEI virtual unit) - + From d2f39a04ba9cc0ba32b72c9cdd7e859965f420e8 Mon Sep 17 00:00:00 2001 From: Peter Provaznik Date: Fri, 24 Nov 2023 15:09:59 +0100 Subject: [PATCH 5/7] display perfDuration in component expression html --- style/mei_to_html.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/style/mei_to_html.xsl b/style/mei_to_html.xsl index 0902eff5..b2020637 100644 --- a/style/mei_to_html.xsl +++ b/style/mei_to_html.xsl @@ -851,6 +851,7 @@ + From 5fa595aca337f9e03255d1122a8a446f93ea9152 Mon Sep 17 00:00:00 2001 From: Peter Provaznik Date: Fri, 24 Nov 2023 15:20:05 +0100 Subject: [PATCH 6/7] revert added newline at end of file --- forms/includes/unit-select.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/includes/unit-select.xml b/forms/includes/unit-select.xml index 604f0f8d..b1d6884a 100644 --- a/forms/includes/unit-select.xml +++ b/forms/includes/unit-select.xml @@ -71,4 +71,4 @@ - + \ No newline at end of file From 006196150764271918c643a57934da38c306b935 Mon Sep 17 00:00:00 2001 From: Peter Provaznik Date: Fri, 24 Nov 2023 15:21:24 +0100 Subject: [PATCH 7/7] revert another added newline at end of file --- style/mei_to_html.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/mei_to_html.xsl b/style/mei_to_html.xsl index b2020637..337a1694 100644 --- a/style/mei_to_html.xsl +++ b/style/mei_to_html.xsl @@ -3801,4 +3801,4 @@ - + \ No newline at end of file