diff --git a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/drop_table_cms_article_image_map.sql b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/drop_table_cms_article_image_map.sql index 744c7a551..9e3a8c01a 100644 --- a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/drop_table_cms_article_image_map.sql +++ b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/drop_table_cms_article_image_map.sql @@ -15,4 +15,6 @@ -- -- $Id: drop_table_cms_article_image_map.sql pboy $ +-- move data from cms_article_image_map to cms_item_image_attachments + drop table cms_article_image_map; \ No newline at end of file diff --git a/ccm-cms/src/com/arsdigita/cms/ui/ImageComponentAbstractListener.java b/ccm-cms/src/com/arsdigita/cms/ui/ImageComponentAbstractListener.java index d61d851ff..657757faa 100644 --- a/ccm-cms/src/com/arsdigita/cms/ui/ImageComponentAbstractListener.java +++ b/ccm-cms/src/com/arsdigita/cms/ui/ImageComponentAbstractListener.java @@ -28,11 +28,11 @@ import org.apache.log4j.Logger; * @author Sören Bernstein */ public abstract class ImageComponentAbstractListener implements FormInitListener, - FormProcessListener, - FormSubmissionListener { + FormProcessListener, + FormSubmissionListener { private static final Logger s_log = Logger.getLogger( - ImageComponentSelectListener.class); + ImageComponentSelectListener.class); MapComponentSelectionModel m_imageComponent; public ImageComponentAbstractListener(MapComponentSelectionModel imageComponent) { @@ -42,7 +42,7 @@ public abstract class ImageComponentAbstractListener implements FormInitListener @Override public void init(FormSectionEvent event) - throws FormProcessException { + throws FormProcessException { PageState ps = event.getPageState(); if (!m_imageComponent.isSelected(ps)) { setImageComponent(ps, ImageComponent.LIBRARY); @@ -84,9 +84,12 @@ public abstract class ImageComponentAbstractListener implements FormInitListener return; } - ReusableImageAsset image = component.getImage(event); +// try { + ReusableImageAsset image = component.getImage(event); - processImage(event, ps, component, image); + processImage(event, ps, component, image); +// } catch (FormProcessException ex) { +// } } /** @@ -97,8 +100,6 @@ public abstract class ImageComponentAbstractListener implements FormInitListener protected void cancelled(PageState ps) { } - ; - /** * Process the input. * diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css index 5b477acbb..49e3901e9 100644 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css @@ -37,12 +37,14 @@ h1, h2, h3 html, body{ margin: 0; + border: 0; padding: 0; width: 100%; max-width: 100%; height: 100%; color: #4a4a4a; background-color: #e6e4f2; + background-image: none; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1em; @@ -63,15 +65,18 @@ h2 { .table { display: table; width: 100%; + border: none; } .tableRow { display: table-row; + border: none; } .tableCell, span.key, span.value { display: table-cell; width: auto; + border: none; } @@ -402,12 +407,12 @@ div#content ul, div#content ol { /*----Left----*/ div#left { - margin: 0; + margin: 0 !important; width: 25%; } div#left, div#right{ - top: 0; + top: 0 !important; bottom: 0; } @@ -534,7 +539,7 @@ table thead tr th { color: #999999; text-align: left; background-color: #eeeeee; - border: 1px solid #f2f0ff; + border: 1px solid #f2f0ff !important; } table tbody tr:nth-child(2n) { @@ -545,6 +550,10 @@ table tbody tr td { text-align: left; vertical-align: middle; border: none !important; + hyphens: none; + -moz-hyphens: none; + -webkit-hyphens: none; + -o-hyphens: none; } table tbody tr td + td{ @@ -643,6 +652,10 @@ span.heading { span.key { font-weight: bold; + hyphens: none; + -moz-hyphens: none; + -webkit-hyphens: none; + -o-hyphens: none; } div.actionLink { @@ -694,6 +707,7 @@ ul.bebopList { #folder-browse table.dataTable tbody tr td { text-align: left; + padding:5px; } #folder-browse table.dataTable tbody tr td + td + td + td + td { @@ -894,7 +908,8 @@ div.bebopPanelRow { width:40%; } div.bebopPanelRow table tr td { - margin-bottom:1em; + margin-bottom: 1em; + padding: 3px; } div.bebopPanelRow textarea{ @@ -923,6 +938,7 @@ div#right div.bebopBody { } div.bebopBody table tr{ + border: none !important; text-align:left; } @@ -1219,7 +1235,7 @@ div#cmsFooter .systemInformation { } div#cmsFooter .systemInformation a { - color: inherit; + color: inherit !important; } div#cmsFooter .systemInformation a:hover { color: #ffffff; @@ -1239,7 +1255,7 @@ div#cmsFooter .cmsGlobalNavigation span:hover { } div#cmsFooter .cmsGlobalNavigation span a { - color: inherit; + color: inherit !important; } div#cmsFooter .cmsGlobalNavigation + .cmsGlobalNavigation { @@ -1299,7 +1315,7 @@ a:focus, a:hover, a:active, } #left { - position: static; + position: static !important; float: left; m in-width: 14em; height: 100%; diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css index 6c84a3122..e78e735d2 100755 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css @@ -186,6 +186,11 @@ body, border-color: #f8f6ff; } +.filterControls fieldset { + border-color: #0776a0; +} + + /* Farben Ende */ /* Schriften */ @@ -1835,3 +1840,15 @@ div.contentDefaultLayout div.editLink { top: 3em; } +form.filterControls fieldset { + padding: 0.3em; +} + +form.filterControls span.textFilter, +form.filterControls span.categoryFilter{ + display: block; +} + +form.filterControls input.submit { + display: block; +} \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/imageAttachment.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/imageAttachment.xsl index 6d2dafaf0..8e6d0f1fb 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/imageAttachment.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/imageAttachment.xsl @@ -137,6 +137,9 @@ Parameter showCaption: boolean to sshow caption /cms-service/stream/image/?image_id= + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl index b93ffb111..eea794b55 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl @@ -389,7 +389,7 @@ - + @@ -632,35 +632,35 @@ ---> - -
- - post - - - + post + + + - -
+ + - - - + + + - - - + + + - - - + - - - - - + + + - - - - - + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/moreButton.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/moreButton.xsl index ad18d57d2..b173322a5 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/moreButton.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/moreButton.xsl @@ -44,6 +44,7 @@ + /redirect/?oid= diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl index 0e5625547..3a66ee948 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl @@ -1,5 +1,5 @@ -]> + ]> + + + - + + + + + + + + + - diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl index b55ef23ba..b9c31ad7d 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl @@ -344,6 +344,7 @@ + @@ -364,6 +365,7 @@ + @@ -392,12 +394,23 @@ - - - - - dynamic - + + + + + + + + dynamic + + + + + + + dynamic + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl index 3ea770738..a100c4aa9 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl @@ -179,7 +179,9 @@ - + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/de/SciInstitute.xml b/ccm-sci-bundle/web/themes/mandalay/lang/de/SciInstitute.xml index d9c282d3d..86b87395d 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/de/SciInstitute.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/de/SciInstitute.xml @@ -26,7 +26,7 @@ weiter... mehr lesen - (Abteilungsleitung) + Abteilungsleitung: Überblick Details diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml b/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml index 22458950a..2d5dac470 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml @@ -47,8 +47,10 @@ (Projektleitung) + Förderkennzeichen Drittmittelgeber - Finanzierung + Drittmittelgeber + Finanzierung Volumen der Finanzierung Beteiligte Organisationen diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/de/filterControls.xml b/ccm-sci-bundle/web/themes/mandalay/lang/de/filterControls.xml index 6fd3183d3..69341ef0c 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/de/filterControls.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/de/filterControls.xml @@ -20,6 +20,12 @@ --> + Anwenden + Liste filtern und sortieren + Liste filtern + + Schlagworte + Mitgliederliste filtern Mitgliederliste filtern Fitern @@ -31,14 +37,15 @@ Publikationen filtern Publikationen sortieren Nach Titel filtern - Nach Autor filtern + Nach Autor filtern Erscheinungsjahr Alle Sortieren nach - Titel + sTitel Jahr (aufsteigend) Jahr (absteigend) Autoren + Schlagwörter Projekte filtern und sortieren Projekte filtern diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/en/SciInstitute.xml b/ccm-sci-bundle/web/themes/mandalay/lang/en/SciInstitute.xml index 8e842aa86..b7bb28024 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/en/SciInstitute.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/en/SciInstitute.xml @@ -26,7 +26,7 @@ more » read more - (Abteilungsleitung) + Head of department: Overview Details diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml b/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml index af87dc2e6..19ea8803d 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml @@ -45,7 +45,9 @@ (project coordinator) + Funding code Sponsor + Sponsors Funding Volume of funding diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/en/filterControls.xml b/ccm-sci-bundle/web/themes/mandalay/lang/en/filterControls.xml index 01258dffd..92c57c5fe 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/en/filterControls.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/en/filterControls.xml @@ -20,6 +20,14 @@ --> + + Apply + Filter and sort list + Filter list by + + Keywords + + Filter and sort publications Filter publications Sort publications diff --git a/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml b/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml index fc1efbfbd..0448e666d 100755 --- a/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml +++ b/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml @@ -87,6 +87,8 @@
+ + diff --git a/ccm-sci-bundle/web/themes/mandalay/layout/navigation.xml b/ccm-sci-bundle/web/themes/mandalay/layout/navigation.xml index 9141e6eb0..14bc8a9ec 100755 --- a/ccm-sci-bundle/web/themes/mandalay/layout/navigation.xml +++ b/ccm-sci-bundle/web/themes/mandalay/layout/navigation.xml @@ -31,6 +31,7 @@ + @@ -111,7 +112,6 @@
- false @@ -121,6 +121,7 @@ itemList +
+ + + + + + + + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -86,14 +120,6 @@
- - - - - - - - diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciInstitute/SciInstitute.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciInstitute/SciInstitute.xsl index ba182e2de..239fd28de 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciInstitute/SciInstitute.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciInstitute/SciInstitute.xsl @@ -37,21 +37,34 @@ ***************************************************** --> - - - + + + + - - - + + + - + + +
+ +
+
+
+ + + + + + + + - - + + @@ -69,6 +82,27 @@
+ + + + + + + + + + + + + + + +
+ + + @@ -86,13 +120,6 @@
- - - - - - - diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciMember/SciMember.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciMember/SciMember.xsl index 39d6fb872..be9d7c3c8 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciMember/SciMember.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciMember/SciMember.xsl @@ -29,6 +29,68 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -70,34 +132,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -156,15 +190,6 @@
- -
- - - - - -
-
diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject.xsl index c36ef5d03..e4086762c 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject.xsl @@ -21,16 +21,16 @@ --> + xmlns:bebop="http://www.arsdigita.com/bebop/1.0" + xmlns:cms="http://www.arsdigita.com/cms/1.0" + xmlns:nav="http://ccm.redhat.com/navigation" + xmlns:mandalay="http://mandalay.quasiweb.de" + xmlns:dabin="http://dabin.quasiweb.de" + exclude-result-prefixes="xsl bebop cms mandalay dabin" + version="1.0"> - - - + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProject.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProject.xsl index fb431107b..18bae806e 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProject.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProject.xsl @@ -22,536 +22,559 @@ --> + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:bebop="http://www.arsdigita.com/bebop/1.0" + xmlns:nav="http://ccm.redhat.com/navigation" + xmlns:cms="http://www.arsdigita.com/cms/1.0" + xmlns:mandalay="http://mandalay.quasiweb.de" + exclude-result-prefixes="xsl bebop cms nav" + version="1.0" +> - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - + + + + + - + - - - - - - +
+ +
+ + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
+ + + + + + - - -
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  • - - - - - - - - - - - -
  • -
    - - - - - - - - - - - - - - - - - - - - - /redirect/?oid= - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /redirect/?oid= - - - - - - dynamic - - - - - - - - - - - - - - /redirect/?oid= - - - - - - dynamic - - - - - - - dynamic - - - -
    - - - - - - - - ... - - - - /redirect/?oid= - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    - + + + +
    + +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + + + + + + +
  • +
    + + + + + + + + + + + + + + + + + + + + + + + /redirect/?oid= + + + + + + + + + + - - - + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /redirect/?oid= + + + + + + + + dynamic + + + + + + + + + + + + + + + /redirect/?oid= + + + + + + + + dynamic + + + + + + + dynamic + + + +
    + + + + + + + + ... + + + + + /redirect/?oid= + + + + + + + + + + + + + + + + + + +
    +
    +
    + + + + + +
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProjectSummaryTab.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProjectSummaryTab.xsl index 9dd8e6459..9dd736d2d 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProjectSummaryTab.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciProject/SciProjectSummaryTab.xsl @@ -299,22 +299,36 @@ - + -

    +

    + +

    -
      - - -
    • - -
    • -
      -
    +
      + + +
    • + +
    • +
      +
    +
    + + +

    + + + + +

    +

    + +

    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInCollectedVolume.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInCollectedVolume.xsl index 844d1edf7..5df5598a6 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInCollectedVolume.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInCollectedVolume.xsl @@ -40,6 +40,68 @@ Detail view =========== --> + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -51,34 +113,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -180,13 +214,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInJournal.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInJournal.xsl index eb17a66d8..0843581ea 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInJournal.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ArticleInJournal.xsl @@ -41,37 +41,71 @@ Detail view =========== --> - - + + + + - - + + - + + +
    + +
    +
    +
    + + + + + + + + - - + + - + - + + + + + + + + + + + + + + + + + + + @@ -167,13 +201,6 @@
    - - - - - - -
    @@ -488,4 +515,4 @@ - \ No newline at end of file + diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/CollectedVolume.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/CollectedVolume.xsl index e4f506f66..154d2e367 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/CollectedVolume.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/CollectedVolume.xsl @@ -40,35 +40,69 @@ Detail view =========== --> - - + + + + - - - + + + - + + +
    + +
    +
    +
    + + + + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + @@ -198,13 +232,6 @@
    - - - - - - -
    @@ -413,7 +440,7 @@
    • - +
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Expertise.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Expertise.xsl index d3415ca9c..4c0c0fc31 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Expertise.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Expertise.xsl @@ -40,35 +40,69 @@ Detail view =========== --> - - + + + + - - - + + + - + + +
    + +
    +
    +
    + + + + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + @@ -156,13 +190,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/GreyLiterature.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/GreyLiterature.xsl index 7fefd188e..776d59c83 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/GreyLiterature.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/GreyLiterature.xsl @@ -32,7 +32,7 @@ @@ -40,35 +40,69 @@ Detail view =========== --> - - + + + + - - - + + + - + + +
    + +
    +
    +
    + + + + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + @@ -163,13 +197,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InProceedings.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InProceedings.xsl index c0be7ea6f..9f281386b 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InProceedings.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InProceedings.xsl @@ -40,35 +40,69 @@ Detail view =========== --> - - + + + + - - - + + + - + + +
    + +
    +
    +
    + + + + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + @@ -135,13 +169,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InternetArticle.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InternetArticle.xsl index 7f35dee57..9b92fab3e 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InternetArticle.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/InternetArticle.xsl @@ -41,37 +41,71 @@ Detail view =========== --> - - + + + + - - + + - + + +
    + +
    +
    +
    + + + + + + + + - - + + - + - + + + + + + + + + + + + + + + + + + + @@ -173,13 +207,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Journal.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Journal.xsl index 08e46910e..525bfa405 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Journal.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Journal.xsl @@ -41,37 +41,71 @@ Detail view =========== --> - - + + + + - - + + - + + +
    + +
    +
    +
    + + + + + + + + - - + + - + - + + + + + + + + + + + + + + + + + + + @@ -117,13 +151,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Monograph.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Monograph.xsl index 0f8694913..5974bb8e4 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Monograph.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Monograph.xsl @@ -40,35 +40,69 @@ Detail view =========== --> - - + + + + - - - + + + - + + +
    + +
    +
    +
    + + + + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + @@ -184,13 +218,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Proceedings.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Proceedings.xsl index 4511ab7ff..882a1968b 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Proceedings.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Proceedings.xsl @@ -40,35 +40,69 @@ Detail view =========== --> - - + + + + - - - + + + - + + +
    + +
    +
    +
    + + + + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + @@ -213,14 +247,6 @@
    - - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Publisher.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Publisher.xsl index da2cc43a8..f13b066ab 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Publisher.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Publisher.xsl @@ -35,47 +35,73 @@ Detail view =========== --> - - - + + + + - - + + - + + +
    + +
    +
    +
    + + + + + + + + - - + + - + - + + + + + + + + + + + + + + + + + + +
    - - - - - - -
    @@ -104,4 +130,4 @@ - \ No newline at end of file + diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ResearchReport.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ResearchReport.xsl index 0e3b4de1e..22b847c7e 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ResearchReport.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/ResearchReport.xsl @@ -41,37 +41,71 @@ Detail view =========== --> - - + + + + - - + + - + + +
    + +
    +
    +
    + + + + + + + + - - + + - + - + + + + + + + + + + + + + + + + + + + @@ -152,13 +186,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Review.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Review.xsl index a223f2341..0f25087a0 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Review.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Review.xsl @@ -41,37 +41,71 @@ Detail view =========== --> - - + + + + - - + + - + + +
    + +
    +
    +
    + + + + + + + + - - + + - + - + + + + + + + + + + + + + + + + + + + @@ -152,13 +186,6 @@
    - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/SciAuthor.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/SciAuthor.xsl index 7e1bcbc70..ec5cf8292 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/SciAuthor.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/SciAuthor.xsl @@ -31,6 +31,68 @@ + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -70,34 +132,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @@ -123,13 +157,6 @@ - - - - - - -
    diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Series.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Series.xsl index a4fdb513d..7a4f94218 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Series.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/Series.xsl @@ -33,7 +33,7 @@ @@ -42,37 +42,71 @@ =========== --> - - + + + + - - + + - + + +
    + +
    +
    +
    + + + + + + + + - - + + - + - + + + + + + + + + + + + + + + + + + + @@ -557,4 +591,4 @@ - \ No newline at end of file + diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/WorkingPaper.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/WorkingPaper.xsl index 75150e493..a55163788 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/WorkingPaper.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/WorkingPaper.xsl @@ -33,7 +33,7 @@ @@ -41,6 +41,32 @@ Detail view =========== --> + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + + + + @@ -256,12 +282,12 @@ - + - + @@ -271,12 +297,12 @@ - + - + diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SimpleOrganization/SimpleOrganization.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SimpleOrganization/SimpleOrganization.xsl index daa9f665e..6bbf48ed2 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SimpleOrganization/SimpleOrganization.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SimpleOrganization/SimpleOrganization.xsl @@ -27,66 +27,76 @@ xmlns:mandalay="http://mandalay.quasiweb.de" exclude-result-prefixes="xsl bebop cms nav" version="1.0"> + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - -

    -
    - - + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + + @@ -57,9 +79,21 @@ - + + + + + + + + + + + + + diff --git a/tools-ng/relocate-theme-dir.sh b/tools-ng/relocate-theme-dir.sh index ea9664cf0..115e0c2b3 100755 --- a/tools-ng/relocate-theme-dir.sh +++ b/tools-ng/relocate-theme-dir.sh @@ -3,7 +3,7 @@ # Support filenames with spaces IFS=$'\n' -function list_dir() { +function modify_files() { echo "Set working dir to $(pwd)" for fh in *; do if [[ -d "${fh}" ]]; then @@ -49,5 +49,9 @@ function change_css_file() { } pushd $1 -list_dir +for file in workspace*; do + mv "${file}" "portal-${file}" +done + +modify_files popd