diff --git a/ccm-sci-bundle/web/themes/foundry/conf/templates.xml b/ccm-sci-bundle/web/themes/foundry/conf/templates.xml index 444d1848a..cb5a30c55 100644 --- a/ccm-sci-bundle/web/themes/foundry/conf/templates.xml +++ b/ccm-sci-bundle/web/themes/foundry/conf/templates.xml @@ -24,6 +24,9 @@ content-items/event-detail.xml + + content-items/mpa-detail.xml + content-items/news-detail.xml @@ -36,6 +39,9 @@ content-items/article-list.xml + + content-items/mpa-list.xml + content-items/list-default.xml diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl index 378795118..f0f983e79 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl @@ -32,6 +32,7 @@ + diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items/mpa.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items/mpa.xsl new file mode 100644 index 000000000..a3fd6aca4 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items/mpa.xsl @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/templates/content-items/mpa-detail.xml b/ccm-sci-bundle/web/themes/foundry/templates/content-items/mpa-detail.xml new file mode 100644 index 000000000..5150115a0 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/templates/content-items/mpa-detail.xml @@ -0,0 +1,53 @@ + + + +

+ +

+ +
+ +
+ + + + + + + +

+ +

+
+ +
+
+
+ + + +
\ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/templates/content-items/mpa-list.xml b/ccm-sci-bundle/web/themes/foundry/templates/content-items/mpa-list.xml new file mode 100644 index 000000000..49794fa5d --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/templates/content-items/mpa-list.xml @@ -0,0 +1,9 @@ + + +

+ +

+
+ +
+
\ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/texts/mpa.xml b/ccm-sci-bundle/web/themes/foundry/texts/mpa.xml new file mode 100644 index 000000000..8f1cb7726 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/texts/mpa.xml @@ -0,0 +1,15 @@ + + + + Nächste Seite + Next page + + + Vorherige Seite + Previous page + + + Artikel auf einer Seite + Article on one page + + \ No newline at end of file