SuperX-Kernmodul
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

690 lines
28 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ext1="de.memtext.util.DateUtils"
xmlns:ext2="java.util.Date" xmlns:string="java.lang.String"
xmlns:HtmlUtils="de.superx.util.HtmlUtils">
<!--In diesem Stylesheet können Sie individuelle templates unterbringen,
die in ihrer Präzedenz das normale Stylesheet pageComponents_html.xsl überragt.
Die Beispiele in dieser Datei erzeugen das HIS1-Layout -->
<xsl:import href="xsl_functions.xsl" />
<xsl:import href="resultset_html.xsl" />
<!--Logo für Druckversion und PDF -->
<xsl:template name="logo_path">
<xsl:text>../xml/his1/images/logos/hisinone_logo_reports.png</xsl:text>
</xsl:template>
<!-- templates fürs Menü -->
<xsl:template name="menue_head">
<head>
<title>Anmeldung</title>
<!--LINK REL="stylesheet" type="text/css" href="../xml/his1/css/HISinOne.css"/ -->
<link rel="stylesheet" type="text/css"
href="/superx/xml/his1/css/superx_menue_html.css" />
<base target="maske" />
</head>
</xsl:template>
<xsl:template name="submenue_head">
<head>
<title>Anmeldung</title>
<link rel="stylesheet" type="text/css" href="../xml/his1/css/HISinOne.css" />
<link rel="stylesheet" type="text/css"
href="../xml/his1/css/superx_menue_html.css" />
<script src="../xml/js/jquery/jquery-1.12.4.min.js"></script>
<script type="text/javascript">
<xsl:call-template name="jqueryXssFilter" />
</script>
<base target="_self" />
</head>
</xsl:template>
<xsl:template name="topbar_menue">
<div class="header_hisinone">
<div class="logo">
<a href="/_HISINONE_/pages/cs/sys/portal/hisinoneStartPage.faces" target="_parent" style="float:left;">
<img src="../xml/his1/images/logos/hisinone_schriftzug_portal.svg" alt="Zur HISinOne Startseite" class="logoPortal" title="Zur HISinOne Startseite" border="0" />
</a>
<ul class="nav" style="float:left;">
<!-- <li class="topMenuList">
<a class="topMenuLink" href="/qisserver/pages/cs/sys/portal/hisinoneStartPage.faces" target="_parent">Startseite</a>
</li>-->
<li class="open-menu">
<a class="topMenuLink" href="#leftpanel3">Navigation ein/aus</a>
</li>
<li class="close-menu">
<a class="topMenuLink" href="#">Navigation ein/aus</a>
</li>
<!--
<li class="topMenuList">
<a class="topMenuLink" href="javascript:lesezeichen_erstellen();" id="btnBookmark" target="_parent">Lesezeichen</a>
</li>
-->
</ul>
</div><h1 style="padding-top:25px">Business Intelligence</h1>
<div style="float:right;">
<img src="../xml/his1/images/icons/arrow_right_fat.svg" alt=" " title=" " border="0" style="vertical-align:bottom;"/>
<a tabindex="30" href="/superx/servlet/SuperXmlAbmeldung" target="_parent" style="cursor:pointer; font-weight: bold;">Abmelden von Standardberichte</a>
</div>
<div class="services">
<ol>
<li>
</li>
</ol>
</div>
<!-- <div style="clear: both;"></div> -->
</div>
</xsl:template>
<xsl:template name="bottombar_menue">
<a href="#menue" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini">Navigation anzeigen</a>
</xsl:template>
<!--Template für Maske/Tabelle in HIS1 -->
<xsl:template name="head">
<xsl:param name="css" />
<xsl:param name="title" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</meta>
<link rel="stylesheet" type="text/css"
href="../xml/his1/css/superx_menue_html.css" />
<!--<LINK REL="stylesheet" type="text/css" href="../style/superx.css"
></LINK> <LINK REL="stylesheet" type="text/css" href="../xml/superxml_html.css"
></LINK> -->
<xsl:choose>
<xsl:when test="$title != ''">
<xsl:choose>
<xsl:when test="starts-with($title,'Mask') ">
<link rel="stylesheet" type="text/css" href="../xml/maske_html.css" />
</xsl:when>
<xsl:otherwise>
<!-- Styles für HIS1 sind in xml/his1/css/superx_menue_html.css definiert
<LINK REL="stylesheet" type="text/css" href="../xml/tabelle_html.css" ></LINK> -->
</xsl:otherwise>
</xsl:choose>
<title>
<xsl:value-of select="$title" />
</title>
</xsl:when>
<xsl:otherwise>
<title>
<xsl:text>SuperX</xsl:text>
</title>
</xsl:otherwise>
</xsl:choose>
<link rel="stylesheet" type="text/css" href="../xml/his1/css/HISinOne.css" />
<!-- <link rel="stylesheet" type="text/css" href="../xml/his1/css/HISinOneFrame.css" /> -->
<xsl:if test="$css != ''">
<link rel="stylesheet" type="text/css" href="$css" />
</xsl:if>
</head>
</xsl:template>
<xsl:template name="maskButtons">
<!--<xsl:call-template name="today" /> -->
<xsl:call-template name="maskbreadcrumbs" />
<div class="xright">
<a title="Lesezeichen erstellen"
onclick="maskepreparelesezeichendlg();versteckeCombosIE6();lesezeichendlg.show()">
<img border="0" src="../images/bookmark.png" />
</a>
<span class="separator">&#160;</span>
<a title="Schlüsselfelder an/aus" onclick="maskeTogglekeyfields()">
<img border="0" src="../images/keys.png" />
</a>
<span class="separator">&#160;</span>
<a href="../doku/benutzer/main.htm" title="Hilfe" target="_blank">
<img src="../images/help.png" border="0" alt="Hilfe" />
</a>
<span class="separator">&#160;</span>
<a href="javascript:alert('Edustore Version 1.0 \n www.his.de');"
title="Info">
<img src="../images/i.png" border="0" alt="Info" />
</a>
</div>
<div class="clear">&#160;</div>
<p align="right">
</p>
</xsl:template>
<!--Templates für Tabellen -->
<!-- mB hier auskommentiert -->
<xsl:template name="topbar_table">
<xsl:text disable-output-escaping="yes"><![CDATA[<div class="submenu">]]></xsl:text>
<h1 class="unsichtbar">
<a name="content">Inhalt</a>
</h1>
<h1>Bericht - Anzeige
</h1>
</xsl:template>
<xsl:template name="bottombar_table">
<xsl:text disable-output-escaping="yes"><![CDATA[</div>]]></xsl:text>
</xsl:template>
<xsl:template name="bottombar">
</xsl:template>
<xsl:template name="printsaveButtons">
</xsl:template>
<xsl:template name="exportButtons">
</xsl:template>
<xsl:template name="tablepretitle">
<xsl:variable name="showBreadcrumbsTable">
<xsl:call-template name="showBreadcrumbsTable" />
</xsl:variable>
<xsl:if test="$showBreadcrumbsTable='true'">
<xsl:call-template name="breadcrumbs">
<xsl:with-param name="jsessionid">
<xsl:value-of select="/ergebnisse/@jsessionid" />
</xsl:with-param>
</xsl:call-template>
</xsl:if>
</xsl:template>
<xsl:template name="pccustomize">
<xsl:param name="position" />
<xsl:if test="$position='mask_post_javascript'">
<script language="javascript">
<xsl:text>
function maskonload() {
parent.document.title="</xsl:text>
<xsl:value-of select="/maske/@name" />
<xsl:text> - HISinOne ist ein Produkt der HIS eG";
}</xsl:text>
</script>
</xsl:if>
<xsl:if test="$position='submenu_post_javascript'">
<script language="javascript">
<xsl:text>
function submenuonload() {
parent.document.title="</xsl:text>
<xsl:for-each select="/*/menupos/eintraege/eintrag">
<xsl:if test="position()=last()">
<xsl:value-of select="titel" />
</xsl:if>
</xsl:for-each>
<xsl:text> - HISinOne ist ein Produkt der HIS eG";
}</xsl:text>
</script>
</xsl:if>
<xsl:if test="$position='table_post_javascript'">
<script language="javascript">
function tableonload() {}
</script>
</xsl:if>
<xsl:if test="$position='table_pre_title' and (/ergebnisse/@isMakro!='true' or @ordnr='0')">
<!--nun die Buttonleiste -->
<div class="iconsTopAbove">
<a onMouseOver="window.status='Export starten';return true"
onFocus="window.status='Download starten';return true" onMouseOut="window.status='Download starten';return true"
class="linkLookImage">
<xsl:attribute name="href"><xsl:text>javascript:prepareExport('druckversion')</xsl:text>
</xsl:attribute>
<img title="Ausgabe in HTML" alt="Ausgabe in HTML"
src="../xml/his1/images/icons/html.gif" border="0" />
</a>
<span class="separator">&#160;</span>
<a onMouseOver="window.status='Export starten';return true"
onFocus="window.status='Download starten';return true" onMouseOut="window.status='DowcheckTrenload starten';return true"
class="linkLookImage">
<xsl:attribute name="href"><xsl:text>javascript:prepareExport('excel')</xsl:text>
</xsl:attribute>
<img title="Ausgabe in Excel" alt="Ausgabe in Excel"
src="../xml/his1/images/icons/page_white_excel.gif" border="0" />
</a>
<span class="separator">&#160;</span>
<!-- <a onMouseOver="window.status='Export starten';return true" onFocus="window.status='Download
starten';return true" onMouseOut="window.status='Download starten';return
true" class="linkLookImage"><xsl:attribute name="href"><xsl:text>javascript:prepareExport('xml');</xsl:text>
</xsl:attribute><img title="Ausgabe in XML" alt="Ausgabe in XML" src="../xml/his1/images/icons/page_white_code.gif"
border="0" /></a> <span class="separator">&#160;</span> -->
<a onMouseOver="window.status='Export starten';return true"
onFocus="window.status='Download starten';return true" onMouseOut="window.status='Download starten';return true"
class="linkLookImage">
<xsl:attribute name="href"><xsl:call-template
name="create_url"><xsl:with-param name="stylesheet">tabelle_xml.xsl</xsl:with-param></xsl:call-template><xsl:text>&amp;contenttype=text/xml&amp;reuseresult=true</xsl:text>
</xsl:attribute>
<img title="Ausgabe in XML" alt="Ausgabe in XML"
src="../xml/his1/images/icons/page_white_code.gif" border="0" />
</a>
<span class="separator">&#160;</span>
<a onMouseOver="window.status='Export starten';return true"
onFocus="window.status='Download starten';return true" onMouseOut="window.status='Download starten';return true"
class="linkLookImage">
<xsl:attribute name="href"><xsl:text>javascript: prepareExport('pdf')</xsl:text>
</xsl:attribute>
<img title="Ausgabe im PDF-Querformat" alt="Ausgabe im PDF-Querformat"
src="../xml/his1/images/icons/page_white_width_acrobat.gif"
border="0" />
</a>
<span class="separator">&#160;</span>
<!--MB neu CSV-export-->
<a onMouseOver="window.status='Export starten';return true"
onFocus="window.status='Download starten';return true" onMouseOut="window.status='Download starten';return true"
class="linkLookImage">
<xsl:attribute name="href"><xsl:text>javascript:document.forms[0].contenttype.value='text/csv';document.forms[0].reuseresult.value='true';document.forms[0].submit();</xsl:text>
</xsl:attribute>
<img title="Ausgabe als CSV" alt="Ausgabe als CSV"
src="../xml/his1/images/icons/page_white_csv.gif" border="0" />
</a>
<span class="separator">&#160;</span>
<!-- bis hier-->
<!-- <span dojoType="tooltip" connectId="btnKonfig" style="display:none">Spaltensortierung-
und Reihenfolge festlegen<br />, Spalten entfernen</span> -->
<a title="Erläuterung" class="linkLookImage">
<xsl:attribute name="href"><xsl:value-of
select="concat('javascript:showErlaeuterung',../maskenname/@id,'()')" /></xsl:attribute>
<img title="Erläuterung" alt="Erläuterung"
src="../xml/his1/images/icons/information.gif" border="0" />
</a>
<span class="separator">&#160;</span>
<a href="/{/ergebnisse/ergebnis/maskenname/@helpcontext}" title="Hilfe"
target="_blank" class="linkLookImage">
<img title="Handbuch" alt="Handbuch" src="../xml/his1/images/icons/book.gif"
border="0" />
</a>
<xsl:if test="/ergebnisse/@isMakro!='true'">
<span class="separator">&#160;</span>
<xsl:call-template name="bookmark_deepLink" />
<span class="separator">&#160;</span>
<a href="javascript:showConfig();" id="btnKonfig" class="linkLookImage">
<img title="Tabelle editieren" alt="Tabelle editieren"
src="../xml/his1/images/icons/edit_filled_form.gif" border="0" />
</a>
</xsl:if>
<xsl:call-template name="JasperExportBtn" />
</div>
<!--klappt nicht wg. Umbruch bei p.maskentitel: <xsl:text disable-output-escaping="yes"><![CDATA[<h2
class="table_caption"><img src="../xml/his1/images/icons/bullet_star.gif"
alt=" " />]]></xsl:text> -->
</xsl:if>
</xsl:template>
<xsl:template name="legende">
<div class="text_white">
<h3>Legende</h3>
<p>
<xsl:for-each select="../felder/feld">
<xsl:if
test="(value !='' or sicht/@isFirstInGroup='false' or @isstandtoday='false') and @varname != 'sort' and @varname != 'maxoffset'">
<span class="feldname">
<xsl:choose>
<xsl:when
test="string-length(caption_short) &gt; 0 and caption_short != 'null'">
<![CDATA[]]>
<xsl:value-of select="caption_short" /><![CDATA[]]>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="@varname" />
</xsl:otherwise>
</xsl:choose>
</span>
:&#160;
<xsl:if test="string-length(value_caption) &lt; 50">
<span class="feldwert">
<xsl:value-of select="value_caption" /><![CDATA[]]>
</span>
</xsl:if>
<xsl:if test="string-length(value_caption) &gt; 49">
<span class="feldwert"><![CDATA[]]>
<xsl:value-of select="substring(value_caption,0,50)" /><![CDATA[]]>
...
</span>
</xsl:if>
<xsl:if test="sicht!=''">
<span><![CDATA[ (]]><xsl:value-of select="sicht" />
<xsl:if test="@stand!=''">
<xsl:text> - Stand:</xsl:text>
<xsl:value-of select="@stand" />
</xsl:if>
<xsl:text><![CDATA[)]]> </xsl:text>
</span>
</xsl:if>
;
</xsl:if>
</xsl:for-each>
User:
<xsl:value-of select="/ergebnisse/user" />
&#160;
Stand:
<xsl:value-of select="../stand" />
</p>
<p>
<xsl:if test="../hinweis != ''">
<!-- 11.3.09 MB -->
<xsl:call-template name="newline_to_br">
<xsl:with-param name="string" select="../hinweis" />
</xsl:call-template>
</xsl:if>
</p>
</div>
</xsl:template>
<xsl:template name="navigationsmenue">
<p class="dontprint">
<xsl:variable name="stylesheet">
<xsl:choose>
<xsl:when test="/ergebnisse/ergebnis/felder/feld [@varname='tablestylesheet'] /value !=''">
<xsl:value-of select="/ergebnisse/ergebnis/felder/feld [@varname='tablestylesheet'] /value" />
</xsl:when>
<xsl:when
test="/ergebnisse/stylesheets/stylesheet/filename !='tabelle_html.xsl'">
<xsl:value-of select="/ergebnisse/stylesheets/stylesheet/filename" />
</xsl:when>
<xsl:otherwise>
tabelle_html.xsl
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<xsl:if test="(sqlerg/@offset &gt; 0)">
<a title="Erste Seite" onMouseOver="window.status='Navigation starten';return true"
onFocus="window.status='Navigation starten';return true"
onMouseOut="window.status='Navigation starten';return true">
<xsl:attribute name="href">javascript:document.forms[0].target='_self'; document.forms[0].offset.value='0';document.forms[0].stylesheet.value='<xsl:value-of
select="$stylesheet" />';document.forms[0].contenttype.value='text/html'; document.forms[0].submit();
</xsl:attribute>
<img src="../xml/his1/images/icons/resultset_first.gif" border="0"
alt="Zur ersten Seite" />
</a>
<a title="Vorherige Seite" onMouseOver="window.status='Navigation starten';return true"
onFocus="window.status='Navigation starten';return true"
onMouseOut="window.status='Navigation starten';return true">
<xsl:attribute name="href">javascript:document.forms[0].target='_self'; document.forms[0].offset.value='<xsl:value-of
select="((sqlerg/@offset) - (sqlerg/@maxOffset))" />';document.forms[0].stylesheet.value='<xsl:value-of
select="$stylesheet" />';document.forms[0].contenttype.value='text/html'; document.forms[0].submit();
</xsl:attribute>
<img src="../xml/his1/images/icons/resultset_previous.gif"
border="0" alt="Zur vorherigen Seite" />
</a>
</xsl:if>
<xsl:call-template name="datensatzzaehler" />
<xsl:if test="(sqlerg/@offset + sqlerg/@maxOffset) &lt; sqlerg/@max">
<a title="Nächste Seite" onMouseOver="window.status='Navigation starten';return true"
onFocus="window.status='Navigation starten';return true"
onMouseOut="window.status='Navigation starten';return true">
<xsl:attribute name="href">javascript:document.forms[0].target='_self'; document.forms[0].offset.value='<xsl:value-of
select="((sqlerg/@offset) + (sqlerg/@maxOffset))" />'; document.forms[0].stylesheet.value='<xsl:value-of
select="$stylesheet" />';document.forms[0].contenttype.value='text/html'; document.forms[0].submit();
</xsl:attribute>
<img src="../xml/his1/images/icons/resultset_next.gif" border="0"
alt="Nächste Seite" />
</a>
<a title="Letzte Seite" onMouseOver="window.status='Navigation starten';return true"
onFocus="window.status='Navigation starten';return true"
onMouseOut="window.status='Navigation starten';return true">
<xsl:choose>
<xsl:when test="(sqlerg/@max) mod (sqlerg/@maxOffset) = 0">
<xsl:attribute name="href">javascript:document.forms[0].target='_self'; document.forms[0].offset.value='<xsl:value-of
select="sqlerg/@max - sqlerg/@maxOffset" />';document.forms[0].stylesheet.value='<xsl:value-of
select="$stylesheet" />';document.forms[0].contenttype.value='text/html'; document.forms[0].submit();
</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="href">javascript:document.forms[0].target='_self'; document.forms[0].offset.value='<xsl:value-of
select="sqlerg/@max - ((sqlerg/@max) mod (sqlerg/@maxOffset))" />';document.forms[0].stylesheet.value='<xsl:value-of
select="$stylesheet" />';document.forms[0].contenttype.value='text/html'; document.forms[0].submit();
</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
<img src="../xml/his1/images/icons/resultset_last.gif" border="0"
alt="Letzte Seite" />
</a>
</xsl:if>
</p>
</xsl:template>
<xsl:template name="explanation">
<!-- button Verlagert in den info-Button in der Iconliste -->
<script language="Javascript">
<xsl:text>
function showErlaeuterung</xsl:text>
<xsl:value-of select="../maskenname/@id" />
<xsl:text><![CDATA[()
{
neu=window.open("","explanation_window","toolbar=yes,resizable=yes,scrollbars=yes,menubar=yes,location=no");
neu.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\" ><html xmlns:HtmlUtils=\"de.superx.util.HtmlUtils\" lang=\"de\">");
neu.document.write("<head><title>Erlaeuterung</title></head><link rel='stylesheet' type='text/css' href='../xml/his1/css/HISinOne.css'></link><body>");
neu.document.write("<div class='content_max_portal'><div class='columnFullSize'><h1>HISinOne</h1><h2>Hilfe</h2>");
neu.document.write("<h2>Maske ]]></xsl:text>
<xsl:value-of select="../maskenname" />
<xsl:text><![CDATA[</h2>");
neu.document.write("<p>]]></xsl:text>
<xsl:call-template name="remove_linebreaksAndQuot">
<xsl:with-param name="volltext"><![CDATA[]]>
<xsl:value-of select="../explanation" /><![CDATA[]]>
</xsl:with-param>
</xsl:call-template>
<xsl:text><![CDATA[</p>");
neu.document.write("<div class='boxStandard'><div class='box_container'><div class='box_title'><h2>Selektionsparameter</h2></div><div class='box_content'><fieldset class='fieldsetNoBorder'><legend>Selektionsparameter</legend><table class='tableWithBorder'><thead><tr><th scope='col' class='tableHeader' width='20%'>Feld</th><th scope='col' class='tableHeader'>Beschreibung</th></tr></thead><tbody>");
]]></xsl:text>
<xsl:for-each select="../completefields/feld">
<xsl:text><![CDATA[
neu.document.write("<tr class='listRowOdd'>");
neu.document.write("<td>]]></xsl:text>
<xsl:value-of select="@varname" />
<xsl:text><![CDATA[</td>");
neu.document.write("<td>]]></xsl:text>
<xsl:if
test="string-length(caption_long) &gt; 0 and caption_long != 'null'">
<xsl:call-template name="remove_linebreaksAndQuot">
<xsl:with-param name="volltext"><![CDATA[]]>
<xsl:value-of select="caption_long" /><![CDATA[]]>
</xsl:with-param>
</xsl:call-template>
</xsl:if>
<xsl:text><![CDATA[</td>");
neu.document.write("</tr>");
]]></xsl:text>
</xsl:for-each>
<xsl:text><![CDATA[
neu.document.write("</tbody></table></fieldset></div><div class='box_bottom_left'><div class='box_bottom_right'></div></div></div></div>");
neu.document.write("<div class='boxStandard'><div class='box_container'><div class='box_title'><h2>Ergebnisbericht</h2></div><div class='box_content'><fieldset class='fieldsetNoBorder'><legend>Ergebnisbericht</legend><table class='tableWithBorder'><thead><tr><th scope='col' class='tableHeader' width='20%'>Spalte</th><th scope='col' class='tableHeader'>Beschreibung</th></tr></thead><tbody>");
]]></xsl:text>
<xsl:for-each
select="sqlerg/headers/header [string-length(caption_long) &gt; 1 and caption_long !='null'] ">
<xsl:text><![CDATA[
neu.document.write("<tr class='listRowOdd'>");
neu.document.write("<td>]]></xsl:text>
<xsl:value-of select="wert" />
<xsl:text><![CDATA[</td>");
neu.document.write("<td>]]></xsl:text>
<xsl:call-template name="remove_linebreaksAndQuot">
<xsl:with-param name="volltext"><![CDATA[]]>
<xsl:value-of select="substring-after(caption_long,'&lt;br&gt;')" /><![CDATA[]]>
</xsl:with-param>
</xsl:call-template>
<xsl:text><![CDATA[</td>");
neu.document.write("</tr>");
]]></xsl:text>
</xsl:for-each>
<xsl:text><![CDATA[
neu.document.write("</tbody></table></fieldset></div><div class='box_bottom_left'><div class='box_bottom_right'></div></div></div></div>");
]]></xsl:text> <!-- neu.document.write("<div class='columnOneThirdRight_1024'><div class='box_grey_bg_white'><div
class='box_container'><div class='box_title'><h2>Informationen</h2></div><div
class='box_content'><fieldset class='fieldsetNoBorder'><legend>Informationen</legend>Abfragen
zu Einzelprüfungen (nicht nur Haupt- oder Vordiplom)</fieldset></div><div
class='box_bottom_left'><div class='box_bottom_right'></div></div></div></div></div>"); -->
<xsl:text><![CDATA[
neu.document.write("</div></div></body></html>");
neu.document.close();
}
]]>
</xsl:text>
</script>
</xsl:template>
<xsl:template name="root_in_breadcrumb">
<xsl:text>Standardberichte</xsl:text>
</xsl:template>
<xsl:template name="information_box">
<div class="columnOneThirdRight_1024">
<div class="box_grey_bg_white">
<div class="box_container">
<div class="box_title">
<h2>Informationen</h2>
</div>
<div class="box_content">
<fieldset class="fieldsetNoBorder">
<legend>Informationen</legend>
<xsl:for-each select="/*/menupos/eintraege/eintrag">
<xsl:if test="position()=last()">
<xsl:value-of select="explanation" />
</xsl:if>
</xsl:for-each>
</fieldset>
</div>
<div class="box_bottom_left">
<div class="box_bottom_right">
</div>
</div>
</div>
</div>
</div>
</xsl:template>
<xsl:template name="bookmark_deepLink">
<span class="separator">&#160;</span>
<a href="javascript:lesezeichen_erstellen();" id="btnBookmark"
class="linkLookImage">
<img title="Aktuelle Maske als Lesezeichen im Browser speichern"
alt="Aktuelle Maske als Lesezeichen im Browser speichern" src="../xml/his1/images/icons/attach.gif"
border="0" />
</a>
<span class="separator">&#160;</span>
<a href="javascript:deeplink_dialog();" id="btnDeepLink" class="linkLookImage">
<img title="Deeplink für aktuelle Maske anzeigen" alt="Deeplink für aktuelle Maske anzeigen"
src="../xml/his1/images/icons/link.gif" border="0" />
</a>
</xsl:template>
<xsl:template name="showLogoutLink">
<!-- in his1 ist Logout Button rechts oben -->
<xsl:text>false</xsl:text>
</xsl:template>
<xsl:template name="create_url">
<xsl:param name="stylesheet" />
<xsl:text>../servlet/SuperXmlTabelle?</xsl:text>
<xsl:text>tid=</xsl:text>
<xsl:value-of select="/ergebnisse/ergebnis/maskenname/@id" />
<xsl:if test="$stylesheet!=''">
<xsl:text>&amp;stylesheet=</xsl:text>
<xsl:value-of select="$stylesheet" />
</xsl:if>
<xsl:for-each select="/ergebnisse/ergebnis/felder/feld[value!='']">
<xsl:text>&amp;</xsl:text>
<xsl:value-of select="@varname" />
<xsl:text>=</xsl:text>
<xsl:value-of select="value" />
</xsl:for-each>
</xsl:template>
<xsl:template name="head_jquery">
<xsl:param name="title" />
<head>
<title><xsl:value-of select="$title"/></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="../xml/js/jquery/jquery-1.12.4.min.js"></script>
<script src="../xml/js/jquery/jquery.mobile-1.4.2.min.js"></script>
<link rel="stylesheet" href="../xml/js/jquery/jquery.mobile.structure-1.4.2.dw.css" />
<link rel="stylesheet" href="../xml/js/jquery/jqm-demos.dw.css" />
<link rel="stylesheet" type="text/css" href="/superx/xml/his1/css/superx_menue_html.css" />
<link rel="stylesheet" type="text/css" href="/superx/xml/his1/css/HISinOne.css" />
<script type="text/javascript">
<![CDATA[
/* Hier wird geregelt, dass das Menue Panel bei dem Laden der Seite offen ist. */
$(document).on('pageinit', function () {
$('#leftpanel3').panel('open');
});
/* Das Menue Panel soll unter dem Header sein. */
//var header = $('[data-role=header]').outerHeight();
//var panel = $('[data-role=panel]').outerHeight();
//var panel = $('.ui-panel').height();
//var panelheight = panel - header;
//$('[data-role=panel]').css({
// 'top': header,
// 'min-height': panelheight
//});
//alert('top: ' + header + '\npanel: ' + panel + '\nmin-height: ' + panelheight);
]]>
<xsl:call-template name="jqueryXssFilter" />
</script>
</head>
</xsl:template>
<xsl:template name="initialContent">
<div class="divBreadcrumb"><ul style="list-style:none;margin:0;padding:0">
<li style="list-style:none;display:inline;margin:0;padding:0">Sie sind hier:</li>
<!-- Menü: HISinOne Startseite -->
<!-- <xsl:if test="/maske/@hisinone_refapp != '' or /ergebnisse/@hisinone_refapp != ''">
<li style="list-style:none;display:inline;margin:0;padding:0"><a href="{concat('../../../',/maske/@hisinone_refapp,/ergebnisse/@hisinone_refapp,'/')}" target="_parent">Startseite</a>
-->
<li style="list-style:none;display:inline;margin:0;padding:0"><a href="/_HISINONE_/pages/cs/sys/portal/hisinoneStartPage.faces" target="_parent">Startseite</a>
<img src="../images/breadcrumb_next.gif" alt="" style="margin-left: 2px; margin-right: 2px;" />
</li>
<!-- </xsl:if> -->
<!-- Menü: HISinOne BI -->
<li style="list-style:none;display:inline;margin:0;padding:0"><a class="xdummy" href="/_HISINONE_/pages/cs/sys/portal/subMenu.faces?navigationPosition=hisinonebi" target="_parent">Business Intelligence</a>
<img src="../images/breadcrumb_next.gif" alt="" style="margin-left: 2px; margin-right: 2px;" />
</li>
<!-- Menü: Standardberichte -->
<li style="list-style:none;display:inline;margin:0;padding:0"><a class="xdummy" href="../../../superx/servlet/SuperXmlAnmeldung" target="_parent">Standardberichte</a></li>
</ul></div>
<br />
<div class="submenu">
<div class="welcome_text">
<h1>Standardberichte</h1>
</div>
<div class="clearer"> </div>
<div class="welcome_text">
<div class="headline">
<div class="squareBox">zzzzz
<div class="square square1"></div>
<div class="square square2"></div>
<div class="square square3"></div>
</div>
<div class="headlineText">
<h1>Vorgefertigte Berichte und
Statistiken zu ausgewählten Themen im Hochschul-Berichtswesen.</h1>
</div>
</div>
</div>
</div>
</xsl:template>
</xsl:stylesheet>