mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
156 lines
9.6 KiB
XML
156 lines
9.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-15" ?>
|
|
<xsl:stylesheet version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
|
<xsl:output method="xml" version="1.0" indent="yes" />
|
|
|
|
<xsl:template match="lehrauftraege">
|
|
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
|
|
<fo:layout-master-set>
|
|
<fo:simple-page-master page-height="297mm" page-width="210mm" margin="5mm 25mm 5mm 25mm" master-name="PageMaster">
|
|
<fo:region-body margin="20mm 0mm 20mm 0mm"/>
|
|
</fo:simple-page-master>
|
|
</fo:layout-master-set>
|
|
<xsl:apply-templates select="lehrauftrag"/>
|
|
</fo:root>
|
|
</xsl:template>
|
|
|
|
<xsl:template match="lehrauftrag">
|
|
<fo:page-sequence master-reference="PageMaster">
|
|
<fo:flow flow-name="xsl-region-body" >
|
|
<!-- Logo -->
|
|
<fo:block>
|
|
<fo:external-graphic src="../skin/images/TWLogo_klein.jpg" posx="140" posy="15" />
|
|
</fo:block>
|
|
<!-- Titel -->
|
|
<fo:block font-size="15pt">Fachhochschule Technikum Wien Lehrauftrag</fo:block>
|
|
<!-- Studiengang -->
|
|
<fo:block font-size="12pt">
|
|
\n<xsl:value-of select="studiengang" />
|
|
</fo:block>
|
|
<!--Name und Adresse-->
|
|
<fo:block font-size="10pt">
|
|
\n\nAn
|
|
\n<fo:inline font-weight="bold" font-size="12pt">
|
|
<xsl:value-of select="mitarbeiter/titelpre" /><xsl:text> </xsl:text>
|
|
<xsl:value-of select="mitarbeiter/vorname" /><xsl:text> </xsl:text>
|
|
<xsl:value-of select="mitarbeiter/familienname" /><xsl:text> </xsl:text>
|
|
<xsl:value-of select="mitarbeiter/titelpost" />
|
|
\n<xsl:value-of select="mitarbeiter/anschrift" />
|
|
\n<xsl:value-of select="mitarbeiter/plz" /><xsl:text> </xsl:text>
|
|
<xsl:value-of select="mitarbeiter/ort" />
|
|
</fo:inline>
|
|
\n\n<fo:block font-size="7pt">
|
|
Abs.: Fachhochschule Technikum Wien, Höchstädtplatz 5, A-1200 Wien
|
|
</fo:block>
|
|
|
|
\n\n\n\n\n\n<fo:block font-size="8pt">
|
|
<fo:inline font-weight="bold">
|
|
<xsl:value-of select="mitarbeiter/titelpre" /><xsl:text> </xsl:text>
|
|
<xsl:value-of select="mitarbeiter/vorname" /><xsl:text> </xsl:text>
|
|
<xsl:value-of select="mitarbeiter/familienname" /><xsl:text> </xsl:text>
|
|
<xsl:value-of select="mitarbeiter/titelpost" />
|
|
</fo:inline>
|
|
\n<xsl:text>SV.Nr.: </xsl:text><xsl:value-of select="mitarbeiter/svnr" />
|
|
\n<xsl:text>Personalnummer: </xsl:text><xsl:value-of select="mitarbeiter/personalnummer" />
|
|
</fo:block>
|
|
</fo:block>
|
|
|
|
<fo:block font-size="8pt">
|
|
\n\n\n\n\n\n\n\n\n\nWir beauftragen Sie, im <xsl:value-of select="studiensemester" /> folgende Lehrveranstaltungen abzuhalten:\n
|
|
</fo:block>
|
|
<!-- Tabelle -->
|
|
|
|
<fo:table table-layout="fixed" border-collapse="separate">
|
|
<fo:table-column column-width="12mm"/>
|
|
<fo:table-column column-width="65mm"/>
|
|
<fo:table-column column-width="40mm"/>
|
|
<fo:table-column column-width="20mm"/>
|
|
<fo:table-column column-width="12mm"/>
|
|
<fo:table-column column-width="10mm"/>
|
|
<fo:table-column column-width="10mm"/>
|
|
<fo:table-column column-width="17mm"/>
|
|
<fo:table-body>
|
|
<fo:table-row line-height="10pt">
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Nummer</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Lehrveranstaltung</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Fachbereich</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Gruppe</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Stunden</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Satz</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Faktor</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Brutto</fo:block></fo:table-cell>
|
|
</fo:table-row>
|
|
<xsl:apply-templates select="lehreinheit"/>
|
|
<fo:table-row line-height="10pt">
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold"> Summe:</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold" text-align="right" content-width="12mm"><xsl:value-of select="gesamtstunden" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" font-weight="bold" content-width="17mm" text-align="right">EURO <xsl:value-of select="gesamtbetrag" /></fo:block></fo:table-cell>
|
|
</fo:table-row>
|
|
</fo:table-body>
|
|
</fo:table>
|
|
|
|
<fo:block><xsl:text>
|
|
</xsl:text></fo:block>
|
|
<!-- Tabelle ENDE -->
|
|
<fo:block font-size="8pt">Die angeführten Stundensätze sind Bruttobeträge, von denen gegebenenfalls die Dienstnehmeranteile für Steuern und Sozialversicherung abgezogen werden.
|
|
Die angeführte Stundenzahl ist die maximal vorgesehene; abgerechnet werden jedoch nur die tatsächlich gehaltenen Stunden laut Anwesenheitslisten.
|
|
Außerdem besteht die Verpflichtung zur Teilnahme an Lektorenkonferenzen.
|
|
</fo:block>
|
|
<fo:block><xsl:text>
|
|
</xsl:text></fo:block>
|
|
<fo:block><xsl:text>
|
|
</xsl:text></fo:block>
|
|
<fo:block><xsl:text>
|
|
</xsl:text></fo:block>
|
|
<fo:block><xsl:text>
|
|
</xsl:text></fo:block>
|
|
<!-- Unterschrift -->
|
|
<fo:table table-layout="fixed" border-collapse="separate">
|
|
<fo:table-column column-width="80mm"/>
|
|
<fo:table-column column-width="50mm"/>
|
|
<fo:table-column column-width="80mm"/>
|
|
<fo:table-body>
|
|
<fo:table-row line-height="12pt">
|
|
<fo:table-cell border-width="0"><fo:block font-size="8pt" ></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0"><fo:block font-size="8pt" ></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0"><fo:block font-size="8pt" content-width="45" text-align="center" >Wien, am <xsl:value-of select="datum" /></fo:block></fo:table-cell>
|
|
</fo:table-row>
|
|
<fo:table-row line-height="12pt">
|
|
<fo:table-cell border-width="0"><fo:block font-size="10pt" >________________________</fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0"><fo:block font-size="10pt" ></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0"><fo:block font-size="10pt" >________________________</fo:block></fo:table-cell>
|
|
</fo:table-row>
|
|
<fo:table-row line-height="12pt">
|
|
<fo:table-cell border-width="0"><fo:block font-size="8pt" content-width="45" text-align="center" ><xsl:value-of select="studiengangsleiter" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0"><fo:block font-size="8pt" ></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0"><fo:block font-size="8pt" content-width="45" text-align="center" >Ort, Datum</fo:block></fo:table-cell>
|
|
</fo:table-row>
|
|
</fo:table-body>
|
|
</fo:table>
|
|
<fo:block text-align="center" font-size="7pt">
|
|
Fachhochschule Technikum\nWien\nHöchstädtplatz 5\nA-1200 Wien\nZVR-Nr.: 074476526\nDVR-Nr.: 0928381
|
|
</fo:block>
|
|
</fo:flow>
|
|
</fo:page-sequence>
|
|
</xsl:template>
|
|
|
|
<xsl:template match="lehreinheit">
|
|
<fo:table-row line-height="10pt">
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"><xsl:text> </xsl:text><xsl:value-of select="lehreinheit_id" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"><xsl:text> </xsl:text><xsl:value-of select="lehrveranstaltung" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"><xsl:text> </xsl:text><xsl:value-of select="fachbereich" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" content-width="20mm" text-align="center"><xsl:value-of select="gruppe" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" content-width="12mm" text-align="right"><xsl:value-of select="stunden" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" content-width="10mm" text-align="right"><xsl:value-of select="satz" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" content-width="10mm" text-align="right"><xsl:value-of select="faktor" /></fo:block></fo:table-cell>
|
|
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt" content-width="17mm" text-align="right">EURO <xsl:value-of select="brutto" /></fo:block></fo:table-cell>
|
|
</fo:table-row>
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet > |