|
|
|
@ -1537,19 +1537,31 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1537,19 +1537,31 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
|
|
|
|
|
<div id="selectionResultPreview" class="section"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Datenvorschau</strong></label> |
|
|
|
|
</div> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<button class="button is-small is-rounded is-white is-outlined" |
|
|
|
|
onClick="selectionResultPreview('selectionResultPreviewTable');"><!--is-focused--> |
|
|
|
|
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> |
|
|
|
|
|
|
|
|
@ -1566,11 +1578,13 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1566,11 +1578,13 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
<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> |
|
|
|
|
<hr /> |
|
|
|
|
<div class="field is-grouped"> |
|
|
|
|
<div class="label-container"> |
|
|
|
|
<label class="label is-required is-small"><strong>Erweiterte Layouteigenschaften</strong></label> |
|
|
|
@ -1590,22 +1604,34 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
@@ -1590,22 +1604,34 @@ rs.push(new dataRow(</xsl:text><xsl:value-of select="$rownr"/>
|
|
|
|
|
</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> |
|
|
|
|
</div> |
|
|
|
|
<span class="separator"> </span> |
|
|
|
|
<a onClick="createChart();" ><!--is-focused--> |
|
|
|
|
<a onClick="createChart();" > |
|
|
|
|
<span class="icon is-small"><i class="../images/more.svg"></i> |
|
|
|
|
<img src="../images/more.svg" title="Laden" /> |
|
|
|
|
</span> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> |
|
|
|
|
</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="chartCanvas" class="section"> |
|
|
|
|
<div id="chartCanvasHeader"> |
|
|
|
|
|
|
|
|
|