diff --git a/src-modules/module/viz/conf/includes.txt b/src-modules/module/viz/conf/includes.txt index 70945b9..fe0d99c 100644 --- a/src-modules/module/viz/conf/includes.txt +++ b/src-modules/module/viz/conf/includes.txt @@ -20,4 +20,6 @@ xml/pageComponents_html_final_viz.xsl.sam xml/viz_html_chart.xsl xml/viz_html_chart_sankey.xsl xml/viz_html_chart_viewer.xsl - +xml/tabelle_html_viz.xsl +xml/viz_components.xsl +xml/viz_tableComponents.xsl diff --git a/src-modules/module/viz/schluesseltabellen/sx_stylesheets_einfuegen.sql b/src-modules/module/viz/schluesseltabellen/sx_stylesheets_einfuegen.sql index cf04fd5..5a56059 100755 --- a/src-modules/module/viz/schluesseltabellen/sx_stylesheets_einfuegen.sql +++ b/src-modules/module/viz/schluesseltabellen/sx_stylesheets_einfuegen.sql @@ -20,7 +20,9 @@ }, {"filename":"viz_html_chart_sankey.xsl", "caption":"Übergangsdiagramm (Sankey-Diagramm)", "description":"Kreuztabelle Studienanfänger MA und vorheriger BA", "relation":"table", "contenttype":"text/html","is_generic":"0"}, {"filename":"30220_html_chart_sankey.xsl", "caption":"Übergangsdiagramm-Viewer(Sankey-Diagramm)", "description":"Kreuztabelle Studienanfänger MA und vorheriger BA", "relation":"table", "contenttype":"text/html","is_generic":"0"}, -{"filename":"viz_html_chart_viewer.xsl", "caption":"Dashboard", "description":"Viewer-Stylesheet für VIZ Charts", "relation":"table", "contenttype":"text/html","is_generic":"1"} +{"filename":"viz_html_chart_viewer.xsl", "caption":"Dashboard", "description":"Viewer-Stylesheet für VIZ Charts", "relation":"table", "contenttype":"text/html","is_generic":"1"}, +{"filename":"tabelle_html_viz.xsl", "caption":"Tabelle + Visualisierung", "description":"Viewer-Stylesheet für Tabellen und VIZ Charts", "relation":"table", "contenttype":"text/html","is_generic":"1"} + ] /> <#assign stylesheet_field = [ {"filename":"viz_html_chart_sankey.xsl", "tablename":"erfolg_ba_ma_uebergang", "fieldname":"abschluss_vorher_abschluss"}, diff --git a/superx/xml/tabelle_html_viz.xsl b/superx/xml/tabelle_html_viz.xsl new file mode 100644 index 0000000..5dd49f9 --- /dev/null +++ b/superx/xml/tabelle_html_viz.xsl @@ -0,0 +1,1115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dojo.require("dojo.widget.Dialog"); + dojo.require("dojo.widget.Button"); + dojo.require("dojo.event.*"); + dojo.require("dojo.io.*"); + dojo.require("dojo.widget.*"); + dojo.require("dojo.html.selection"); + dojo.require("dojo.widget.ContentPane"); + dojo.require("dojo.widget.TreeV3"); + dojo.require("dojo.widget.TreeNodeV3"); + dojo.require("dojo.widget.TreeBasicController"); + dojo.require("dojo.widget.TreeSelectorV3"); + dojo.require("dojo.widget.TreeEmphasizeOnSelect"); + dojo.require("dojo.widget.Tooltip"); + dojo.require("dojo.widget.DropdownDatePicker"); + dojo.registerModulePath("memtext", "../memtext"); + dojo.require("memtext.widget.MemTree"); + dojo.require("memtext.widget.TreeLoadingControllerSx"); + + dojo.hostenv.writeIncludes(); + + +]]> + + + + + + + + +
+ +

 Laden...

+ +
+ +page-wrap + + + + + +
+ + wrapperCockpit + + + + + + + + + + + + + customfooter +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + +Template tableSingletable in file tabelle_html.xsl + + + + + + + + +
+

