@ -262,11 +262,9 @@ jQuery.ajaxPrefilter( function( s ) {
<xsl:variable name= "renderIconsInBreadcrumb" >
<xsl:variable name= "renderIconsInBreadcrumb" >
<xsl:call-template name= "renderIconsInBreadcrumb" />
<xsl:call-template name= "renderIconsInBreadcrumb" />
</xsl:variable>
</xsl:variable>
<xsl:if test= "/*/@showNavigation='true'" >
<div id= "nd_breadcrumb" >
<div id= "nd_breadcrumb" >
<div class= "container" > <!-- Neu 20240728 nötig?? -->
<div class= "container" >
<nav class= "breadcrumb has-path-separator" aria-label= "breadcrumbs" >
<nav class= "breadcrumb has-path-separator" aria-label= "breadcrumbs" >
<ul >
<ul >
<xsl:for-each select= "/*/menupos/eintraege/eintrag" >
<xsl:for-each select= "/*/menupos/eintraege/eintrag" >
@ -349,7 +347,6 @@ jQuery.ajaxPrefilter( function( s ) {
</nav>
</nav>
</div>
</div>
</div>
</div>
</xsl:if>
</xsl:template>
</xsl:template>
<!-- #Template Ende Krümelpfad -->
<!-- #Template Ende Krümelpfad -->
<xsl:template name= "renderIconsInBreadcrumb" >
<xsl:template name= "renderIconsInBreadcrumb" >
@ -369,16 +366,32 @@ jQuery.ajaxPrefilter( function( s ) {
<div id= "nd_navi_top" >
<div id= "nd_navi_top" >
<nav class= "navbar is-fixed-top" role= "navigation" aria-label= "main navigation" >
<nav class= "navbar is-fixed-top" role= "navigation" aria-label= "main navigation" >
<div class= "navbar-brand" >
<div class= "navbar-brand" >
<a class= "navbar-item" target= "_self" href= "{/*/generalinfo/REPORT_HEADING_URL }" >
<!-- <20260207 geändert:
<img src= "{/*/generalinfo/REPORT_LOGO_FILE}" alt= "Zur Startseite der Institution" title= "Zur Startseite" height= "30px" />
<a class= "navbar-item" target= "_self" href= "{/*/generalinfo/REPORT_HEADING_URL}" aria-label= "Logo der Institution" >
<img src= "{/*/generalinfo/REPORT_LOGO_FILE}" alt= "Logo der Institution" height= "30px" />
</a>
</a>
<a class= "navbar-item" href= "{/*/generalinfo/REPORT_DOCUMENTATION_URL }" > <xsl:value-of select= "/*/generalinfo/REPORT_HEADING_INSTITUTION" />
<a class= "navbar-item" href= "{/*/generalinfo/REPORT_DOCUMENTATION_URL }" aria-label= "Startseite der Institution" >
<xsl:value-of select= "/*/generalinfo/REPORT_HEADING_INSTITUTION" />
</a> -->
<!-- 20260210 geändert: -->
<a class= "navbar-item"
href="{/*/generalinfo/REPORT_HEADING_URL}"
aria-label="Logo der Institution">
<img
src="{/*/generalinfo/REPORT_LOGO_FILE}"
alt="Logo der Institution"
height="30px"/>
</a>
<a class= "navbar-item"
href="{/*/generalinfo/REPORT_DOCUMENTATION_URL }" aria-label="Zur Startseite der Institution" alt="Zur Startseite der Institution">
<xsl:value-of select= "/*/generalinfo/REPORT_HEADING_INSTITUTION" />
</a>
</a>
<div class= "navbar-item is-hoverable" >
<div class= "navbar-item is-hoverable" >
<!-- <div class="inside" --> <!-- 120724BFdeaktiviert -->
<button class= "closebutton" title= "Menü schließen" aria-label= "Menü schließen" onclick= "toggleNavpanelFrame(this);" > </button>
<button class= "closebutton" title= "Menü schließen" aria-label= "Menü schließen" onclick= "toggleNavpanelFrame(this);" > </button>
<!-- </div> -->
</div>
</div>
</div> <!-- navbar - brand -->
</div> <!-- navbar - brand -->
@ -523,39 +536,52 @@ jQuery.ajaxPrefilter( function( s ) {
<!-- <button class="closebutton" title="Menü" onclick="toggleNavpanelFrame(this);"></button> --> <!-- 28062024BF auskommentiert -->
<!-- <button class="closebutton" title="Menü" onclick="toggleNavpanelFrame(this);"></button> --> <!-- 28062024BF auskommentiert -->
<div class= "navpanelFrame" id= "navpanelFrame" style= "display:flex" >
<div class= "navpanelFrame" id= "navpanelFrame" style= "display:flex; " >
<!-- <div class="panel - tabs">
<!-- <div class="panel - tabs">
<a class= "is-active" > Berichte</a>  
<a class= "is-active" > Berichte</a>  
<a > Kennzahlen</a>  
<a > Kennzahlen</a>  
<a > Datenanalysen</a>  
<a > Datenanalysen</a>  
</div> -->
</div> -->
<div class= "panel-block" >
<div class= "panel-block" >
<span class= "panel-block-search" >
<form class= "panel-block-search" role= "search" >
<div class= "field has-addons" >
<div class= "control" style= "width:15em;" >
<div class= "field has-addons" >
<!-- <p class="control has - icons - left"> -->
<input class= "input is-small" type= "text" placeholder= "Suche" onChange= "themenbaumsuche(this);" />
<div class= "control" style= "width:15em;" >
<!-- <span class="icon is - left"><i class="fas fa - search" aria - hidden="true"></i></span> -->
<label for= "themenbaumSuche" class= "is-sr-only" >
<!-- <span class="icon" aria - hidden="true">
Themenbaum durchsuchen >
<img src= "../images/CSerch.svg" alt= "Suche" title= "Suche" />
</label>
</span> -->
<!-- </p> -->
<input
</div>
class="input is-small"
<div class= "control" >
id="themenbaumSuche"
<button class= "button is-small is-rounded" >
name="themenbaumSuche"
<span class= "icon" aria-hidden= "true" alt= "Suche" title= "Suche" >
type="search"/>
<img src= "../images/search_blue.svg" />
</span>
</button>
</div>
</div>
</div>
</span>
</div>
<li class= "panel-block" >
<div class= "control" >
<button
type="submit"
class="button is-small is-rounded"
aria-label="Suche starten">
<span class= "icon" aria-hidden= "true" >
<img src= "../images/search_blue.svg" alt= "" />
</span>
</button>
</div>
</div>
</form>
</div>
<span class= "panel-block" >
<p class= "menu-label" > Module > Bereiche > Abfragen</p>
<p class= "menu-label" > Module > Bereiche > Abfragen</p>
</li>
</span >
<xsl:variable name= "showJavascriptMenue" > <xsl:call-template name= "showJavascriptMenue" /> </xsl:variable> <!-- klappt nicht, wird vom Servlet nicht richtig übergeben: <xsl:value - of select="/*/@aufklappbarer_themenbaum" /> -->
<xsl:variable name= "showJavascriptMenue" > <xsl:call-template name= "showJavascriptMenue" /> </xsl:variable> <!-- klappt nicht, wird vom Servlet nicht richtig übergeben: <xsl:value - of select="/*/@aufklappbarer_themenbaum" /> -->
<xsl:call-template name= "nd_user_themen" >
<xsl:call-template name= "nd_user_themen" >
@ -688,7 +714,7 @@ if (parentelement) toggleThemenbaumCaret(parentelement);
<a class= "panel-item" >
<a class= "panel-item" >
<!-- <xsl:attribute name="class"><xsl:value - of select="concat('panel - item ',css_class)" /></xsl:attribute> -->
<!-- <xsl:attribute name="class"><xsl:value - of select="concat('panel - item ',css_class)" /></xsl:attribute> -->
<xsl:attribute name= "href" > <xsl:text > /superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > & navi=</xsl:text> <xsl:value-of select= "/*/@showNavigation" /> </xsl:attribute>
<xsl:attribute name= "href" > <xsl:text > /superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > & navi=</xsl:text> <xsl:value-of select= "/*/@showNavigation" /> </xsl:attribute>
<xsl:attribute name= "onclick" > <xsl:text > loadHtml('/superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > ','content');</xsl:text> </xsl:attribute>
<xsl:attribute name= "onclick" > <xsl:text > loadHtml('/superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > & navi=</xsl:text> <xsl:value-of select= "/*/@showNavigation" /> <xsl:text > ','content');</xsl:text> </xsl:attribute>
<xsl:call-template name= "renderIconIfExists" >
<xsl:call-template name= "renderIconIfExists" >
<xsl:with-param name= "classname" select= "css_class" />
<xsl:with-param name= "classname" select= "css_class" />
<xsl:with-param name= "context" select= "'small'" />
<xsl:with-param name= "context" select= "'small'" />
@ -759,7 +785,7 @@ if (parentelement) toggleThemenbaumCaret(parentelement);
<!-- <xsl:attribute name="class"><xsl:value - of select="concat('image is - 24x24 ',css_class)" /></xsl:attribute> fas fa - home
<!-- <xsl:attribute name="class"><xsl:value - of select="concat('image is - 24x24 ',css_class)" /></xsl:attribute> fas fa - home
<xsl:attribute name= "class" > <xsl:value-of select= "'icon-themenbaum icon-scissors'" /> </xsl:attribute> -->
<xsl:attribute name= "class" > <xsl:value-of select= "'icon-themenbaum icon-scissors'" /> </xsl:attribute> -->
<xsl:attribute name= "href" > <xsl:text > /superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > & navi=</xsl:text> <xsl:value-of select= "/*/@showNavigation" /> </xsl:attribute>
<xsl:attribute name= "href" > <xsl:text > /superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > & navi=</xsl:text> <xsl:value-of select= "/*/@showNavigation" /> </xsl:attribute>
<xsl:attribute name= "onclick" > <xsl:text > loadHtml('/superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > ','content');</xsl:text> </xsl:attribute>
<xsl:attribute name= "onclick" > <xsl:text > loadHtml('/superx/servlet/SuperXmlMenu?tid=</xsl:text> <xsl:value-of select= "id" /> <xsl:text > & navi=</xsl:text> <xsl:value-of select= "/*/@showNavigation" /> <xsl:text > ','content');</xsl:text> </xsl:attribute>
<xsl:call-template name= "renderIconIfExists" >
<xsl:call-template name= "renderIconIfExists" >
<xsl:with-param name= "classname" select= "css_class" />
<xsl:with-param name= "classname" select= "css_class" />
<xsl:with-param name= "context" select= "'small'" />
<xsl:with-param name= "context" select= "'small'" />
@ -1002,7 +1028,7 @@ menue.push(entry);
<nav class= "bottom-nav" >
<nav class= "bottom-nav" >
<ul >
<ul >
<span class= "bottom-nav" >
<span class= "bottom-nav" >
<li class= "navbar-item" > <a href= "https://super-ics.de/superx/f_SuperX-Homepage.htm" > <div class= "poweredby_sxbi" aria-hidden= "true" > </div> </a> </li>
<li class= "navbar-item" > <a href= "https://super-ics.de/superx/f_SuperX-Homepage.htm" aria-label= "SuperX-Homepage" > <div class= "poweredby_sxbi" aria-hidden= "true" > </div> </a> </li>
<li class= "navbar-item" > <a href= "https://super-ics.de/datenschutz_public.htm" > Datenschutz</a> </li>
<li class= "navbar-item" > <a href= "https://super-ics.de/datenschutz_public.htm" > Datenschutz</a> </li>
<li class= "navbar-item" > <a href= "https://super-ics.de/impressum.htm" > Impressum</a> </li>
<li class= "navbar-item" > <a href= "https://super-ics.de/impressum.htm" > Impressum</a> </li>
<li class= "navbar-item" > <a href= "#top" aria-label= "Zum Seitenanfang" > <span class= "icon" aria-hidden= "true" > <img src= "../images/up-circled-grey.svg" alt= "nach oben" title= "nach oben" /> </span> </a> </li>
<li class= "navbar-item" > <a href= "#top" aria-label= "Zum Seitenanfang" > <span class= "icon" aria-hidden= "true" > <img src= "../images/up-circled-grey.svg" alt= "nach oben" title= "nach oben" /> </span> </a> </li>
@ -1484,14 +1510,15 @@ menue.push(entry);
</xsl:call-template>
</xsl:call-template>
</xsl:if>
</xsl:if>
<!-- <div class="table - container"> reakiviertBF20240608 -->
<!-- <div class="table - container"> weg 20240608 -->
<table id= "{concat('table',$ergebniselement_ordnr + 1)}" class= "ergtabelle" style= "display:block" > <!-- bulma:class="table is - bordered is - striped is - narrow is - hoverable" -->
<table id= "{concat('table',$ergebniselement_ordnr + 1)}" class= "ergtabellexy" >
<!-- 20260326 style weg: style="display:block">bulma:class="table is - bordered is - striped is - narrow is - hoverable" -->
<thead >
<thead >
<xsl:call-template name= "nd_tableheader" />
<xsl:call-template name= "nd_tableheader" />
</thead>
</thead>
<tbody >
<tbody >
<xsl:call-template name= "nd_tablebody" />
<xsl:call-template name= "nd_tablebody" />
</tbody>
</tbody>
</table>
</table>
<!-- </div> Ende singletable - container -->
<!-- </div> Ende singletable - container -->
<!-- start fuß -->
<!-- start fuß -->
@ -2061,10 +2088,7 @@ Seite 1 von 1
<xsl:call-template name= "nd_selectionform_field_label" />
<xsl:call-template name= "nd_selectionform_field_label" />
</div>
</div>
<!-- <div class="field - body"> --> <!-- 220424BFdeaktiviert -->
<xsl:call-template name= "nd_selectionform_field_input" />
<!-- <div class="field is - active"> --> <!-- 220424BFdeaktiviert -->
<!-- <p class="control - new"> --> <!-- 220424BFdeaktiviert -->
<xsl:call-template name= "nd_selectionform_field_input" />
</div>
</div>
@ -2094,7 +2118,7 @@ Seite 1 von 1
<xsl:choose >
<xsl:choose >
<!-- start 0 -->
<!-- start 0 -->
<xsl:when test= "art='0' and zeilenanzahl > 1" >
<xsl:when test= "art='0' and zeilenanzahl > 1" >
<label class= "{$labelClass}" > <xsl:value-of select= "name" /> </label>
<label class= "{$labelClass}" for= "{name}" > <xsl:value-of select= "name" /> </label>
</xsl:when>
</xsl:when>
<!-- end 0 -->
<!-- end 0 -->
<!-- start 1,2 -->
<!-- start 1,2 -->
@ -2185,10 +2209,10 @@ Seite 1 von 1
<xsl:attribute name= "name" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "name" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "id" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "id" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "tabindex" >
<!-- <xsl:attribute name="tabindex" >
<xsl:value-of select= "10000+(nummer*10)+2" />
<xsl:value-of select= "10000+(nummer*10)+2" />
</xsl:attribute>
</xsl:attribute> -->
<xsl:attribute name= "value" >
<xsl:attribute name= "value" >
<xsl:choose >
<xsl:choose >
@ -2348,10 +2372,10 @@ Seite 1 von 1
</textarea>
</textarea>
</xsl:when>
</xsl:when>
<xsl:otherwise >
<xsl:otherwise >
<div class= "control-new" > <!-- 220424BFeingefügt -->
<div class= "control-new" >
<div class= "field has-addons" > <!-- 220424BFeingefügt -->
<div class= "field has-addons" >
<xsl:call-template name= "nd_selectionform_field_input_schluesselfeld" />
<xsl:call-template name= "nd_selectionform_field_input_schluesselfeld" />
<div class= "control is-expanded" > <!-- 220424BFeingefügt -->
<div class= "control is-expanded" >
<xsl:choose >
<xsl:choose >
<!-- start art 0 -->
<!-- start art 0 -->
<xsl:when test= "art='0'" >
<xsl:when test= "art='0'" >
@ -2362,9 +2386,9 @@ Seite 1 von 1
<xsl:attribute name= "NAME" >
<xsl:attribute name= "NAME" >
<xsl:value-of select= "name" />
<xsl:value-of select= "name" />
</xsl:attribute>
</xsl:attribute>
<xsl:attribute name= "tabindex" >
<!-- 20260216 deaktiviert <xsl:attribute name="tabindex" >
<xsl:value-of select= "100+(nummer*10)+2" />
<xsl:value-of select= "100+(nummer*10)+2" />
</xsl:attribute>
</xsl:attribute> -->
<xsl:attribute name= "id" >
<xsl:attribute name= "id" >
<xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template>
<xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template>
</xsl:attribute>
</xsl:attribute>
@ -2415,19 +2439,23 @@ Seite 1 von 1
<xsl:text > maskinput</xsl:text>
<xsl:text > maskinput</xsl:text>
</xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:choose>
</xsl:attribute>
</xsl:attribute>
<xsl:attribute name= "id" > <xsl:text > select_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "id" > <xsl:text > select_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "NAME" >
<xsl:attribute name= "NAME" >
<xsl:text > select_</xsl:text> <xsl:value-of select= "name" />
<xsl:text > select_</xsl:text> <xsl:value-of select= "name" />
</xsl:attribute>
</xsl:attribute>
<xsl:attribute name= "tabindex" >
<!-- 20260216 deaktiviert<xsl:attribute name="tabindex" >
<xsl:value-of select= "100+(nummer*10)+2" />
<xsl:value-of select= "100+(nummer*10)+2" />
</xsl:attribute>
</xsl:attribute> -->
<xsl:attribute name= "onchange" >
<xsl:attribute name= "onchange" >
<xsl:text > c=document.getElementById('</xsl:text>
<xsl:text > c=document.getElementById('</xsl:text>
<xsl:text > select_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template>
<xsl:text > select_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template>
<xsl:text > ');document.getElementById('</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> <xsl:text > ').value=c.options[c.selectedIndex].value;resetValidation();</xsl:text>
<xsl:text > ');document.getElementById('</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> <xsl:text > ').value=c.options[c.selectedIndex].value;resetValidation();</xsl:text>
</xsl:attribute>
</xsl:attribute>
<xsl:if test= "obligatorisch='1'" >
<xsl:attribute name= "required" > <xsl:text > true</xsl:text> </xsl:attribute>
</xsl:if>
<option />
<option />
<xsl:for-each select= "relation/item" >
<xsl:for-each select= "relation/item" >
<xsl:if test= "string-length(name) > 0" >
<xsl:if test= "string-length(name) > 0" >
@ -2443,6 +2471,7 @@ Seite 1 von 1
</option>
</option>
</xsl:if>
</xsl:if>
</xsl:for-each>
</xsl:for-each>
</select>
</select>
</div>
</div>
</xsl:when>
</xsl:when>
@ -2474,9 +2503,9 @@ Seite 1 von 1
<xsl:attribute name= "NAME" >
<xsl:attribute name= "NAME" >
<xsl:value-of select= "concat('chkbx_',name)" />
<xsl:value-of select= "concat('chkbx_',name)" />
</xsl:attribute>
</xsl:attribute>
<xsl:attribute name= "tabindex" >
<!-- 20260216 deaktiviert<xsl:attribute name="tabindex" >
<xsl:value-of select= "100+(nummer*10)+2" />
<xsl:value-of select= "100+(nummer*10)+2" />
</xsl:attribute>
</xsl:attribute> -->
<xsl:if test= "defaultwert/name != '' and defaultwert/name != 'false'" >
<xsl:if test= "defaultwert/name != '' and defaultwert/name != 'false'" >
<xsl:attribute name= "checked" >
<xsl:attribute name= "checked" >
<xsl:value-of select= "defaultwert/name" />
<xsl:value-of select= "defaultwert/name" />
@ -2514,9 +2543,9 @@ Seite 1 von 1
<xsl:attribute name= "NAME" >
<xsl:attribute name= "NAME" >
<xsl:value-of select= "name" />
<xsl:value-of select= "name" />
</xsl:attribute>
</xsl:attribute>
<xsl:attribute name= "tabindex" >
<!-- 20260216 deaktiviertxsl:attribute name="tabindex" >
<xsl:value-of select= "100+(nummer*10)+2" />
<xsl:value-of select= "100+(nummer*10)+2" />
</xsl:attribute>
</xsl:attribute> -->
<xsl:attribute name= "id" >
<xsl:attribute name= "id" >
<xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template>
<xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template>
</xsl:attribute>
</xsl:attribute>
@ -2573,9 +2602,9 @@ Seite 1 von 1
</xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:choose>
</xsl:attribute>
</xsl:attribute>
<xsl:attribute name= "tabindex" >
<!-- 20260216 deaktiviert<xsl:attribute name="tabindex" >
<xsl:value-of select= "100+(nummer*10)+2" />
<xsl:value-of select= "100+(nummer*10)+2" />
</xsl:attribute>
</xsl:attribute> -->
<xsl:attribute name= "NAME" >
<xsl:attribute name= "NAME" >
<xsl:value-of select= "name" />
<xsl:value-of select= "name" />
</xsl:attribute>
</xsl:attribute>
@ -2651,27 +2680,17 @@ Seite 1 von 1
<xsl:if test= "($MaskFieldTooltipPosition='right' or $MaskFieldTooltipPosition='both') and caption_long != '' and art != '13' and art != '18' and art != '8' and art !='10' and art !='17'" >
<xsl:if test= "($MaskFieldTooltipPosition='right' or $MaskFieldTooltipPosition='both') and caption_long != '' and art != '13' and art != '18' and art != '8' and art !='10' and art !='17'" >
<!-- <span class="info" onclick="if(document.getElementById('{concat('f_',tid)}').style.display=='none')document.getElementById('{concat('f_',tid)}').style.display='block'; else document.getElementById('{concat('f_',tid)}').style.display='none'; return false;">
<div class= "control" >
<figure class= "image is-24x24" >
<button class= "button is-small is-rounded has-tooltip-bottom" onClick= "return false;" >
<img src= "../images/information_grey_liberation.svg" alt= "Information" title= "Information" />
</figure>
</span> -->
<!-- <span class="button is - light tooltip is - tooltip - right" > -->
<!-- <span class="button is - light has - tooltip - left" > --> <!-- 220424BFeingefügt -->
<div class= "control" > <!-- 220424BFeingefügt -->
<button class= "button is-small is-rounded has-tooltip-bottom" onClick= "return false;" > <!-- 220424BFgeändert -->
<xsl:attribute name= "data-tooltip" >
<xsl:attribute name= "data-tooltip" >
<xsl:call-template name= "br_to_newline" >
<xsl:call-template name= "br_to_newline" >
<xsl:with-param name= "string" > <![CDATA[]]> <xsl:value-of select= "caption_long" /> <![CDATA[]]> </xsl:with-param>
<xsl:with-param name= "string" > <![CDATA[]]> <xsl:value-of select= "caption_long" /> <![CDATA[]]> </xsl:with-param>
<xsl:with-param name= "search" > < br> </xsl:with-param>
<xsl:with-param name= "search" > < br> </xsl:with-param>
<!-- <xsl:with - param name="replace"><xsl:text> </xsl:text></xsl:with - param> -->
</xsl:call-template>
</xsl:call-template>
</xsl:attribute>
</xsl:attribute>
<!-- <figure class="image is - 24x24"> --> <!-- 220424BFdeaktiviert -->
<!-- <img src="../images/information_grey_liberation.svg" />
</figure> -->
<!-- </span> -->
<span class= "icon" aria-hidden= "true" >
<span class= "icon" aria-hidden= "true" >
<img src= "../images/information_grey_liberation.svg" alt= "Info" title= "Info" />
<img src= "../images/information_grey_liberation.svg" alt= "Info" title= "Info" />
</span>
</span>
@ -2703,7 +2722,7 @@ Seite 1 von 1
<xsl:text disable-output-escaping= "yes" > <![CDATA[<input type="text" size="10" onchange="resetValidation();"]]> </xsl:text>
<xsl:text disable-output-escaping= "yes" > <![CDATA[<input type="text" size="10" onchange="resetValidation();"]]> </xsl:text>
<xsl:text > <![CDATA[ id="]]> </xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> <xsl:text > " </xsl:text>
<xsl:text > <![CDATA[ id="]]> </xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> <xsl:text > " </xsl:text>
<xsl:text > <![CDATA[ name="]]> </xsl:text> <xsl:value-of select= "name" /> <xsl:text > " </xsl:text>
<xsl:text > <![CDATA[ name="]]> </xsl:text> <xsl:value-of select= "name" /> <xsl:text > " </xsl:text>
<xsl:text > <![CDATA[ tabindex="]]> </xsl:text> <xsl:value-of select= "100+(nummer*10)+1" /> <xsl:text > " </xsl:text >
<!-- 20260216 deaktiviert<xsl:text><![CDATA[ tabindex="]]></xsl:text><xsl:value - of select="100+(nummer*10)+1"/><xsl:text>" </xsl:text> -- >
<xsl:text > <![CDATA[ class="]]> </xsl:text>
<xsl:text > <![CDATA[ class="]]> </xsl:text>
<xsl:choose >
<xsl:choose >
<xsl:when test= "typ='sql'" > schluesselfeld_invisible</xsl:when>
<xsl:when test= "typ='sql'" > schluesselfeld_invisible</xsl:when>
@ -2735,10 +2754,10 @@ Seite 1 von 1
<xsl:attribute name= "name" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "name" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "id" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "id" > <xsl:text > label_</xsl:text> <xsl:call-template name= "create_varname" > <xsl:with-param name= "string" > <xsl:value-of select= "name" /> </xsl:with-param> </xsl:call-template> </xsl:attribute>
<xsl:attribute name= "tabindex" >
<!-- 20260216 deaktiviert<xsl:attribute name="tabindex" >
<xsl:value-of select= "10000+(nummer*10)+2" />
<xsl:value-of select= "10000+(nummer*10)+2" />
</xsl:attribute>
</xsl:attribute> -->
<xsl:attribute name= "value" >
<xsl:attribute name= "value" >
<xsl:choose >
<xsl:choose >
@ -4296,19 +4315,23 @@ document.forms[0].target = '_blank';
</a>
</a>
</xsl:template>
</xsl:template>
<xsl:template name= "nd_tableExportWeiterverarbeitung" >
<xsl:template name= "nd_tableExportWeiterverarbeitung" >
<!-- <div class="buttonbar"> --> <!-- 071024 BF deaktiviert -->
<!-- <div class="field is - grouped is - grouped - multiline"> --> <!-- 071024 BF deaktiviert -->
<div class= "input-container" >
<div class= "input-container" >
<label class= "label is-small" > Weiterverarbeiten: </label>
<label for= "xsl_template" class= "label is-small" > Format auswählen:</label>
<div class= "field has-addons" >
<div class= "field has-addons" >
<div class= "control" >
<div class= "control" >
<div class= "select is-small is-fullwidth" >
<!-- <label for="xsl_template">
<select name= "xsl_template" >
Ausgabeformat wählen
<xsl:for-each select= "/ergebnisse/stylesheets/stylesheet[is_generic='1']" >
</label> -->
<option value= "{concat(filename,'|',contenttype)}" > <xsl:value-of select= "caption" /> </option>
</xsl:for-each>
<div class= "select is-small is-fullwidth" >
</select>
<select id= "xsl_template" name= "xsl_template" > <!-- 20260211: id eingefügt -->
</div>
<xsl:for-each select= "/ergebnisse/stylesheets/stylesheet[is_generic='1']" >
<option value= "{concat(filename,'|',contenttype)}" >
<xsl:value-of select= "caption" />
</option>
</xsl:for-each>
</select>
</div>
</div>
</div>
<xsl:variable name= "newTemplateImage" >
<xsl:variable name= "newTemplateImage" >
@ -4322,7 +4345,6 @@ document.forms[0].target = '_blank';
</xsl:choose>
</xsl:choose>
</xsl:variable>
</xsl:variable>
<!-- ************ 071024 BF eingefügt -->
<div class= "control" >
<div class= "control" >
<button class= "button is-small is-rounded" >
<button class= "button is-small is-rounded" >
<span class= "icon" >
<span class= "icon" >
@ -4332,37 +4354,18 @@ document.forms[0].target = '_blank';
</span>
</span>
</button>
</button>
</div>
</div>
<!-- 071024 BF eingefügt ************ -->
<!-- ************ 071024 BF deaktiviert -->
<!-- <a class="linkLookImage" style="margin - left:0px;">
<xsl:attribute name= "href" >
<xsl:text > javascript:setTemplatePropertiesAndSubmit(document.forms[0].xsl_template.value);
</xsl:text>
</xsl:attribute>
<img title= "Weiterverarbeiten" alt= "Weiterverarbeiten" src= "{$newTemplateImage}" border= "0" />
</a> -->
<!-- 071024 BF deaktiviert ************ -->
</div> <!-- Ende field has - addons -->
</div> <!-- Ende field has - addons -->
</div> <!-- Ende input - container -->
</div> <!-- Ende input - container -->
<!-- </div> --> <!-- Ende field is grouped is - multiline --> <!-- 071024 BF deaktiviert -->
<!-- </div> --> <!-- Ende buttonbar --> <!-- 071024 BF deaktiviert -->
</xsl:template> <!-- Ende nd_tableExportWeiterverarbeitung -->
</xsl:template> <!-- Ende nd_tableExportWeiterverarbeitung -->
<xsl:template name= "nd_JasperExportBtn" >
<xsl:template name= "nd_JasperExportBtn" >
<xsl:if test= "count(/ergebnisse/stylesheets/stylesheet[ends-with(filename,'.jrxml')])" >
<xsl:if test= "count(/ergebnisse/stylesheets/stylesheet[ends-with(filename,'.jrxml')])" >
<!-- <div class="container" style="margin - bottom:20px"> --> <!-- 061024 BF deaktiviert -->
<!-- <div class="buttonbar"> --> <!-- 071024 BF deaktiviert -->
<!-- <div class="field is - grouped is - grouped - multiline"> --> <!-- 071024 BF deaktiviert -->
<div class= "input-container" >
<div class= "input-container" >
<!-- <div class="control"> --> <!-- 061024 BF deaktiviert -->
<label for= "jr_stylesheet" class= "label is-small" > Bericht auswählen: </label>
<label class= "label is-small" > Bericht ausgeben: </label>
<!-- </div> --> <!-- 061024 BF deaktiviert -->
<div class= "field has-addons" >
<div class= "field has-addons" >
<div class= "control" >
<div class= "control" >
<div class= "select is-small" style= "margin-left:3px;" >
<div class= "select is-small" > <!-- 202603 weg style="margin - left:3px;" -->
<select name= "jr_stylesheet" onchange= "jsDisableInput(this.value);" >
<select id= "jr_stylesheet" name= "jr_stylesheet" onchange= "jsDisableInput(this.value);" >
<xsl:for-each select= "/ergebnisse/stylesheets/stylesheet" >
<xsl:for-each select= "/ergebnisse/stylesheets/stylesheet" >
<xsl:if test= "ends-with(filename,'.jrxml')" >
<xsl:if test= "ends-with(filename,'.jrxml')" >
<option > <xsl:attribute name= "value" > <xsl:value-of select= "filename" /> </xsl:attribute> <xsl:value-of select= "caption" /> </option>
<option > <xsl:attribute name= "value" > <xsl:value-of select= "filename" /> </xsl:attribute> <xsl:value-of select= "caption" /> </option>