From bc69803e3577bd386047aaf0588998462e885505 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 13 Feb 2002 17:21:24 +0000 Subject: [PATCH] Deliverables are now described in XML. The information comes from the table in Sect. 9.4 of the proposal. Should we try to reproduce that table or is it uninteresting? --- helm/mowgli/home/html/Makefile | 33 +++++++++++ .../html/deliverables/distribution/.cvsignore | 2 + .../.cvsignore | 2 + .../html/deliverables/interfaces/.cvsignore | 5 ++ .../html/deliverables/metadata/.cvsignore | 2 + .../project-management/.cvsignore | 4 ++ .../requirement-analysis/.cvsignore | 3 + .../testing-and-validation/.cvsignore | 4 ++ .../deliverables/transformation/.cvsignore | 7 +++ .../home/xml/deliverables/deliverable.dtd | 20 ++++++- .../xml/deliverables/distribution/d5a.xml | 5 ++ .../xml/deliverables/distribution/d5b.xml | 7 ++- .../d7a.xml | 5 ++ .../d7b.xml | 5 ++ .../home/xml/deliverables/interfaces/d4a.xml | 5 ++ .../home/xml/deliverables/interfaces/d4b.xml | 7 ++- .../home/xml/deliverables/interfaces/d4c.xml | 5 ++ .../home/xml/deliverables/interfaces/d4d.xml | 5 ++ .../home/xml/deliverables/interfaces/d4e.xml | 5 ++ .../home/xml/deliverables/metadata/d3a.xml | 7 ++- .../home/xml/deliverables/metadata/d3b.xml | 5 ++ .../deliverables/project-management/d0a.xml | 7 ++- .../deliverables/project-management/d0b.xml | 7 ++- .../deliverables/project-management/d0c.xml | 7 ++- .../deliverables/project-management/d0d.xml | 7 ++- .../deliverables/requirement-analysis/d1a.xml | 5 ++ .../deliverables/requirement-analysis/d1b.xml | 5 ++ .../deliverables/requirement-analysis/d1c.xml | 7 ++- .../testing-and-validation/d6a.xml | 5 ++ .../testing-and-validation/d6b.xml | 9 ++- .../testing-and-validation/d6c.xml | 8 ++- .../testing-and-validation/d6d.xml | 5 ++ .../xml/deliverables/transformation/d2a.xml | 5 ++ .../xml/deliverables/transformation/d2b.xml | 5 ++ .../xml/deliverables/transformation/d2c.xml | 5 ++ .../xml/deliverables/transformation/d2d.xml | 5 ++ .../xml/deliverables/transformation/d2e.xml | 5 ++ .../xml/deliverables/transformation/d2f.xml | 5 ++ .../xml/deliverables/transformation/d2g.xml | 5 ++ helm/mowgli/home/xsl/deliverable.xsl | 59 +++++++++++++++++++ helm/mowgli/home/xsl/work-package.xsl | 13 ++-- helm/mowgli/home/xsl/work-packages_index.xsl | 5 +- 42 files changed, 304 insertions(+), 23 deletions(-) create mode 100644 helm/mowgli/home/html/deliverables/distribution/.cvsignore create mode 100644 helm/mowgli/home/html/deliverables/information-dissemination-and-exploitation/.cvsignore create mode 100644 helm/mowgli/home/html/deliverables/interfaces/.cvsignore create mode 100644 helm/mowgli/home/html/deliverables/metadata/.cvsignore create mode 100644 helm/mowgli/home/html/deliverables/project-management/.cvsignore create mode 100644 helm/mowgli/home/html/deliverables/requirement-analysis/.cvsignore create mode 100644 helm/mowgli/home/html/deliverables/testing-and-validation/.cvsignore create mode 100644 helm/mowgli/home/html/deliverables/transformation/.cvsignore create mode 100644 helm/mowgli/home/xsl/deliverable.xsl diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 7314f0835..4ce83516e 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -8,6 +8,35 @@ DOCUMENTS = \ consortium.html \ project.html \ news.html \ + deliverables/distribution/d5a.html \ + deliverables/distribution/d5b.html \ + deliverables/information-dissemination-and-exploitation/d7a.html \ + deliverables/information-dissemination-and-exploitation/d7b.html \ + deliverables/interfaces/d4a.html \ + deliverables/interfaces/d4b.html \ + deliverables/interfaces/d4c.html \ + deliverables/interfaces/d4d.html \ + deliverables/interfaces/d4e.html \ + deliverables/metadata/d3a.html \ + deliverables/metadata/d3b.html \ + deliverables/project-management/d0a.html \ + deliverables/project-management/d0b.html \ + deliverables/project-management/d0c.html \ + deliverables/project-management/d0d.html \ + deliverables/requirement-analysis/d1a.html \ + deliverables/requirement-analysis/d1b.html \ + deliverables/requirement-analysis/d1c.html \ + deliverables/testing-and-validation/d6a.html \ + deliverables/testing-and-validation/d6b.html \ + deliverables/testing-and-validation/d6c.html \ + deliverables/testing-and-validation/d6d.html \ + deliverables/transformation/d2a.html \ + deliverables/transformation/d2b.html \ + deliverables/transformation/d2c.html \ + deliverables/transformation/d2d.html \ + deliverables/transformation/d2e.html \ + deliverables/transformation/d2f.html \ + deliverables/transformation/d2g.html \ sites/aei.html \ sites/bologna.html \ sites/dfki.html \ @@ -92,6 +121,10 @@ news.html: $(XMLROOT)/news.xml \ $(XSLROOT)/news.xsl xsltproc -o $@ $(XSLROOT)/news.xsl $< +deliverables/%.html: $(XMLROOT)/deliverables/%.xml \ + $(XSLROOT)/deliverable.xsl + xsltproc -o $@ $(XSLROOT)/deliverable.xsl $< + sites/%.html: $(XMLROOT)/sites/%.xml \ $(XSLROOT)/site.xsl xsltproc -o $@ $(XSLROOT)/site.xsl $< diff --git a/helm/mowgli/home/html/deliverables/distribution/.cvsignore b/helm/mowgli/home/html/deliverables/distribution/.cvsignore new file mode 100644 index 000000000..24596ca98 --- /dev/null +++ b/helm/mowgli/home/html/deliverables/distribution/.cvsignore @@ -0,0 +1,2 @@ +d5a.html +d5b.html diff --git a/helm/mowgli/home/html/deliverables/information-dissemination-and-exploitation/.cvsignore b/helm/mowgli/home/html/deliverables/information-dissemination-and-exploitation/.cvsignore new file mode 100644 index 000000000..4723c15bf --- /dev/null +++ b/helm/mowgli/home/html/deliverables/information-dissemination-and-exploitation/.cvsignore @@ -0,0 +1,2 @@ +d7a.html +d7b.html diff --git a/helm/mowgli/home/html/deliverables/interfaces/.cvsignore b/helm/mowgli/home/html/deliverables/interfaces/.cvsignore new file mode 100644 index 000000000..c94f4c4e1 --- /dev/null +++ b/helm/mowgli/home/html/deliverables/interfaces/.cvsignore @@ -0,0 +1,5 @@ +d4a.html +d4b.html +d4c.html +d4d.html +d4e.html diff --git a/helm/mowgli/home/html/deliverables/metadata/.cvsignore b/helm/mowgli/home/html/deliverables/metadata/.cvsignore new file mode 100644 index 000000000..00ba3da81 --- /dev/null +++ b/helm/mowgli/home/html/deliverables/metadata/.cvsignore @@ -0,0 +1,2 @@ +d3a.html +d3b.html diff --git a/helm/mowgli/home/html/deliverables/project-management/.cvsignore b/helm/mowgli/home/html/deliverables/project-management/.cvsignore new file mode 100644 index 000000000..28430659f --- /dev/null +++ b/helm/mowgli/home/html/deliverables/project-management/.cvsignore @@ -0,0 +1,4 @@ +d0a.html +d0b.html +d0c.html +d0d.html diff --git a/helm/mowgli/home/html/deliverables/requirement-analysis/.cvsignore b/helm/mowgli/home/html/deliverables/requirement-analysis/.cvsignore new file mode 100644 index 000000000..e9c6328a9 --- /dev/null +++ b/helm/mowgli/home/html/deliverables/requirement-analysis/.cvsignore @@ -0,0 +1,3 @@ +d1a.html +d1b.html +d1c.html diff --git a/helm/mowgli/home/html/deliverables/testing-and-validation/.cvsignore b/helm/mowgli/home/html/deliverables/testing-and-validation/.cvsignore new file mode 100644 index 000000000..cf0f34543 --- /dev/null +++ b/helm/mowgli/home/html/deliverables/testing-and-validation/.cvsignore @@ -0,0 +1,4 @@ +d6a.html +d6b.html +d6c.html +d6d.html diff --git a/helm/mowgli/home/html/deliverables/transformation/.cvsignore b/helm/mowgli/home/html/deliverables/transformation/.cvsignore new file mode 100644 index 000000000..06fef3a09 --- /dev/null +++ b/helm/mowgli/home/html/deliverables/transformation/.cvsignore @@ -0,0 +1,7 @@ +d2a.html +d2b.html +d2c.html +d2d.html +d2e.html +d2f.html +d2g.html diff --git a/helm/mowgli/home/xml/deliverables/deliverable.dtd b/helm/mowgli/home/xml/deliverables/deliverable.dtd index a0b763bcc..74478b4f6 100644 --- a/helm/mowgli/home/xml/deliverables/deliverable.dtd +++ b/helm/mowgli/home/xml/deliverables/deliverable.dtd @@ -1,7 +1,25 @@ - + + + + + + + + + + + + + + + diff --git a/helm/mowgli/home/xml/deliverables/distribution/d5a.xml b/helm/mowgli/home/xml/deliverables/distribution/d5a.xml index 75d80cd29..9b0f05581 100644 --- a/helm/mowgli/home/xml/deliverables/distribution/d5a.xml +++ b/helm/mowgli/home/xml/deliverables/distribution/d5a.xml @@ -4,4 +4,9 @@ Overall Architectural Design of the Distribution Model. + + + + + Month 18 diff --git a/helm/mowgli/home/xml/deliverables/distribution/d5b.xml b/helm/mowgli/home/xml/deliverables/distribution/d5b.xml index 4ba6a5c05..d5292485d 100644 --- a/helm/mowgli/home/xml/deliverables/distribution/d5b.xml +++ b/helm/mowgli/home/xml/deliverables/distribution/d5b.xml @@ -3,5 +3,10 @@ - Advanced MOWGLI Prototype. + Advanced MOWGLI Prototype (distribution). + + + + + Month 24 diff --git a/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7a.xml b/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7a.xml index d7cbcc59b..161a03903 100644 --- a/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7a.xml +++ b/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7a.xml @@ -4,4 +4,9 @@ Dissemination and Use Plan. + + + + + Month 6 diff --git a/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7b.xml b/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7b.xml index 0984899a0..859860173 100644 --- a/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7b.xml +++ b/helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7b.xml @@ -4,4 +4,9 @@ Technological Implementation Plan. + + + + + Month 30 diff --git a/helm/mowgli/home/xml/deliverables/interfaces/d4a.xml b/helm/mowgli/home/xml/deliverables/interfaces/d4a.xml index 6b705a64d..487905034 100644 --- a/helm/mowgli/home/xml/deliverables/interfaces/d4a.xml +++ b/helm/mowgli/home/xml/deliverables/interfaces/d4a.xml @@ -4,4 +4,9 @@ MathML Rendering/Browsing engine. + + + + + Month 12 diff --git a/helm/mowgli/home/xml/deliverables/interfaces/d4b.xml b/helm/mowgli/home/xml/deliverables/interfaces/d4b.xml index 0592eccd4..4ae4bbf4a 100644 --- a/helm/mowgli/home/xml/deliverables/interfaces/d4b.xml +++ b/helm/mowgli/home/xml/deliverables/interfaces/d4b.xml @@ -3,5 +3,10 @@ - First MOWGLI Prototype. + First MOWGLI Prototype (browsing, rendering and consultation). + + + + + Month 18 diff --git a/helm/mowgli/home/xml/deliverables/interfaces/d4c.xml b/helm/mowgli/home/xml/deliverables/interfaces/d4c.xml index dcf6f6e44..fa497112e 100644 --- a/helm/mowgli/home/xml/deliverables/interfaces/d4c.xml +++ b/helm/mowgli/home/xml/deliverables/interfaces/d4c.xml @@ -4,4 +4,9 @@ Prototype functionalities for assisted annotation. + + + + + Month 18 diff --git a/helm/mowgli/home/xml/deliverables/interfaces/d4d.xml b/helm/mowgli/home/xml/deliverables/interfaces/d4d.xml index 75ec03f74..60eca71a5 100644 --- a/helm/mowgli/home/xml/deliverables/interfaces/d4d.xml +++ b/helm/mowgli/home/xml/deliverables/interfaces/d4d.xml @@ -4,4 +4,9 @@ LaTeX-based authoring tool (first prototype). + + + + + Month 18 diff --git a/helm/mowgli/home/xml/deliverables/interfaces/d4e.xml b/helm/mowgli/home/xml/deliverables/interfaces/d4e.xml index 14da8a925..82c6ab9ca 100644 --- a/helm/mowgli/home/xml/deliverables/interfaces/d4e.xml +++ b/helm/mowgli/home/xml/deliverables/interfaces/d4e.xml @@ -4,4 +4,9 @@ Refined and extended protoype of the LaTeX-based authoring tool. + + + + + Month 24 diff --git a/helm/mowgli/home/xml/deliverables/metadata/d3a.xml b/helm/mowgli/home/xml/deliverables/metadata/d3a.xml index eef2e0f79..a123da4fd 100644 --- a/helm/mowgli/home/xml/deliverables/metadata/d3a.xml +++ b/helm/mowgli/home/xml/deliverables/metadata/d3a.xml @@ -3,5 +3,10 @@ - Metadata for Mathematics. + Metadata for Mathematical Libraries. + + + + + Month 12 diff --git a/helm/mowgli/home/xml/deliverables/metadata/d3b.xml b/helm/mowgli/home/xml/deliverables/metadata/d3b.xml index 0fd519c0d..5c95c276a 100644 --- a/helm/mowgli/home/xml/deliverables/metadata/d3b.xml +++ b/helm/mowgli/home/xml/deliverables/metadata/d3b.xml @@ -4,4 +4,9 @@ Metadata Model. + + + + + Month 12 diff --git a/helm/mowgli/home/xml/deliverables/project-management/d0a.xml b/helm/mowgli/home/xml/deliverables/project-management/d0a.xml index 20aad8b36..5d633d3ea 100644 --- a/helm/mowgli/home/xml/deliverables/project-management/d0a.xml +++ b/helm/mowgli/home/xml/deliverables/project-management/d0a.xml @@ -3,5 +3,10 @@ - Self Assesment parameters and criteria. + Self-Assesment parameters and criteria. + + + + + Month 6 diff --git a/helm/mowgli/home/xml/deliverables/project-management/d0b.xml b/helm/mowgli/home/xml/deliverables/project-management/d0b.xml index 9965d4a60..28deebd28 100644 --- a/helm/mowgli/home/xml/deliverables/project-management/d0b.xml +++ b/helm/mowgli/home/xml/deliverables/project-management/d0b.xml @@ -3,5 +3,10 @@ - First Self-assesment Report. + First Self-Assesment Report. + + + + + Month 12 diff --git a/helm/mowgli/home/xml/deliverables/project-management/d0c.xml b/helm/mowgli/home/xml/deliverables/project-management/d0c.xml index 145dc44f3..da83343f8 100644 --- a/helm/mowgli/home/xml/deliverables/project-management/d0c.xml +++ b/helm/mowgli/home/xml/deliverables/project-management/d0c.xml @@ -3,5 +3,10 @@ - Second Self-assesment Report. + Second Self-Assesment Report. + + + + + Month 20 diff --git a/helm/mowgli/home/xml/deliverables/project-management/d0d.xml b/helm/mowgli/home/xml/deliverables/project-management/d0d.xml index 8d58a3e20..c7d0accd7 100644 --- a/helm/mowgli/home/xml/deliverables/project-management/d0d.xml +++ b/helm/mowgli/home/xml/deliverables/project-management/d0d.xml @@ -3,5 +3,10 @@ - Final Self-assesment Report. + Final Self-Assesment Report. + + + + + Month 30 diff --git a/helm/mowgli/home/xml/deliverables/requirement-analysis/d1a.xml b/helm/mowgli/home/xml/deliverables/requirement-analysis/d1a.xml index 1ea177d51..02d355d6a 100644 --- a/helm/mowgli/home/xml/deliverables/requirement-analysis/d1a.xml +++ b/helm/mowgli/home/xml/deliverables/requirement-analysis/d1a.xml @@ -4,4 +4,9 @@ Preliminary Report on Application Scenarios and Requirement Analysis. + + + + + Month 3 diff --git a/helm/mowgli/home/xml/deliverables/requirement-analysis/d1b.xml b/helm/mowgli/home/xml/deliverables/requirement-analysis/d1b.xml index 35e26820b..57e90cc90 100644 --- a/helm/mowgli/home/xml/deliverables/requirement-analysis/d1b.xml +++ b/helm/mowgli/home/xml/deliverables/requirement-analysis/d1b.xml @@ -4,4 +4,9 @@ Structure and Meta-Structure of Mathematical Documents. + + + + + Month 6 diff --git a/helm/mowgli/home/xml/deliverables/requirement-analysis/d1c.xml b/helm/mowgli/home/xml/deliverables/requirement-analysis/d1c.xml index 834e82a4f..b91a870a0 100644 --- a/helm/mowgli/home/xml/deliverables/requirement-analysis/d1c.xml +++ b/helm/mowgli/home/xml/deliverables/requirement-analysis/d1c.xml @@ -3,5 +3,10 @@ - Distributed Electronic Libraries: development, archiving, retrieving. + Distributed Digital Libraries: development, archiving, retrieving. + + + + + Month 6 diff --git a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6a.xml b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6a.xml index c88d4ca57..d2a60b7b5 100644 --- a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6a.xml +++ b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6a.xml @@ -4,4 +4,9 @@ Validation 1: Education. + + + + + Month 30 diff --git a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6b.xml b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6b.xml index 67b6c72dc..fb8539bc0 100644 --- a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6b.xml +++ b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6b.xml @@ -3,7 +3,10 @@ - Validation 2: Documents describing the formalization - of a security function embedded into a smart card and the proof that - the code meets its security objectives. + Validation 2: Smart Card Security + + + + + Month 30 diff --git a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6c.xml b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6c.xml index 1ace1ab5e..0a840000b 100644 --- a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6c.xml +++ b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6c.xml @@ -3,6 +3,10 @@ - Validation 3: Journal interface with added functionalities due to - content markup, e.g. search interface. + Validation 3: Journal interface. + + + + + Month 30 diff --git a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6d.xml b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6d.xml index a988cc86a..9980ac0b4 100644 --- a/helm/mowgli/home/xml/deliverables/testing-and-validation/d6d.xml +++ b/helm/mowgli/home/xml/deliverables/testing-and-validation/d6d.xml @@ -4,4 +4,9 @@ Final MOWGLI Prototype. + + + + + Month 30 diff --git a/helm/mowgli/home/xml/deliverables/transformation/d2a.xml b/helm/mowgli/home/xml/deliverables/transformation/d2a.xml index de03b6b73..6e127f365 100644 --- a/helm/mowgli/home/xml/deliverables/transformation/d2a.xml +++ b/helm/mowgli/home/xml/deliverables/transformation/d2a.xml @@ -4,4 +4,9 @@ Exportation module. + + + + + Month 6 diff --git a/helm/mowgli/home/xml/deliverables/transformation/d2b.xml b/helm/mowgli/home/xml/deliverables/transformation/d2b.xml index e5dae03f6..05b68b1ec 100644 --- a/helm/mowgli/home/xml/deliverables/transformation/d2b.xml +++ b/helm/mowgli/home/xml/deliverables/transformation/d2b.xml @@ -4,4 +4,9 @@ Document Type Descriptors. + + + + + Month 12 diff --git a/helm/mowgli/home/xml/deliverables/transformation/d2c.xml b/helm/mowgli/home/xml/deliverables/transformation/d2c.xml index 79ed9e4e7..e911df572 100644 --- a/helm/mowgli/home/xml/deliverables/transformation/d2c.xml +++ b/helm/mowgli/home/xml/deliverables/transformation/d2c.xml @@ -4,4 +4,9 @@ Stylesheets to intermediate representation (formulae). + + + + + Month 12 diff --git a/helm/mowgli/home/xml/deliverables/transformation/d2d.xml b/helm/mowgli/home/xml/deliverables/transformation/d2d.xml index 61cfb1807..c6884fb8b 100644 --- a/helm/mowgli/home/xml/deliverables/transformation/d2d.xml +++ b/helm/mowgli/home/xml/deliverables/transformation/d2d.xml @@ -4,4 +4,9 @@ Stylesheets to intermediate representation (proofs). + + + + + Month 12 diff --git a/helm/mowgli/home/xml/deliverables/transformation/d2e.xml b/helm/mowgli/home/xml/deliverables/transformation/d2e.xml index 45285ff07..32aacc881 100644 --- a/helm/mowgli/home/xml/deliverables/transformation/d2e.xml +++ b/helm/mowgli/home/xml/deliverables/transformation/d2e.xml @@ -4,4 +4,9 @@ Presentational Stylesheets (formulae). + + + + + Month 18 diff --git a/helm/mowgli/home/xml/deliverables/transformation/d2f.xml b/helm/mowgli/home/xml/deliverables/transformation/d2f.xml index 4f3c93fb7..5ee0a5fad 100644 --- a/helm/mowgli/home/xml/deliverables/transformation/d2f.xml +++ b/helm/mowgli/home/xml/deliverables/transformation/d2f.xml @@ -4,4 +4,9 @@ Presentational Stylesheets (proofs). + + + + + Month 18 diff --git a/helm/mowgli/home/xml/deliverables/transformation/d2g.xml b/helm/mowgli/home/xml/deliverables/transformation/d2g.xml index bcd42c5a4..48f47c9b7 100644 --- a/helm/mowgli/home/xml/deliverables/transformation/d2g.xml +++ b/helm/mowgli/home/xml/deliverables/transformation/d2g.xml @@ -4,4 +4,9 @@ Tools for automatic extraction of Metadata. + + + + + Month 18 diff --git a/helm/mowgli/home/xsl/deliverable.xsl b/helm/mowgli/home/xsl/deliverable.xsl new file mode 100644 index 000000000..d3fba91ea --- /dev/null +++ b/helm/mowgli/home/xsl/deliverable.xsl @@ -0,0 +1,59 @@ + + + + + + + + + + + + + <xsl:value-of select="deliverable/@id"/> + <xsl:text> </xsl:text> + <xsl:value-of select="deliverable/@name"/> + + + + + + + + + + + +

+ + + +

+

+ Working package: + + + +

+

+ Leader site: + + + +

+

+ Extimated person-month: + +

+

+ Type: + +

+

+ To be delivered at: + +

+
+ +
diff --git a/helm/mowgli/home/xsl/work-package.xsl b/helm/mowgli/home/xsl/work-package.xsl index 22486f4a1..50cfff268 100644 --- a/helm/mowgli/home/xsl/work-package.xsl +++ b/helm/mowgli/home/xsl/work-package.xsl @@ -60,12 +60,13 @@
  • - - - - - + + + + + + diff --git a/helm/mowgli/home/xsl/work-packages_index.xsl b/helm/mowgli/home/xsl/work-packages_index.xsl index af2b199eb..dbe56c09e 100644 --- a/helm/mowgli/home/xsl/work-packages_index.xsl +++ b/helm/mowgli/home/xsl/work-packages_index.xsl @@ -64,10 +64,9 @@
      - - +
    @@ -88,7 +87,7 @@
  • - + -- 2.39.2