@ -603,7 +603,7 @@ function deeplink_dialog()
@@ -603,7 +603,7 @@ function deeplink_dialog()
<input type= "hidden" name= "UserID" > <xsl:attribute name= "value" > <xsl:value-of select= "/ergebnisse/userID" /> </xsl:attribute> </input>
<input type= "hidden" name= "reuseresult" value= "true" /> <!-- gecachte Ergebnis benutzen -->
<input type= "hidden" name= "maxoffset" value= "" /> <!-- im Normalfall wird Servleteinstellung genutzt - nur Druckversion übergibt Wert -->
<input type= "hidden" name= "stylesheet" value= "800000280_datencockpit.xsl " />
<input type= "hidden" name= "stylesheet" value= "" />
<input type= "hidden" name= "contenttype" value= "text/xsl" />
<!-- MB 5/2011 fuer Export nur sichtbarer Tabellenzeilen nach Excel/PDF -->
<input type= "hidden" name= "irowno" value= "" />
@ -629,92 +629,18 @@ function deeplink_dialog()
@@ -629,92 +629,18 @@ function deeplink_dialog()
</xsl:for-each-group>
<!-- </xsl:for - each> -->
<!-- <xsl:call - template name="tablePrintsaveexport"/> -- >
<xsl:call-template name= "tablePrintsaveexport" / >
<xsl:call-template name= "tablepretitle" /> <!-- defined in pageComponents -->
<xsl:if test= "/ergebnisse/@isMakro='true'" >
<section class= "hero is-small is-link" >
<div class= "hero-body" >
<div class= "columns features is-mobile is-vcentered" >
<div class= "column is-10 has-text-centered" >
<p class= "title is-2" > <xsl:value-of select= "/ergebnisse/makro/name" />
</p>
</div>
</div>
</div>
</section>
<section > <script langue= "Javascript" >
function exportBooklet(contenttype)
{
document.forms['Weiterverarbeitung'].stylesheet.value = '800000280_datencockpit_xmlsource.jrxml';
document.forms[0].contenttype.value = contenttype;
document.forms[0].target = '_blank';
document.forms[0].submit();
}
</script>
<span class= "separator" >   </span>
<!-- Beginn columns -->
</section>
<h1 > <xsl:value-of select= "/ergebnisse/makro/name" /> </h1>
</xsl:if>
<span class= "separator" >   </span>
<xsl:if test= "1=0" > <!-- TODO Kopfzeile interaktiv: -->
<div class= "columns features is-mobile is-left" >
<div class= "column is-three-fifths" >
<!-- <p class="title is - 3">Auswahlbereich</p> -->
<div class= "card has-background-light" >
<div class= "card-content" >
<xsl:call-template name= "tabellenFeldCombo" >
<xsl:with-param name= "maskeninfo_id" select= "'800000280'" />
<xsl:with-param name= "Feldname" select= "'Fakultät'" />
<xsl:with-param name= "FeldnameEscaped" select= "'Fakultaet'" />
</xsl:call-template>
<xsl:call-template name= "tabellenFeldCombo" >
<xsl:with-param name= "maskeninfo_id" select= "'800000280'" />
<xsl:with-param name= "Feldname" select= "'Lehreinheit'" />
<xsl:with-param name= "FeldnameEscaped" select= "'Lehreinheit'" />
</xsl:call-template>
<xsl:call-template name= "tabellenFeldCombo" >
<xsl:with-param name= "maskeninfo_id" select= "'800000280'" />
<xsl:with-param name= "Feldname" select= "'Studiengang'" />
<xsl:with-param name= "FeldnameEscaped" select= "'Studiengang'" />
</xsl:call-template>
<p > </p>
</div> <!-- endecard - Content -->
</div>
</div>
<div class= "column is-one-fifth" > <button class= "button is-link" onClick= "document.forms['Weiterverarbeitung'].elements['reuseresult'].value='false';return true;" > Neu laden</button>
</div>
<div class= "column" >
<section class= "section" >
<div class= "field" > <span class= "buttonlist" >
<p class= "buttonlist_text" > Export nach:<br />
<a onmouseover= "window.status='Export starten';return true" onfocus= "window.status='Download starten';return true" onmouseout= "window.status='Download starten';return true" href= "javascript:exportBooklet('application/pdf')" >
<img title= "Ausgabe im PDF-Querformat" alt= "Ausgabe im PDF-Querformat" src= "../images/icons/page_white_width_acrobat.svg" class= "svg_icon" border= "0" /> </a>
<span class= "separator" >   </span>
<a onmouseover= "window.status='Export starten';return true" onfocus= "window.status='Download starten';return true" onmouseout= "window.status='Download starten';return true" href= "javascript:exportBooklet('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet')" >
<img title= "Ausgabe in Excel" alt= "Ausgabe in Excel" src= "../images/icons/page_white_excel.svg" class= "svg_icon" border= "0" /> </a>
<span class= "separator" >   </span>
<a onmouseover= "window.status='Export starten';return true" onfocus= "window.status='Download starten';return true" onmouseout= "window.status='Download starten';return true" href= "javascript:exportBooklet('application/vnd.openxmlformats-officedocument.wordprocessingml.document')" >
<img title= "Ausgabe in Word" alt= "Ausgabe in Word" width= "25px" height= "25px" src= "../images/icons/page_white_wordML.svg" class= "svg_icon" border= "0" /> </a>
</p>
</span>
</div>
</section>
</div>
</div>
</xsl:if>
<xsl:for-each select= "ergebnisse/ergebnis/ergebniselement" >
<xsl:variable name= "ergebniselement_ordnr" select= "@ordnr" />
<div class= "columns features is-mobile is-left" > <!-- Beginn columns -->
<div class= "column is-four-fifths" >
<!-- end Kopf -->
<!-- start tabelle -->
<xsl:choose >
@ -762,33 +688,6 @@ var platform='superx';
@@ -762,33 +688,6 @@ var platform='superx';
<xsl:call-template name= "pccustomize" > <xsl:with-param name= "position" select= "'table_post_explanation'" > </xsl:with-param> </xsl:call-template>
<xsl:call-template name= "tablecustomize" > <xsl:with-param name= "position" select= "'table_post_explanation'" > </xsl:with-param> </xsl:call-template>
</div>
<div class= "column" >
<!-- <div class="box"> -->
<section class= "section" >
<div class= "field" >
<xsl:call-template name= "legende_viz" >
<xsl:with-param name= "ordnr" select= "$ergebniselement_ordnr" />
</xsl:call-template>
</div>
<div class= "field" >
<xsl:call-template name= "erlaeuterung_viz" >
<xsl:with-param name= "ordnr" select= "$ergebniselement_ordnr" />
</xsl:call-template>
</div>
</section>
</div>
<!-- </div> -->
</div>
</xsl:for-each>
<!-- Ende Gesamt - DIV für Makro - Tabellen -->
@ -1207,11 +1106,6 @@ var platform='superx';
@@ -1207,11 +1106,6 @@ var platform='superx';
"vizPropertyVariablename":"line",
"propertyValue":"false",
"propUnit":""},
{"name":"domain",
"vizPropertyVariablename":"domain",
"propertyValue":"[0,
100]",
"propUnit":""},
{"name":"label_x",
"vizPropertyVariablename":"label",
"propertyValue":" ",
@ -1380,11 +1274,6 @@ var platform='superx';
@@ -1380,11 +1274,6 @@ var platform='superx';
"vizPropertyVariablename":"line",
"propertyValue":"true",
"propUnit":""},
{"name":"domain",
"vizPropertyVariablename":"domain",
"propertyValue":"[0,
100]",
"propUnit":""},
{"name":"label_x",
"vizPropertyVariablename":"label",
"propertyValue":"</xsl:text> <xsl:value-of select= "$xcolcaptionEscaped" />