|
|
@ -1750,19 +1750,7 @@ rs</xsl:text><xsl:value-of select="$tableId"/><xsl:text>.push(new dataRow</xsl:t |
|
|
|
<!--Formular Allg. Layoutmerkmale--> |
|
|
|
<!--Formular Allg. Layoutmerkmale--> |
|
|
|
<div id="chartProperties"> <!--class="section">--> |
|
|
|
<div id="chartProperties"> <!--class="section">--> |
|
|
|
<form name="chartPropertiesForm"> |
|
|
|
<form name="chartPropertiesForm"> |
|
|
|
<!--<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> |
|
|
|
|
|
|
|
<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="area_y">Flächendiagramm vertikal (einfach)</option> |
|
|
|
|
|
|
|
<option class="maskinput" value="line">Liniendiagramm vertikal (einfach)</option> |
|
|
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
</table>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="label-container"> |
|
|
|
<div class="label-container"> |
|
|
|
<label class="label is-required is-small"><strong>Basismerkmale</strong></label> |
|
|
|
<label class="label is-required is-small"><strong>Basismerkmale</strong></label> |
|
|
@ -1798,7 +1786,7 @@ rs</xsl:text><xsl:value-of select="$tableId"/><xsl:text>.push(new dataRow</xsl:t |
|
|
|
</figure> |
|
|
|
</figure> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="chartPropertiesForm"> <!--style="visibility:hidden" class="section"--></div> |
|
|
|
<div id="chartPropertiesForm"> </div> |
|
|
|
|
|
|
|
|
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
@ -1812,12 +1800,6 @@ rs</xsl:text><xsl:value-of select="$tableId"/><xsl:text>.push(new dataRow</xsl:t |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
|
|
<!--<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
|
|
|
onClick="showChartPropertiesForm();"> |
|
|
|
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</button>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a |
|
|
|
<a |
|
|
|
onClick="showChartPropertiesForm();"> |
|
|
|
onClick="showChartPropertiesForm();"> |
|
|
@ -1844,12 +1826,6 @@ rs</xsl:text><xsl:value-of select="$tableId"/><xsl:text>.push(new dataRow</xsl:t |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
<span class="separator"> </span> |
|
|
|
|
|
|
|
|
|
|
|
<!--<button class="button is-small is-rounded" |
|
|
|
|
|
|
|
onClick="createChart('chartDiv');"> |
|
|
|
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</button>--> |
|
|
|
|
|
|
|
<a |
|
|
|
<a |
|
|
|
onClick="showChartDiv('chartDiv');"> |
|
|
|
onClick="showChartDiv('chartDiv');"> |
|
|
|
<span class="icon"> |
|
|
|
<span class="icon"> |
|
|
@ -1858,17 +1834,14 @@ rs</xsl:text><xsl:value-of select="$tableId"/><xsl:text>.push(new dataRow</xsl:t |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div id="chartCanvas"> <!--class="section"--> |
|
|
|
<div id="chartCanvas"> |
|
|
|
<!--<div id="chartCanvasHeader"> </div>--> |
|
|
|
<div id="chartDiv"> </div> |
|
|
|
<div id="chartDiv"> <!--style="border:thin solid black"--></div> |
|
|
|
|
|
|
|
<!--<div id="chartCanvasFooter"></div>--> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!--footer (BF nach unten verschoben)--> |
|
|
|
<!--footer (BF nach unten verschoben)--> |
|
|
|
<footer class="card-footer"> |
|
|
|
<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> |
|
|
|
<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> |
|
|
|
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="reset">Zurücksetzen</button></p> |
|
|
|
</footer> |
|
|
|
</footer> |
|
|
|
|
|
|
|
|
|
|
|