+ + + + + + + + +
+
+
+ + + + + + + + + + + + + +colgroup +col + + + + + +javascript:setHeaderExpanded(' +', +,,false); +   + + + + + + + + +javascript:setHeaderExpanded(' +', +,,true); +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +' + + + + + + + + +
+
+ +
+ +
+ + +
+ + +5 + + + + + + + + +true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +legende + +openModalSparkImage(''); +Legende ... + + + + + +erlaeuterung + +openModalSparkImage(''); +Erläuterung ... + + + + + + +

Legende

+

+ + + + + + + + + + + + : + + + + + + + + + ... + + +   + + - Stand: + + + + +   + + + + + User: +   + Stand: +   + + / + + + +

+ +

+ + + + +

+
+ + + +
+ + + + + + + + + + + + + + + + + + +' + + + + + + + + + + + + + + + + +

+ + + + + + + + + + + + :  + + + + + ... + + + + - Stand: + + + +
+
+ +
+ +User:
+Stand: +

+
+ + +

+ +
+ + + +
+  +
+
+
Maske + + +
+
+
+
+
+ +  +
+
Ergebnistabelle + +
+
+
+
+
+ +
+ + + + + + + + + + + +
diff --git a/superx/xml/viz_components.xsl b/superx/xml/viz_components.xsl new file mode 100644 index 0000000..24893a3 --- /dev/null +++ b/superx/xml/viz_components.xsl @@ -0,0 +1,535 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="$title" /> + + + + + <xsl:text>HISinOne-BI</xsl:text> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + diff --git a/superx/xml/viz_html_chart_sankey.xsl b/superx/xml/viz_html_chart_sankey.xsl index 4c8beaf..12e23c9 100644 --- a/superx/xml/viz_html_chart_sankey.xsl +++ b/superx/xml/viz_html_chart_sankey.xsl @@ -5,8 +5,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:HtmlUtils="de.superx.util - + + + + + + + + + + + // für Druck ohne Menü +function printDiv(divName) { + var printContents = document.getElementById(divName).innerHTML; + w=window.open(); + w.document.write(printContents); + w.print(); + w.close(); +} + + var felder = new Array();]]> + + felder[]= new Object(); + felder[]["htmlname"]=''; + felder[]["name"]=''; + felder[]["cb_name"]=''; + + + " + + felder[]["value"]=" + + + + +"; + + + var stylesheetcontenttype = new Array(); + + stylesheetcontenttype[''] = ''; + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + " value=" + " + + ]]> + + + + + + + + + + + +
+  + +
+
+  + + +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+

Export nach:
+ + Ausgabe im PDF-Querformat +   + + Ausgabe in Excel +   + + Ausgabe in Word +

+
+ +
+
+
+
+
+ + +
+
+ + + + + +
+ + +
+ + + + + Nicht unterstützter Ergebnistyp + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+ + + + +
+
+ + + + + +
+
+ +
+ + + + +
+
+ + + + + +
+ + + + +tabelleComboLaden( + + ,' + + ',' + + ',' + + '); + +
+
+

+ + + + +

+
+   +   + +
+

+ + + + + + + + + + +

