From 8cb473a69f2ff2272528cd772dd653b9efd5eade Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 15 Jan 2015 13:58:27 +0000 Subject: [PATCH] Foundry support for item summary git-svn-id: https://svn.libreccm.org/ccm/trunk@3078 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/web/themes/foundry-base/conf/cms.xml | 3 + .../web/themes/foundry-base/texts/cms.xml | 135 ++++++++ ccm-core/web/themes/foundry/conf/cms.xml | 3 + ccm-core/web/themes/foundry/foundry/lib.xsl | 1 + .../web/themes/foundry/foundry/lib/cms.xsl | 28 ++ .../foundry/foundry/lib/cms/item-summary.xsl | 310 ++++++++++++++++++ .../foundry/lib/search/filterControls.xsl | 15 +- .../foundry/lib/search/searchObject.xsl | 2 +- .../web/themes/foundry/foundry/texts/cms.xml | 110 +++++++ 9 files changed, 598 insertions(+), 9 deletions(-) create mode 100644 ccm-core/web/themes/foundry-base/texts/cms.xml create mode 100644 ccm-core/web/themes/foundry/foundry/lib/cms.xsl create mode 100644 ccm-core/web/themes/foundry/foundry/lib/cms/item-summary.xsl diff --git a/ccm-core/web/themes/foundry-base/conf/cms.xml b/ccm-core/web/themes/foundry-base/conf/cms.xml index 9420406cb..33ff708eb 100644 --- a/ccm-core/web/themes/foundry-base/conf/cms.xml +++ b/ccm-core/web/themes/foundry-base/conf/cms.xml @@ -1,7 +1,10 @@ + horizontal false + yes + yes \ No newline at end of file diff --git a/ccm-core/web/themes/foundry-base/texts/cms.xml b/ccm-core/web/themes/foundry-base/texts/cms.xml new file mode 100644 index 000000000..f001779c6 --- /dev/null +++ b/ccm-core/web/themes/foundry-base/texts/cms.xml @@ -0,0 +1,135 @@ + + + + + Willkommen + Welcome + + + + Kategorienzuweisen bearbeiten + Edit assigned categories + + + + Kategoriezuweisung ändern + Change associated categories + + + Es sind keine Kategorien dieses Kontextes zugewiesen + There are no categories assigned in this context. + + + Zuweisung aufheben + Remove assignment + + + + Item Summary + Zusammenfassung + + + Content type: + Dokumenttyp + + + Name: + Name: + + + Title: + Titel: + + + Description: + Beschreibung: + + + Subject categories: + Schlagwörter: + + + + Categories + Kategorien + + + Stable Link + Permalink + + + + Lifecyle + Lebenszyklus + + + No lifecycle + Kein Lebenszyklus definiert + + + This item is scheduled to be published on + Dieser Dokument wird am + + + and will + veröffentlicht und + + + . + entfernt werden. + + + This item was published on + Dieser Dokument wurde am + + + and expired on + veröffentlicht und + + + . + wieder entfernt. + + + This item was published on + Dieser Dokument wurde am + + + and will + veröffentlicht und wird + + + . + entfernt. + + + + Workflow + Arbeitsablauf + + + Restart editing + Erneut bearbeiten + + + No Comment + Kein Kommentar + + + + Revisions + Revisionen + + + Current Revision + Aktuelle Revision + + + Initial Revision + Ursprüngliche Revision + + + View Revision + Revision ansehen + + \ No newline at end of file diff --git a/ccm-core/web/themes/foundry/conf/cms.xml b/ccm-core/web/themes/foundry/conf/cms.xml index 9420406cb..33ff708eb 100644 --- a/ccm-core/web/themes/foundry/conf/cms.xml +++ b/ccm-core/web/themes/foundry/conf/cms.xml @@ -1,7 +1,10 @@ + horizontal false + yes + yes \ No newline at end of file diff --git a/ccm-core/web/themes/foundry/foundry/lib.xsl b/ccm-core/web/themes/foundry/foundry/lib.xsl index 6f8a411d3..43049f810 100644 --- a/ccm-core/web/themes/foundry/foundry/lib.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib.xsl @@ -24,6 +24,7 @@ version="2.0"> + diff --git a/ccm-core/web/themes/foundry/foundry/lib/cms.xsl b/ccm-core/web/themes/foundry/foundry/lib/cms.xsl new file mode 100644 index 000000000..fcbb025cd --- /dev/null +++ b/ccm-core/web/themes/foundry/foundry/lib/cms.xsl @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file diff --git a/ccm-core/web/themes/foundry/foundry/lib/cms/item-summary.xsl b/ccm-core/web/themes/foundry/foundry/lib/cms/item-summary.xsl new file mode 100644 index 000000000..f8a478f6c --- /dev/null +++ b/ccm-core/web/themes/foundry/foundry/lib/cms/item-summary.xsl @@ -0,0 +1,310 @@ + + + + + + + + +
+

