|
|
|
@ -164,6 +164,9 @@ commonChartProperties.push(newCommonChartProperty);
@@ -164,6 +164,9 @@ commonChartProperties.push(newCommonChartProperty);
|
|
|
|
|
var newCommonChartProperty = new commonChartProperty("background-color","Hintergrundfarbe", false,0, null,"#ffffeb"); |
|
|
|
|
commonChartProperties.push(newCommonChartProperty); |
|
|
|
|
|
|
|
|
|
var newCommonChartProperty = new commonChartProperty("fill","Füllfarbe", false,0, null,"blue"); |
|
|
|
|
commonChartProperties.push(newCommonChartProperty); |
|
|
|
|
|
|
|
|
|
var newCommonChartProperty = new commonChartProperty("color","Farbe Text- und Diagrammelemente", false,0, null,"#3333ff"); |
|
|
|
|
commonChartProperties.push(newCommonChartProperty); |
|
|
|
|
|
|
|
|
@ -1296,46 +1299,55 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1296,46 +1299,55 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
</script> |
|
|
|
|
</xsl:template> |
|
|
|
|
<xsl:template name="diagrammdaten"> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
|
|
|
|
|
<!--Aufruf/Anzeige Diagrammdaten--> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Datentabelle</strong></label> |
|
|
|
|
<label class="label is-required is-small"><strong>Daten-Tabelle</strong></label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
onClick="showDataTable('dataDivTable',rs,rsMetaData,10);"><!--is-focused--> |
|
|
|
|
onClick="showDataTable('dataDivTable',rs,rsMetaData,10);"> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
<div id="dataDiv" class="section"> |
|
|
|
|
|
|
|
|
|
<div id="dataDivTable"> <!--style="border:thin solid black">--> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="dataDiv"> <!--class="section">--> |
|
|
|
|
<div id="dataDivTable"> <!--style="border:thin solid black">--> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<!--Aufruf/Anzeige Formular Datenauswahl--> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Datenset</strong></label> |
|
|
|
|
<label class="label is-required is-small"><strong>Daten-Auswahl</strong></label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
onClick="fillDataSelectionForm('dataSelectionFormDiv');"><!--is-focused--> |
|
|
|
|
onClick="fillDataSelectionForm('dataSelectionFormDiv');"> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="dataSelectionDiv" class="section"> |
|
|
|
|
<form name="dataSelectionForm" id="dataSelectionForm"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="dataSelectionFormDiv" style="display:none"> |
|
|
|
|
<div id="dataSelectionDiv"> <!--class="section"--> |
|
|
|
|
<form name="dataSelectionForm" id="dataSelectionForm"> |
|
|
|
|
|
|
|
|
|
<div id="dataSelectionFormDiv" style="display:none"> |
|
|
|
|
|
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small">Dimension 1</label> |
|
|
|
|
</div> |
|
|
|
@ -1345,8 +1357,8 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1345,8 +1357,8 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth is-focused"> |
|
|
|
|
<select class="maskinputPflicht" id="dimension1" name="dimension1"><!--tabindex="210">--> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Bitte wählen Sie Dimension 1</option> |
|
|
|
|
<select class="maskinputPflicht" id="dimension1" name="dimension1" tabindex="210"> |
|
|
|
|
<option class="maskinput" value="" selected="selected"><!--211122BF Bitte wählen Sie Dimension 1--></option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
@ -1369,8 +1381,8 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1369,8 +1381,8 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth"> |
|
|
|
|
<select id="dimension1_fn" name="dimension1_fn"><!-- tabindex="210">--> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Optional: Vordefinierte Transformation</option> |
|
|
|
|
<select id="dimension1_fn" name="dimension1_fn" tabindex="210"> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Optional: Vordefinierte Transformation></option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
@ -1386,18 +1398,19 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1386,18 +1398,19 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small">Dimension 2</label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth is-focused"> |
|
|
|
|
<select class="maskinputPflicht" id="dimension2" name="dimension2"><!--tabindex="210">--> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Bitte wählen Sie Dimension 1</option> |
|
|
|
|
<select class="maskinputPflicht" id="dimension2" name="dimension2" tabindex="210"> |
|
|
|
|
<option class="maskinput" value="" selected="selected"><!--211122BFBitte wählen Sie Dimension 2--></option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
@ -1420,7 +1433,7 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1420,7 +1433,7 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth"> |
|
|
|
|
<select id="dimension2_fn" name="dimension2_fn"><!-- tabindex="210">--> |
|
|
|
|
<select id="dimension2_fn" name="dimension2_fn" tabindex="210"> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Optional: Vordefinierte Transformation</option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
@ -1449,8 +1462,8 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1449,8 +1462,8 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth"> |
|
|
|
|
<select class="maskinputPflicht" id="measure1" name="measure1"><!-- tabindex="220" >--> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Bitte wählen Sie die Maßangabe</option> |
|
|
|
|
<select class="maskinputPflicht" id="measure1" name="measure1" tabindex="230" > |
|
|
|
|
<option class="maskinput" value="" selected="selected"><!--211122BF Bitte wählen Sie die Maßangabe--></option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
@ -1479,7 +1492,7 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1479,7 +1492,7 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth is-focused"> |
|
|
|
|
<select id="measure1_fn" name="measure1_fn"> <!--tabindex="230">--> |
|
|
|
|
<select id="measure1_fn" name="measure1_fn" tabindex="230"> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Optional: Vordefinierte Transformation</option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
@ -1533,47 +1546,50 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1533,47 +1546,50 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
</tr> |
|
|
|
|
</table>--> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
<!--Ende Formular Datenauswahl--> |
|
|
|
|
|
|
|
|
|
<div id="selectionResultPreview" class="section"> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<!--Aufruf/Anzeige Daten-Vorschau--> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Datenvorschau</strong></label> |
|
|
|
|
<label class="label is-required is-small"><strong>Daten-Vorschau</strong></label> |
|
|
|
|
</div> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
onClick="selectionResultPreview('selectionResultPreviewTable');"> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</button> |
|
|
|
|
</div>--> |
|
|
|
|
<footer class="card-footer"> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" onclick="selectionResultPreview('selectionResultPreviewTable');">Vorschau</button></p> |
|
|
|
|
<!--***Selektionsergebnis |
|
|
|
|
<div id="selectionResultPreview" class="section"> |
|
|
|
|
<div id="selectionResultPreviewHeader"><input type="button" tabindex="10010" class="sx_buttondiv_submit" value="Laden" onclick="selectionResultPreview('selectionResultPreviewTable');"></div> |
|
|
|
|
<div id="selectionResultPreviewTable" style="border:thin solid black"></div> |
|
|
|
|
</div> |
|
|
|
|
Selektionsergebnis***--> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="submit">Speichern</button></p> |
|
|
|
|
<!--****noch anzupassen: <input name="navi" type="hidden" value="true"><input type="hidden" name="tid" value="16000"><input type="hidden" name="UserID" value="4"><input type="hidden" name="reuseresult" value="true"><input type="hidden" name="maxoffset" value=""><input type="hidden" name="contenttype" value="application/jrxml"><input type="hidden" name="irowno" value=""><input type="hidden" name="Köpfe oder Fälle ?" value="studiengang_nr = 1 and fach_nr = 1"><input type="hidden" name="Stichtag" value="6"><input type="hidden" name="Seit Semester" value="20161"><input type="hidden" name="Bis Semester" value="20221"><input type="hidden" name="Studiengang" value=""><input type="hidden" name="Fächer" value=""><input type="hidden" name="Status" value="1,2,3,5,6"><input type="hidden" name="##line##" value="1"><input type="hidden" name="Hörerstatus" value="1=1"><input type="hidden" name="##line##" value="1"><input type="hidden" name="RPTPageOrientation" value="Landscape"><input type="hidden" name="RPTPagination" value="False"></ul>--> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="reset">Zurücksetzen</button></p> |
|
|
|
|
</footer> |
|
|
|
|
<div id="selectionResultPreviewTable" style="display:none"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="selectionResultPreview"> <!--class="section">--> |
|
|
|
|
<div id="selectionResultPreviewTable" style="display:none"></div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!--footer BF: nach unten verschoben--> |
|
|
|
|
<footer class="card-footer"> |
|
|
|
|
<!--<p class="card-footer-item"><button class="button is-link is-outlined is-small" onclick="selectionResultPreview('selectionResultPreviewTable');">Daten-Vorschau</button></p>--> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="submit">Speichern</button></p> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="reset">Zurücksetzen</button></p> |
|
|
|
|
</footer> |
|
|
|
|
|
|
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
<xsl:template name="diagrammlayout"> |
|
|
|
|
<div id="chartProperties" class="section"> |
|
|
|
|
|
|
|
|
|
<!--Formular Allg. Layoutmerkmale--> |
|
|
|
|
<div id="chartProperties"> <!--class="section">--> |
|
|
|
|
<form name="chartPropertiesForm"> |
|
|
|
|
<table border="0"> |
|
|
|
|
<!--<table border="0"> |
|
|
|
|
<tr><td>Ausgabetyp:</td> |
|
|
|
|
<td><select class="maskinputPflicht" id="viz_chart_type" NAME="viz_chart_type" tabindex="200" onChange="prepareChartProperties(this.value)" > |
|
|
|
|
<option class="maskinput" value="">Bitte wählen</option> |
|
|
|
@ -1585,86 +1601,236 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1585,86 +1601,236 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
</select> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
<hr /> |
|
|
|
|
</table>--> |
|
|
|
|
|
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Allgemeine Layoutmerkmale</strong></label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Erweiterte Layouteigenschaften</strong></label> |
|
|
|
|
<label class="label is-required is-small">Diagramm-Typ</label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<a onClick="showChartPropertiesForm();"><!--is-focused--> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth"> |
|
|
|
|
<select class="maskinputPflicht" id="viz_chart_type" NAME="viz_chart_type" tabindex="200" onChange="prepareChartProperties(this.value)" > |
|
|
|
|
<option class="maskinput" value="" selected="selected">Bitte wählen Sie</option> |
|
|
|
|
<option class="maskinput" value="sample">Beispiel</option> |
|
|
|
|
<option class="maskinput" value="bar_x">Balkendiagramm horizontal (einfach)</option> |
|
|
|
|
<option class="maskinput" value="bar_y">Balkendiagramm vertikal (einfach)</option> |
|
|
|
|
<option class="maskinput" value="line">Liniendiagramm vertikal (einfach)</option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<span class="info" onclick="window.open('https://super-ics.de/superx/doku/kern_modul/admin/f_Patcheinspielen.htm','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=800,height=660');"> |
|
|
|
|
<figure class="image is-24x24"> |
|
|
|
|
<img src="../images/information_grey_liberation.svg" /> |
|
|
|
|
</figure> |
|
|
|
|
</span> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<div id="chartPropertiesForm"> <!--style="visibility:hidden" class="section"--></div> |
|
|
|
|
<!--Ende Formular Allg. Layoutmerkmale--> |
|
|
|
|
<!--<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small">Kategorie-Dimension</label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth"> |
|
|
|
|
<select class="maskinputPflicht" id="measure1" name="measure1"> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Bitte wählen Sie</option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="chartPropertiesFormDetails" style="display:none"> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<span class="info" onclick="window.open('https://super-ics.de/superx/doku/kern_modul/admin/f_Patcheinspielen.htm','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=800,height=660');"> |
|
|
|
|
<figure class="image is-24x24"> |
|
|
|
|
<img src="../images/information_grey_liberation.svg" /> |
|
|
|
|
</figure> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- <div class="field is-grouped"> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Diagramm-Vorschau</strong></label> |
|
|
|
|
<label class="label is-required is-small">Maß</label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth"> |
|
|
|
|
<select class="maskinputPflicht" id="measure1" name="measure1"> |
|
|
|
|
<option class="maskinput" value="" selected="selected">Bitte wählen Sie</option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<a onClick="createChart();" > |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<span class="info" onclick="window.open('https://super-ics.de/superx/doku/kern_modul/admin/f_Patcheinspielen.htm','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=800,height=660');"> |
|
|
|
|
<figure class="image is-24x24"> |
|
|
|
|
<img src="../images/information_grey_liberation.svg" /> |
|
|
|
|
</figure> |
|
|
|
|
</span> |
|
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
<!--<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small">Serien-Dimension</label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="field is-active"> |
|
|
|
|
<p class="control-new"> |
|
|
|
|
<div class="select is-small is-fullwidth"> |
|
|
|
|
<select class="maskinputPflicht" id="measure1" name="measure1" tabindex="220" |
|
|
|
|
<option class="maskinput" value="" selected="selected">Bitte wählen Sie</option> |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<span class="info" onclick="window.open('https://super-ics.de/superx/doku/kern_modul/admin/f_Patcheinspielen.htm','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=800,height=660');"> |
|
|
|
|
<figure class="image is-24x24"> |
|
|
|
|
<img src="../images/information_grey_liberation.svg" /> |
|
|
|
|
</figure> |
|
|
|
|
</span> |
|
|
|
|
</div>--> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<!--Formular Erweiterte Layoutmerkmale--> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Erweiterte Layoutmerkmale</strong></label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a |
|
|
|
|
onClick="showChartPropertiesForm();"> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<div id="chartPropertiesFormDetails" style="display:none"><p>Eigenschaften</p> </div> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
<!--Ende Formular Erweiterte Layoutmerkmale--> |
|
|
|
|
|
|
|
|
|
<footer class="card-footer"> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" onClick="createChart();">Vorschau</button></p> |
|
|
|
|
<!--***Selektionsergebnis |
|
|
|
|
<div id="selectionResultPreview" class="section"> |
|
|
|
|
<div id="selectionResultPreviewHeader"><input type="button" tabindex="10010" class="sx_buttondiv_submit" value="Laden" onclick="selectionResultPreview('selectionResultPreviewTable');"></div> |
|
|
|
|
<div id="selectionResultPreviewTable" style="border:thin solid black"></div> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<!--Aufruf/Anzeige Layout-Vorschau--> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Layout-Vorschau</strong></label> |
|
|
|
|
</div> |
|
|
|
|
Selektionsergebnis***--> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
onClick="createChart('chartDiv');"> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="chartCanvas"> <!--class="section"--> |
|
|
|
|
<!--<div id="chartCanvasHeader"> </div>--> |
|
|
|
|
<div id="chartDiv"> <!--style="border:thin solid black"--></div> |
|
|
|
|
<!--<div id="chartCanvasFooter"></div>--> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!--footer (BF nach unten verschoben)--> |
|
|
|
|
<footer class="card-footer"> |
|
|
|
|
<!--<p class="card-footer-item"><button class="button is-link is-outlined is-small" onClick="createChart();">Layout-Vorschau</button></p>--> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="submit">Speichern</button></p> |
|
|
|
|
<!--****noch anzupassen: <input name="navi" type="hidden" value="true"><input type="hidden" name="tid" value="16000"><input type="hidden" name="UserID" value="4"><input type="hidden" name="reuseresult" value="true"><input type="hidden" name="maxoffset" value=""><input type="hidden" name="contenttype" value="application/jrxml"><input type="hidden" name="irowno" value=""><input type="hidden" name="Köpfe oder Fälle ?" value="studiengang_nr = 1 and fach_nr = 1"><input type="hidden" name="Stichtag" value="6"><input type="hidden" name="Seit Semester" value="20161"><input type="hidden" name="Bis Semester" value="20221"><input type="hidden" name="Studiengang" value=""><input type="hidden" name="Fächer" value=""><input type="hidden" name="Status" value="1,2,3,5,6"><input type="hidden" name="##line##" value="1"><input type="hidden" name="Hörerstatus" value="1=1"><input type="hidden" name="##line##" value="1"><input type="hidden" name="RPTPageOrientation" value="Landscape"><input type="hidden" name="RPTPagination" value="False"></ul>--> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="reset">Zurücksetzen</button></p> |
|
|
|
|
</footer> |
|
|
|
|
<div id="chartCanvas" class="section"> |
|
|
|
|
<div id="chartCanvasHeader"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</xsl:template> |
|
|
|
|
<xsl:template name="diagrammnutzung"> |
|
|
|
|
<!-- Aufruf/Anzeige Diagramm-Vorschau--> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Diagramm-Vorschau</strong></label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="chartDiv" style="border:thin solid black"> |
|
|
|
|
</div> |
|
|
|
|
<div id="chartCanvasFooter"> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
onClick="createChart('chartDiv2');"> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="chartCanvas"> <!--class="section"--> |
|
|
|
|
<!--<div id="chartCanvasHeader"> </div>--> |
|
|
|
|
<div id="chartDiv2"> </div> |
|
|
|
|
<!--<div id="chartCanvasFooter"></div>--> |
|
|
|
|
</div> |
|
|
|
|
</xsl:template> |
|
|
|
|
<xsl:template name="diagrammnutzung"> |
|
|
|
|
<div id="chartSVGsrcDiv" class="section"> |
|
|
|
|
|
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<!-- Aufruf/Anzeige SVG-Quellcode--> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>SVG-Quellcode</strong></label> |
|
|
|
|
<label class="label is-required is-small"><strong>Diagramm-Quellcode (svg)</strong></label> |
|
|
|
|
</div> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<a onClick="showSrcCode();" ><!--is-focused--> |
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
onClick="showSrcCode();"> |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</a> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div id="chartSVGsrcDiv"> <!--class="section">--> |
|
|
|
|
<div id="chartSVGsrc" style="display:none"> |
|
|
|
|
<textarea id="chartSrc" name="chartSrc" class="textarea" placeholder="Quellcode..."> <!--cols="100" rows="20"--></textarea><!--<button class="sx_buttondiv_submit" onClick="copySrcCode('chartSrc');">Kopieren</button>--> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!--footer (BF eingefügt *** Klärungsbedarf bzgl. notwendiger Buttons)--> |
|
|
|
|
<footer class="card-footer"> |
|
|
|
|
<!--<p class="card-footer-item"><button class="button is-link is-outlined is-small" onClick="createChart();">Diagramm-Vorschau</button></p> --> |
|
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="submit" onClick="copySrcCode('chartSrc');">Kopieren</button></p> |
|
|
|
|
<!--<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="reset">Zurücksetzen</button></p>--> |
|
|
|
|
</footer> |
|
|
|
|
|
|
|
|
|
<div id="chartSVGsrc" style="visibility:hidden"> |
|
|
|
|
<textarea id="chartSrc" name="chartSrc" class="textarea" placeholder="Quellcode..." cols="100" rows="20"></textarea><button class="sx_buttondiv_submit" onClick="copySrcCode('chartSrc');">Kopieren</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</xsl:template> |
|
|
|
|
</xsl:stylesheet> |
|
|
|
|