+   +   +   +   + + +
+
+
+ + + + + + + + +{"version":"0.2b", +"id":1, +"name":"", +"renderer":"plot", +"dataSources":[{"value":"0", +"nr":1, +"name":"Tab. 1", +"isDefault":true}, +{"value":"1", +"nr":2, +"name":"Tab. 2", +"isDefault":false}, +{"value":"2", +"nr":3, +"name":"Tab. 3", +"isDefault":false}], +"targetDiv":"", +"chartElements":[{"nr":0, +"vizTypeUniquename":"bar_y", +"caption":"bar_y", +"datasource":" + +", +"elementTypeProperties":[{"nr":0, +"vizTypePropertyUniquename":"x", +"caption":"X-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"y", +"caption":"Y-Achse", +"propertyValue":" +"}]}], +"chartPropertiesUsed":[{"name":"caption", +"vizPropertyVariablename":"caption", +"propertyValue":" "}, +{"name":"height", +"vizPropertyVariablename":"height", +"propertyValue":"100", +"propUnit":""}, +{"name":"width", +"vizPropertyVariablename":"width", +"propertyValue":"100", +"propUnit":""}, +{"name":"marginLeft", +"vizPropertyVariablename":"marginLeft", +"propertyValue":"0", +"propUnit":""}, +{"name":"marginRight", +"vizPropertyVariablename":"marginRight", +"propertyValue":"0", +"propUnit":""}, +{"name":"marginBottom", +"vizPropertyVariablename":"marginBottom", +"propertyValue":"0", +"propUnit":""}, +{"name":"backgroundColor", +"vizPropertyVariablename":"backgroundColor", +"propertyValue":"#D9EDFF", +"propUnit":""}, +{"name":"color", +"vizPropertyVariablename":"color", +"propertyValue":"#000000", +"propUnit":""}, +{"name":"fill_static", +"vizPropertyVariablename":"fill", +"propertyValue":"#004c93", +"propUnit":""}, +{"name":"label_y", +"vizPropertyVariablename":"label", +"propertyValue":" ", +"propUnit":""}, +{"name":"line_y", +"vizPropertyVariablename":"line", +"propertyValue":"false", +"propUnit":""}, +{"name":"line_x", +"vizPropertyVariablename":"line", +"propertyValue":"false", +"propUnit":""}], +"dataTransformation":[]} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{"version":"0.2b", +"id":1, +"name":"", +"renderer":"plot", +"dataSources":[{"value":"0", +"nr":1, +"name":"Tab. 1", +"isDefault":true}, +{"value":"1", +"nr":2, +"name":"Tab. 2", +"isDefault":false}, +{"value":"2", +"nr":3, +"name":"Tab. 3", +"isDefault":false}], +"targetDiv":"", +"chartElements":[{"nr":0, +"vizTypeUniquename":"bar_y", +"caption":"bar_y", +"datasource":" + +", +"elementTypeProperties":[{"nr":0, +"vizTypePropertyUniquename":"x", +"caption":"X-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"y", +"caption":"Y-Achse", +"propertyValue":" +"}]}], +"chartPropertiesUsed":[{"name":"caption", +"vizPropertyVariablename":"caption", +"propertyValue":" +"}, +{"name":"height", +"vizPropertyVariablename":"height", +"propertyValue":"600", +"propUnit":""}, +{"name":"width", +"vizPropertyVariablename":"width", +"propertyValue":"800", +"propUnit":""}, +{"name":"marginLeft", +"vizPropertyVariablename":"marginLeft", +"propertyValue":"50", +"propUnit":""}, +{"name":"marginRight", +"vizPropertyVariablename":"marginRight", +"propertyValue":"0", +"propUnit":""}, +{"name":"marginTop", +"vizPropertyVariablename":"marginTop", +"propertyValue":"80", +"propUnit":""}, +{"name":"marginBottom", +"vizPropertyVariablename":"marginBottom", +"propertyValue":"200", +"propUnit":""}, +{"name":"backgroundColor", +"vizPropertyVariablename":"backgroundColor", +"propertyValue":"#D9EDFF", +"propUnit":""}, +{"name":"color", +"vizPropertyVariablename":"color", +"propertyValue":"#000000", +"propUnit":""}, +{"name":"fontFamily", +"vizPropertyVariablename":"fontFamily", +"propertyValue":"sans-serif", +"propUnit":""}, +{"name":"fontSize", +"vizPropertyVariablename":"fontSize", +"propertyValue":"15", +"propUnit":"px"}, +{"name":"fill_static", +"vizPropertyVariablename":"fill", +"propertyValue":"#004c93", +"propUnit":""}, +{"name":"label_y", +"vizPropertyVariablename":"label", +"propertyValue":" +", +"propUnit":""}, +{"name":"line_y", +"vizPropertyVariablename":"line", +"propertyValue":"true", +"propUnit":""}, +{"name":"label_x", +"vizPropertyVariablename":"label", +"propertyValue":" +", +"propUnit":""}, +{"name":"line_x", +"vizPropertyVariablename":"line", +"propertyValue":"true", +"propUnit":""}, +{"name":"tickRotate_x", +"vizPropertyVariablename":"tickRotate", +"propertyValue":"-45", +"propUnit":""}], +"dataTransformation":[]} + + + + + + + + + + +{"version":"0.2b", +"id":1, +"name":"", +"renderer":"plot", +"dataSources":[{"value":"0", +"nr":1, +"name":"Tab. 1", +"isDefault":true}, +{"value":"1", +"nr":2, +"name":"Tab. 2", +"isDefault":false}, +{"value":"2", +"nr":3, +"name":"Tab. 3", +"isDefault":false}], +"targetDiv":"", +"chartElements":[{"nr":0, +"vizTypeUniquename":"line", +"caption":"line", +"datasource":" + +", +"elementTypeProperties":[{"nr":0, +"vizTypePropertyUniquename":"x", +"caption":"X-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"y", +"caption":"Y-Achse", +"propertyValue":" +"}]}, +{"nr":0, +"vizTypeUniquename":"dot", +"caption":"dot", +"datasource":" + +", +"elementTypeProperties":[{"nr":0, +"vizTypePropertyUniquename":"x", +"caption":"X-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"y", +"caption":"Y-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"marginLeft", +"caption":"Außenrand links", +"propertyValue":"100"}, +{"nr":0, +"vizTypePropertyUniquename":"backgroundColor", +"caption":"Hintergrundfarbe", +"propertyValue":"#ffffff"}, +{"nr":0, +"vizTypePropertyUniquename":"color", +"caption":"Schriftfarbe", +"propertyValue":"#000000"}, +{"nr":0, +"vizTypePropertyUniquename":"fill_static", +"caption":"Flächenfarbe", +"propertyValue":"#000000"}, +{"nr":0, +"vizTypePropertyUniquename":"line_x", +"caption":"X: Linie", +"propertyValue":"true"}, +{"nr":0, +"vizTypePropertyUniquename":"line_y", +"caption":"Y: Linie", +"propertyValue":"true"}]}], +"chartPropertiesUsed":[{"name":"caption", +"vizPropertyVariablename":"caption", +"propertyValue":" "}, +{"name":"height", +"vizPropertyVariablename":"height", +"propertyValue":"100", +"propUnit":""}, +{"name":"width", +"vizPropertyVariablename":"width", +"propertyValue":"100", +"propUnit":""}, +{"name":"marginLeft", +"vizPropertyVariablename":"marginLeft", +"propertyValue":"0", +"propUnit":""}, +{"name":"marginRight", +"vizPropertyVariablename":"marginRight", +"propertyValue":"0", +"propUnit":""}, +{"name":"marginTop", +"vizPropertyVariablename":"marginTop", +"propertyValue":"0", +"propUnit":""}, +{"name":"marginBottom", +"vizPropertyVariablename":"marginBottom", +"propertyValue":"0", +"propUnit":""}, +{"name":"backgroundColor", +"vizPropertyVariablename":"backgroundColor", +"propertyValue":"#D9EDFF", +"propUnit":""}, +{"name":"color", +"vizPropertyVariablename":"color", +"propertyValue":"#004c93", +"propUnit":""}, +{"name":"fontFamily", +"vizPropertyVariablename":"fontFamily", +"propertyValue":"sans-serif", +"propUnit":""}, +{"name":"fontSize", +"vizPropertyVariablename":"fontSize", +"propertyValue":"14", +"propUnit":"px"}, +{"name":"fill_static", +"vizPropertyVariablename":"fill", +"propertyValue":"#004c93", +"propUnit":""}, +{"name":"label_y", +"vizPropertyVariablename":"label", +"propertyValue":" ", +"propUnit":""}, +{"name":"line_y", +"vizPropertyVariablename":"line", +"propertyValue":"false", +"propUnit":""}, +{"name":"domain", +"vizPropertyVariablename":"domain", +"propertyValue":"[0, +100]", +"propUnit":""}, +{"name":"label_x", +"vizPropertyVariablename":"label", +"propertyValue":" ", +"propUnit":""}, +{"name":"line_x", +"vizPropertyVariablename":"line", +"propertyValue":"false", +"propUnit":""}, +{"name":"tickRotate_x", +"vizPropertyVariablename":"tickRotate", +"propertyValue":"-45", +"propUnit":""}], +"dataTransformation":[]} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{"version":"0.2b", +"id":1, +"name":"", +"renderer":"plot", +"dataSources":[{"value":"0", +"nr":1, +"name":"Tab. 1", +"isDefault":true}, +{"value":"1", +"nr":2, +"name":"Tab. 2", +"isDefault":false}, +{"value":"2", +"nr":3, +"name":"Tab. 3", +"isDefault":false}], +"targetDiv":"", +"chartElements":[{"nr":0, +"vizTypeUniquename":"line", +"caption":"line", +"datasource":" + +", +"elementTypeProperties":[{"nr":0, +"vizTypePropertyUniquename":"x", +"caption":"X-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"y", +"caption":"Y-Achse", +"propertyValue":" +"}]}, +{"nr":0, +"vizTypeUniquename":"dot", +"caption":"dot", +"datasource":" + +", +"elementTypeProperties":[{"nr":0, +"vizTypePropertyUniquename":"x", +"caption":"X-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"y", +"caption":"Y-Achse", +"propertyValue":" +"}, +{"nr":0, +"vizTypePropertyUniquename":"marginLeft", +"caption":"Außenrand links", +"propertyValue":"100"}, +{"nr":0, +"vizTypePropertyUniquename":"backgroundColor", +"caption":"Hintergrundfarbe", +"propertyValue":"#ffffff"}, +{"nr":0, +"vizTypePropertyUniquename":"color", +"caption":"Schriftfarbe", +"propertyValue":"#000000"}, +{"nr":0, +"vizTypePropertyUniquename":"fill_static", +"caption":"Flächenfarbe", +"propertyValue":"#000000"}, +{"nr":0, +"vizTypePropertyUniquename":"line_x", +"caption":"X: Linie", +"propertyValue":"true"}, +{"nr":0, +"vizTypePropertyUniquename":"line_y", +"caption":"Y: Linie", +"propertyValue":"true"}]}], +"chartPropertiesUsed":[{"name":"caption", +"vizPropertyVariablename":"caption", +"propertyValue":" + +"}, +{"name":"height", +"vizPropertyVariablename":"height", +"propertyValue":"700", +"propUnit":""}, +{"name":"width", +"vizPropertyVariablename":"width", +"propertyValue":"800", +"propUnit":""}, +{"name":"marginLeft", +"vizPropertyVariablename":"marginLeft", +"propertyValue":"150", +"propUnit":""}, +{"name":"marginTop", +"vizPropertyVariablename":"marginTop", +"propertyValue":"50", +"propUnit":""}, +{"name":"marginBottom", +"vizPropertyVariablename":"marginBottom", +"propertyValue":"200", +"propUnit":""}, +{"name":"backgroundColor", +"vizPropertyVariablename":"backgroundColor", +"propertyValue":"#D9EDFF", +"propUnit":""}, +{"name":"color", +"vizPropertyVariablename":"color", +"propertyValue":"#004c93", +"propUnit":""}, +{"name":"fontFamily", +"vizPropertyVariablename":"fontFamily", +"propertyValue":"sans-serif", +"propUnit":""}, +{"name":"fontSize", +"vizPropertyVariablename":"fontSize", +"propertyValue":"14", +"propUnit":"px"}, +{"name":"fill_static", +"vizPropertyVariablename":"fill", +"propertyValue":"#004c93", +"propUnit":""}, +{"name":"label_y", +"vizPropertyVariablename":"label", +"propertyValue":" +", +"propUnit":""}, +{"name":"line_y", +"vizPropertyVariablename":"line", +"propertyValue":"true", +"propUnit":""}, +{"name":"domain", +"vizPropertyVariablename":"domain", +"propertyValue":"[0, +100]", +"propUnit":""}, +{"name":"label_x", +"vizPropertyVariablename":"label", +"propertyValue":" +", +"propUnit":""}, +{"name":"line_x", +"vizPropertyVariablename":"line", +"propertyValue":"true", +"propUnit":""}, +{"name":"tickRotate_x", +"vizPropertyVariablename":"tickRotate", +"propertyValue":"-45", +"propUnit":""}], +"dataTransformation":[]} + + + + + + + + + + +