+ +

+ +
+
+ + + + + + +
+
+
+ + + + + + +
+
+ + + + + + +
+ +
+ + + + + + +
+
+ +
+ + + +
+ + + + + + +
+
+ + + +
    +
  • + +
  • +
+
+ + + +
+

+ +

+
+ +
+
+
+ + + +
    +
  • + +
  • +
+
+ + + +
+

+ +

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

+ +

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

+ +

+
+ + + + + + +
+
+
+ + + + +
+ + + + + + ( + + ) + + + + + + + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+

+ +

+
+
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ + + +
+ + + + + + + + + + + + + + + + +
+
+ +
\ No newline at end of file diff --git a/ccm-core/web/themes/foundry/foundry/lib/search/filterControls.xsl b/ccm-core/web/themes/foundry/foundry/lib/search/filterControls.xsl index 9f9d15bc7..963c0e447 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/search/filterControls.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/search/filterControls.xsl @@ -22,14 +22,13 @@ - + diff --git a/ccm-core/web/themes/foundry/foundry/lib/search/searchObject.xsl b/ccm-core/web/themes/foundry/foundry/lib/search/searchObject.xsl index 238d57202..81652dc44 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/search/searchObject.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/search/searchObject.xsl @@ -73,7 +73,7 @@ - + diff --git a/ccm-core/web/themes/foundry/foundry/texts/cms.xml b/ccm-core/web/themes/foundry/foundry/texts/cms.xml index 77b992bfd..f001779c6 100644 --- a/ccm-core/web/themes/foundry/foundry/texts/cms.xml +++ b/ccm-core/web/themes/foundry/foundry/texts/cms.xml @@ -1,5 +1,6 @@ + Willkommen Welcome @@ -22,4 +23,113 @@ Zuweisung aufheben Remove assignment + + + Item Summary + Zusammenfassung + + + Content type: + Dokumenttyp + + + Name: + Name: + + + Title: + Titel: + + + Description: + Beschreibung: + + + Subject categories: + Schlagwörter: + + + + Categories + Kategorien + + + Stable Link + Permalink + + + + Lifecyle + Lebenszyklus + + + No lifecycle + Kein Lebenszyklus definiert + + + This item is scheduled to be published on + Dieser Dokument wird am + + + and will + veröffentlicht und + + + . + entfernt werden. + + + This item was published on + Dieser Dokument wurde am + + + and expired on + veröffentlicht und + + + . + wieder entfernt. + + + This item was published on + Dieser Dokument wurde am + + + and will + veröffentlicht und wird + + + . + entfernt. + + + + Workflow + Arbeitsablauf + + + Restart editing + Erneut bearbeiten + + + No Comment + Kein Kommentar + + + + Revisions + Revisionen + + + Current Revision + Aktuelle Revision + + + Initial Revision + Ursprüngliche Revision + + + View Revision + Revision ansehen + \ No newline at end of file