diff --git a/ccm-core/web/themes/foundry-base/conf/templates.xml b/ccm-core/web/themes/foundry-base/conf/templates.xml index 51742526e..a7035545f 100644 --- a/ccm-core/web/themes/foundry-base/conf/templates.xml +++ b/ccm-core/web/themes/foundry-base/conf/templates.xml @@ -33,6 +33,9 @@ content-items/news-detail.xml + + content-items/siteproxy-detail.xml + content-items/detail-default.xml diff --git a/ccm-core/web/themes/foundry-base/templates/content-items/detail-default.xml b/ccm-core/web/themes/foundry-base/templates/content-items/detail-default.xml index 3d4f29220..1b59004d2 100644 --- a/ccm-core/web/themes/foundry-base/templates/content-items/detail-default.xml +++ b/ccm-core/web/themes/foundry-base/templates/content-items/detail-default.xml @@ -1,8 +1,8 @@ - + diff --git a/ccm-core/web/themes/foundry-base/templates/content-items/siteproxy-detail.xml b/ccm-core/web/themes/foundry-base/templates/content-items/siteproxy-detail.xml new file mode 100644 index 000000000..98643d65f --- /dev/null +++ b/ccm-core/web/themes/foundry-base/templates/content-items/siteproxy-detail.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl index aba772b61..79d82c502 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl @@ -35,6 +35,7 @@ + diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/siteproxy.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/siteproxy.xsl new file mode 100644 index 000000000..b46176048 --- /dev/null +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/siteproxy.xsl @@ -0,0 +1,45 @@ + + + + + + + + Processes the proxied XML of a SiteProxy using xsl:apply-templates. + Your theme must provide XSL to transform the proxied XML into HTML. + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/DecisionTree/DecisionTree.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/DecisionTree/DecisionTree.xsl index 7efb439ee..127e3071d 100644 --- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/DecisionTree/DecisionTree.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/DecisionTree/DecisionTree.xsl @@ -114,9 +114,9 @@ + src="{$content-prefix}/templates/ccm-cms-types-decisiontree/forms.js"/> + action="{}/templates/ccm-cms-types-decisiontree/form-handler.jsp">
+ Processes the proxied XML of a SiteProxy using xsl:apply-templates. + Your theme must provide XSL to transform the proxied XML into HTML. +
xsl:apply-templates