diff --git a/ccm-sci-bundle/web/themes/foundry/conf/templates.xml b/ccm-sci-bundle/web/themes/foundry/conf/templates.xml index d8e9f6fc6..02c15bc55 100644 --- a/ccm-sci-bundle/web/themes/foundry/conf/templates.xml +++ b/ccm-sci-bundle/web/themes/foundry/conf/templates.xml @@ -45,4 +45,19 @@ content-items/list-default.xml + + + + portlets/contentitem.xml + + + portlets/item-list.xml + + + portlets/freeform-html.xml + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets/content-item.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets/content-item.xsl deleted file mode 100644 index 248157c0c..000000000 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets/content-item.xsl +++ /dev/null @@ -1,31 +0,0 @@ - -]> - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets/freeform-html.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets/freeform-html.xsl deleted file mode 100644 index 7da72a4a7..000000000 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets/freeform-html.xsl +++ /dev/null @@ -1,21 +0,0 @@ - -]> - - - - -
- -
-
- -
diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags.xsl index eebbe87ff..a1411e48a 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags.xsl @@ -34,6 +34,7 @@ + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/object-list.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/object-list.xsl index bcdb0975d..d15343ded 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/object-list.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/object-list.xsl @@ -68,7 +68,7 @@ - + +
+                
+            
--> diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portal-workspace-grid.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portal-workspace-grid.xsl index 31a4d4db6..ffb9f20af 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portal-workspace-grid.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portal-workspace-grid.xsl @@ -118,11 +118,11 @@ + select="concat('float:left; width = ', current(), ';')"/>--> + select="concat('float:left; width: ', current(), ';')"/> @@ -148,7 +148,49 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets.xsl new file mode 100644 index 000000000..374ea8359 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets.xsl @@ -0,0 +1,37 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/contentitem.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/contentitem.xsl new file mode 100644 index 000000000..710b37be4 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/contentitem.xsl @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/freeform-html.xsl similarity index 68% rename from ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets.xsl rename to ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/freeform-html.xsl index 3fc5c4ee7..5d107d8ad 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/portlets.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/freeform-html.xsl @@ -1,4 +1,4 @@ - + - - - + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/item-list.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/item-list.xsl new file mode 100644 index 000000000..e3e5efff7 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/portlets/item-list.xsl @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/templates/portlets/contentitem.xml b/ccm-sci-bundle/web/themes/foundry/templates/portlets/contentitem.xml new file mode 100644 index 000000000..a53911c31 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/templates/portlets/contentitem.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/templates/portlets/freeform-html.xml b/ccm-sci-bundle/web/themes/foundry/templates/portlets/freeform-html.xml new file mode 100644 index 000000000..44bc571f3 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/templates/portlets/freeform-html.xml @@ -0,0 +1,8 @@ + + + +
+ +
+ +
\ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/templates/portlets/item-list.xml b/ccm-sci-bundle/web/themes/foundry/templates/portlets/item-list.xml new file mode 100644 index 000000000..28f832093 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/templates/portlets/item-list.xml @@ -0,0 +1,14 @@ + + + + +
    + +
  • + +
  • +
    +
+
+ +
\ No newline at end of file